portSpider - A Lightning Fast Multithreaded Network Scanner Framework With Modules
A lightning fast multithreaded network scanner framework with modules.
modules:
- http - Scan for open HTTP ports, and get the 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.
INSTALLING:
Debian based systems:
$ sudo apt-get update && sudo apt-get install python3 python3-pip -y
$ git clone https://github.com/xdavidhu/portSpider
$ cd portSpider/
$ python3 -m pip install -r requirements.txt
macOS / OSX:
$ brew install python3
$ git clone https://github.com/xdavidhu/portSpider
$ cd portSpider/
$ python3 -m pip install -r requirements.txt
NOTE: You need to have Homebrew installed before running the macOS/OSX installation.
WARNING: portSpider is only compatible with Python 3.3 & 3.4 & 3.5 & 3.6
WARNING: portSpider is only compatible with Python 3.3 & 3.4 & 3.5 & 3.6
developers:
David Schütz (@xdavidhu)
László Simonffy (@Letsgo00HUN) - Multithreading
David Schütz (@xdavidhu)
László Simonffy (@Letsgo00HUN) - Multithreading
Post a Comment