Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.26 KB

File metadata and controls

25 lines (19 loc) · 1.26 KB

PySecOps

Python can be the most powerful tool in your arsenal as it can be used to build almost any of the other penetration testing tools. The scope of this module does not allow us to go into too many details on Python. Still, I will cover several key areas that will be useful during engagements and help you better understand Python.

Tools:


S.No. Tools
1 ArpScan
2 DirEnum
3 Hash Cracker
4 KeyLogger
5 PortScanner
6 SSH BruteForce
7 SubdomainEnum

Usage

$ python3 tool_name.py

Credits

I created these tools inspiring from TryHackMe and PEH Course