Simple Port Scanner made from scratch using sockets library
Works for IPv4
*Args
- min: sets port range to the minmum amount, 1-50
- max: sets port range to maximum amount on a decive, 1-65355
Resources
Additional Comments
- Disccovered nmap and how it operates. Decided to create a program akin to nmap.