simple port scanner tool using python and integrated with TOR in v2.0
git clone https://github.com/itismhn/port-scanner.py
pip install -r requirement.txt
python3 port-scanner.py
sudo apt update
pip install -r requirements.txt
sudo apt install tor
tor --hash-password <your password>
sudo nano /etc/tor/torrc
Enable ControlPort, HashedControlPassword, CookieAuthentication
sudo systemctl restart tor