W3bParserV2 / PyPort

A simple network port scanner fully written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPort

A simple network port(s) scanner.

Feel free to use it for legal purposes.


Installation :


[+] Install all the modules that is in the "requirements.txt" file by executing the following command : pip install -r requirements.txt OR pip3 install -r requirements.txt

[+] You can install the modules manually by typing the following command : pip install pystyle OR pip3 install pystyle


Usage :


[+] For a local scan, type in the input : "localhost" OR "127.0.0.1"

[+] Else enter any ip adress that you want to scan.


Credits :


- W3bParser

About

A simple network port scanner fully written in python.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%