A tool to find open ports, scans upto 10000 ports by default, could be changed by editing the main.rs
$ cargo run -- -j <number of threads> <ip address>
- make the tool scan a list of ip addresses simultaneously, (can be done with xargs currently)
- add GUI option by hosting a webpage on localhost
- automatically resolve URL's into IP Addresses