Code your own Port Scanner using Python
Nmap
Nmap is one of the most important Information Gathering tools used by a Penetration Tester. Nmap or network mapper is a port scanning program that finds open ports on the target host. Based on which port is open, the penetration tester can furth...
a6z.co6 min read
Bee
I teach computer science
Nice one! I did this once in Rust :) github.com/rustscan/rustscan :D