PScann is a network security tool (Port Scanner) for discovering hosts, services and system ports on a computer network by sending packets and analyzing the responses.
Tech Stack: Python, Python Networking Modules.
Current version avaiable is 2021.5.3.
git clone https://github.com/shaan453/PScann.git
cd pscann
python3 pscann.py <ip-address> <option(s)>
-sF: Full scan. Scan 63000 ports.
-sH: Half scan. Scan 30000 ports.
-sB: Baby scan. Scan 1000 ports.
--help: Display help.