├── Chapter01 ├── Basic HTTP Client.txt ├── Basic HTTP Server.txt ├── Basic TCP Client.txt ├── Basic TCP Server .txt ├── HTTP Data Exfiltration Client.txt ├── HTTP Data Exfiltration Server.txt ├── HTTP Exporting to EXE Client Setup.txt ├── Persistence Setup.txt ├── Persistence.txt ├── TCP Data Exfiltration Client.txt ├── TCP Data Exfiltration Server.txt ├── TCP Exporting to EXE Client Setup.txt └── Tunning.txt ├── Chapter02 ├── DDNS Aware Shell.py ├── Directory Navigation.py ├── Low Level Port Scanner.py ├── Screen Capturing.py ├── Searching for Content.py └── Tweets Grabber.py ├── Chapter03 ├── Clipboard Hijacking.py ├── DNS_Poisoning.py ├── Dumping Google Chrome Passwords .py ├── Exercise -Firefox-Hooking.py ├── Firefox-Hooking.py ├── Keylogger.py ├── Phishing.zip └── Setup As Admin.py ├── Chapter04 ├── Hijacking IE - Shell Over IE.py ├── Interacting with Google Forms.py ├── Interacting with SourceForge.py └── XOR Encryption.py ├── Chapter05 ├── Are we Admin.py ├── Backdoor-ing Legitmate Windows Service.py └── Create a New Admin account.py ├── Chapter06 ├── AES - Client - TCP Reverse Shell.py ├── AES - Server- TCP Reverse Shell.py ├── AES Stream.py ├── Generate Keys.py ├── Hybrid - Client - TCP Reverse Shell.py ├── Hybrid - Server- TCP Reverse Shell.py ├── RSA - Client - TCP Reverse Shell.py ├── RSA - Server- TCP Reverse Shell.py ├── RSA ENC-DEC.py ├── private.pem └── public.pem ├── LICENSE ├── README.md └── Software and Hardware list.pdf /Chapter01/Basic HTTP Client.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/Basic HTTP Client.txt -------------------------------------------------------------------------------- /Chapter01/Basic HTTP Server.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/Basic HTTP Server.txt -------------------------------------------------------------------------------- /Chapter01/Basic TCP Client.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/Basic TCP Client.txt -------------------------------------------------------------------------------- /Chapter01/Basic TCP Server .txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/Basic TCP Server .txt -------------------------------------------------------------------------------- /Chapter01/HTTP Data Exfiltration Client.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/HTTP Data Exfiltration Client.txt -------------------------------------------------------------------------------- /Chapter01/HTTP Data Exfiltration Server.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/HTTP Data Exfiltration Server.txt -------------------------------------------------------------------------------- /Chapter01/HTTP Exporting to EXE Client Setup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/HTTP Exporting to EXE Client Setup.txt -------------------------------------------------------------------------------- /Chapter01/Persistence Setup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/Persistence Setup.txt -------------------------------------------------------------------------------- /Chapter01/Persistence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/Persistence.txt -------------------------------------------------------------------------------- /Chapter01/TCP Data Exfiltration Client.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/TCP Data Exfiltration Client.txt -------------------------------------------------------------------------------- /Chapter01/TCP Data Exfiltration Server.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/TCP Data Exfiltration Server.txt -------------------------------------------------------------------------------- /Chapter01/TCP Exporting to EXE Client Setup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/TCP Exporting to EXE Client Setup.txt -------------------------------------------------------------------------------- /Chapter01/Tunning.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter01/Tunning.txt -------------------------------------------------------------------------------- /Chapter02/DDNS Aware Shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter02/DDNS Aware Shell.py -------------------------------------------------------------------------------- /Chapter02/Directory Navigation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter02/Directory Navigation.py -------------------------------------------------------------------------------- /Chapter02/Low Level Port Scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter02/Low Level Port Scanner.py -------------------------------------------------------------------------------- /Chapter02/Screen Capturing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter02/Screen Capturing.py -------------------------------------------------------------------------------- /Chapter02/Searching for Content.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter02/Searching for Content.py -------------------------------------------------------------------------------- /Chapter02/Tweets Grabber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter02/Tweets Grabber.py -------------------------------------------------------------------------------- /Chapter03/Clipboard Hijacking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter03/Clipboard Hijacking.py -------------------------------------------------------------------------------- /Chapter03/DNS_Poisoning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter03/DNS_Poisoning.py -------------------------------------------------------------------------------- /Chapter03/Dumping Google Chrome Passwords .py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter03/Dumping Google Chrome Passwords .py -------------------------------------------------------------------------------- /Chapter03/Exercise -Firefox-Hooking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter03/Exercise -Firefox-Hooking.py -------------------------------------------------------------------------------- /Chapter03/Firefox-Hooking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter03/Firefox-Hooking.py -------------------------------------------------------------------------------- /Chapter03/Keylogger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter03/Keylogger.py -------------------------------------------------------------------------------- /Chapter03/Phishing.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter03/Phishing.zip -------------------------------------------------------------------------------- /Chapter03/Setup As Admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter03/Setup As Admin.py -------------------------------------------------------------------------------- /Chapter04/Hijacking IE - Shell Over IE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter04/Hijacking IE - Shell Over IE.py -------------------------------------------------------------------------------- /Chapter04/Interacting with Google Forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter04/Interacting with Google Forms.py -------------------------------------------------------------------------------- /Chapter04/Interacting with SourceForge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter04/Interacting with SourceForge.py -------------------------------------------------------------------------------- /Chapter04/XOR Encryption.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter04/XOR Encryption.py -------------------------------------------------------------------------------- /Chapter05/Are we Admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter05/Are we Admin.py -------------------------------------------------------------------------------- /Chapter05/Backdoor-ing Legitmate Windows Service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter05/Backdoor-ing Legitmate Windows Service.py -------------------------------------------------------------------------------- /Chapter05/Create a New Admin account.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter05/Create a New Admin account.py -------------------------------------------------------------------------------- /Chapter06/AES - Client - TCP Reverse Shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/AES - Client - TCP Reverse Shell.py -------------------------------------------------------------------------------- /Chapter06/AES - Server- TCP Reverse Shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/AES - Server- TCP Reverse Shell.py -------------------------------------------------------------------------------- /Chapter06/AES Stream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/AES Stream.py -------------------------------------------------------------------------------- /Chapter06/Generate Keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/Generate Keys.py -------------------------------------------------------------------------------- /Chapter06/Hybrid - Client - TCP Reverse Shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/Hybrid - Client - TCP Reverse Shell.py -------------------------------------------------------------------------------- /Chapter06/Hybrid - Server- TCP Reverse Shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/Hybrid - Server- TCP Reverse Shell.py -------------------------------------------------------------------------------- /Chapter06/RSA - Client - TCP Reverse Shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/RSA - Client - TCP Reverse Shell.py -------------------------------------------------------------------------------- /Chapter06/RSA - Server- TCP Reverse Shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/RSA - Server- TCP Reverse Shell.py -------------------------------------------------------------------------------- /Chapter06/RSA ENC-DEC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/RSA ENC-DEC.py -------------------------------------------------------------------------------- /Chapter06/private.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/private.pem -------------------------------------------------------------------------------- /Chapter06/public.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Chapter06/public.pem -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/README.md -------------------------------------------------------------------------------- /Software and Hardware list.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-for-Offensive-PenTest/HEAD/Software and Hardware list.pdf --------------------------------------------------------------------------------