- a minimal asynchronous port scanner with a easy to read TUI
- add tkinter UI
usage: kscan.py [-h] [--output OUTPUT] target
Concurrent Port Scanner
positional arguments:
target IP or hostname to scan
options:
-h, --help show this help message and exit
--output OUTPUT Save results to a JSON file
made for CN mini-project #2
contributors: @kaushal1014 & @kavin81
- MIT License