Legal Disclaimer:
Developer and author not responsible for anything you do with this program, so please only use it for good and educational purposes.
portSpider is a tool for scanning huge network ranges to find open ports and vulnerable services. This tool is not intended to scan one target, rather a whole IP range. (eg. 192.168.0.0/24) Most of the time companies/organizations have public information about their owned public IP ranges, so portSpider will help you to scan all of their machines at once for vulnerable devices/services.
modules:
+ http – Scan for open HTTP ports, and get the titles.
+ mysql – Scan for open MySQL servers, and try to log in with the default credentials.
+ mongodb – Scan for open MongoDB instances, and check if they are password protected.
+ ssh – Scan for open SSH ports.
+ printer – Scan for open printer ports and websites.
+ gameserver – Scan for open game server ports.
+ manual – Scan custom ports.
Usage:
git clone https://github.com/xdavidhu/portSpider && cd portSpider pip3 install -r requirements.txt python3 portSpider.py
Source: https://github.com/xdavidhu