Python Script that checks whether a version of service on a network has an online exploit associated with it.
This script uses the requests library to send a GET request to the online exploit database at
https://exploitdb.com/search, with a search query that includes the name of the service and its version. The response is then checked to see if any exploits were found.
If the request fails, an error message is printed.