SimplePS
A simple port scanner written in Python.
Install / Use
/learn @DrPython3/SimplePSREADME
SimplePS - A (Simple) (P)ort (S)canner
<p> A simple port scanner in Python. Can scan single IPs or hostnames and IP-ranges. </p> <h2>How to use</h2> <p> SimplePS has been written in Python 3.8. Just download the code and install the requirements: </p>pip3 install -r requirements.txt
<p>
Afterwards start the script with:
</p>
python3 simpleps.py
<p>
... and follow the messages on screen.
</p>
<h3>Support</h3>
<p>
If you like the tool, consider a donation:
</p>
<p>
<ul>
<li><b>BTC (Bitcoin):</b> 1GfmbWQHfhA7mXwGuuM9iF467eVUnwHDbx</li>
<li><b>LTC (Litecoin):</b> LdeBaZVUGeyYoFjmo8FMDgT66tyv4yhYJ9</li>
</ul>
</p>