rcvaram / BNS-scanner

This is basic network scanner that can scan the all devices which are in the connected network and give their ip address and mac address and os version.
Apache License 2.0
18 stars 7 forks source link

added port scanner & gitignore & readme typos #6

Closed Naapi closed 4 years ago

Naapi commented 4 years ago

Created a port scanner function to the code that scans the target IP address ports. Also fixed couple of typos + added .gitignore

4

rcvaram commented 4 years ago

It is not working

Naapi commented 4 years ago

Hmm.. is python3 network_scanner.py -t [IP address range] meant to get range is some way? I managed to use that to get the single IP address open ports

Edit. my bad, needs to be based on /24 etc

Naapi commented 4 years ago

Or you meant the pip3 is not working?