wportscan is port scan program. Made for extreme long scans (months).
- Made in c99 language.
- Low SLOC and memory usage.
- Automatic export session.
- Range based scan for IP.
- Doesn't use multiple threads. (pretty standard for today)
- scanning 192.168.1.1/24 for telnet port with speed of 100 ip per second
$ wportscan --ip 192.168.1.1/24 --port 23 --syndelay .01 $ ls export_16a10c5b5a74.wps output_16a10c5b5a74.wps $ wportscan --readoutput output_16a10c5b5a74.wps readoutput for file output_16a10c5b5a74.wps total output: 1 192.168.1.1:23
This project is licensed under the MIT License - see the LICENSE file for details.