A simple python script for scanning open ports on a target host.
-
Clone the repository using
git clone https://github.com/Hotmansifu/POCCRSTER.git
-
Navigate into the repository using
cd POCCRSTER
-
Install the required packages using
-
pip install socket
andpip install datetime
-
python main.py
Everyting is made User-Friendly, Code tells you how and what to do.
The script will output the list of open ports on the target host.
We welcome all suggestions and improvements. If you have any ideas or thoughts on how to make this script better, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.