8000 GitHub - 0xDracarys/exploitCheck: Python Script that checks whether a version of service on a network has an online exploit associated with it
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Python Script that checks whether a version of service on a network has an online exploit associated with it

Notifications You must be signed in to change notification settings

0xDracarys/exploitCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

exploitCheck

Python Script that checks whether a version of service on a network has an online exploit associated with it.

# Example usage
check_for_exploits("nginx", "1.19.4")

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.

About

Python Script that checks whether a version of service on a network has an online exploit associated with it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0