Skip to content

Conversation

@Aureum01
Copy link
Owner

@Aureum01 Aureum01 commented Jan 3, 2023

This script is for finding vulnerabilities on a target system. It does this by scanning for open ports and then searching a database of known exploits for ones that can be used on those ports. It has options for giving more output and for only looking at the 1000 most common ports. It also has options for getting information about the services running on the open ports and for finding out what operating system the target is using.

First, the script sets the options it wants to use for the Nmap and ExploitDB functions. Then it sets the target IP address and uses the Nmap function to scan the target for open ports and service info. Next, it looks at each open port and searches the ExploitDB database for known exploits that can be used on that port. If it finds any, it lists the vulnerabilities. Finally, it tells the user what operating system it thinks the target is using, if it was able to figure it out. I ran into some errors when running it but it worked a few times (mostly because I have to update my debugger json file lol on VS).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants