A collection of simple penetration testing tools made using Python. These tools were made to complete the freeCodeCamp Information Security course.
Clone the repository:
git clone https://github.com/ElliottStorey/python-pentools.git
cd python-pentoolsRun any of the tools with Python:
python PortScanner.py
python NmapScanner.py
python BannerGrabber.py
python TCPClient.py
python TCPServer.py