MiniScan is a small port scanner with a clean and simple GUI. It offers basic TCP scanning, SYN scanning, and a searchable history of scans.
Download the app here
Right now, the packaged app is only available on MacOS. I will add other operating systems in the future.
Sorry if any of these situations happened. I still need to test the release on MacOS and other systems. You can do this:
git clone https://github.com/emrazik/MiniScan.git
python3 -m venv scanenv
source scanenv/bin/activate
pip install eel scapy
cd eel
python app.py
This should hopefully run the app!