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.
Step 1 :-You need to download PortSpider tool by executing this command in terminal window of kali linux
git clone https://github.com/xdavidhu/portSpider.git
Step 2 :-Firstly,we read the README.md file,to know that how to install the port scanner.
ls
cat README.md
Step 3 :-Now install the all requiremets.
python3 -m pip install -r requirements.txt
Step 4 :-To Start,now run it
./portSpider.py
Step 5 :-To show all modules type :-
modules
Step 6 :-choose for module,here i am selection the http option,you can choose any of them in the list.