├── Linux Exploitation ├── README.md └── Useful Resources.md ├── Network Security ├── Module 1 - Information Gathering │ ├── Information Gathering Studying Notes.txt │ └── Useful Resources.md ├── Module 2 - Scanning │ ├── Scanning Studying Notes.txt │ └── Useful Resources.md ├── Module 3 - Enumeration │ ├── Enumeration Studying Notes.txt │ └── Useful Resources.md ├── Module 5 - Exploitation │ └── Useful Resources.md ├── Module 6 - Post Exploitation │ ├── Unquoted_Service_Path .pdf │ └── Useful Resources.md └── README.md ├── PTPCheatSheet ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── README.md └── cheatsheets │ ├── CodeTranslation │ └── Scanning ├── Projects ├── README.md ├── pythoNMAP.py └── shellcodeHelper.py ├── README.md ├── System Security ├── Module 2 - Assemblers-Debuggers and Tools Arsenal │ ├── Commands_cheatsheet.md │ └── Useful Resources.md ├── Module 3 - Buffer Overflow │ ├── BOF Studying Notes.md │ ├── Exercises │ │ ├── cookie_exploit.py │ │ └── goodpwd_exploit.py │ ├── Files │ │ ├── README.md │ │ └── اتفاقيات الستدعاء - calling conventions.pdf │ └── Useful Resources.md ├── Module 4 - Shellcoding │ ├── Commands_cheatsheet.md │ ├── Shellcoding Studying Notes.pdf │ └── Useful Resources.md ├── Module 5 - Cryptography and Password Cracking │ └── Crypto & Pass Studying Notes.md └── README.md └── Web Application Security ├── README.md └── Useful Resources.md /Linux Exploitation/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Linux Exploitation/Useful Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Linux Exploitation/Useful Resources.md -------------------------------------------------------------------------------- /Network Security/Module 1 - Information Gathering/Information Gathering Studying Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Network Security/Module 1 - Information Gathering/Information Gathering Studying Notes.txt -------------------------------------------------------------------------------- /Network Security/Module 1 - Information Gathering/Useful Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Network Security/Module 1 - Information Gathering/Useful Resources.md -------------------------------------------------------------------------------- /Network Security/Module 2 - Scanning/Scanning Studying Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Network Security/Module 2 - Scanning/Scanning Studying Notes.txt -------------------------------------------------------------------------------- /Network Security/Module 2 - Scanning/Useful Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Network Security/Module 2 - Scanning/Useful Resources.md -------------------------------------------------------------------------------- /Network Security/Module 3 - Enumeration/Enumeration Studying Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Network Security/Module 3 - Enumeration/Enumeration Studying Notes.txt -------------------------------------------------------------------------------- /Network Security/Module 3 - Enumeration/Useful Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Network Security/Module 3 - Enumeration/Useful Resources.md -------------------------------------------------------------------------------- /Network Security/Module 5 - Exploitation/Useful Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Network Security/Module 5 - Exploitation/Useful Resources.md -------------------------------------------------------------------------------- /Network Security/Module 6 - Post Exploitation/Unquoted_Service_Path .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Network Security/Module 6 - Post Exploitation/Unquoted_Service_Path .pdf -------------------------------------------------------------------------------- /Network Security/Module 6 - Post Exploitation/Useful Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Network Security/Module 6 - Post Exploitation/Useful Resources.md -------------------------------------------------------------------------------- /Network Security/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /PTPCheatSheet/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/PTPCheatSheet/1.png -------------------------------------------------------------------------------- /PTPCheatSheet/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/PTPCheatSheet/2.png -------------------------------------------------------------------------------- /PTPCheatSheet/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/PTPCheatSheet/3.png -------------------------------------------------------------------------------- /PTPCheatSheet/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/PTPCheatSheet/4.png -------------------------------------------------------------------------------- /PTPCheatSheet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/PTPCheatSheet/README.md -------------------------------------------------------------------------------- /PTPCheatSheet/cheatsheets/CodeTranslation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/PTPCheatSheet/cheatsheets/CodeTranslation -------------------------------------------------------------------------------- /PTPCheatSheet/cheatsheets/Scanning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/PTPCheatSheet/cheatsheets/Scanning -------------------------------------------------------------------------------- /Projects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Projects/README.md -------------------------------------------------------------------------------- /Projects/pythoNMAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Projects/pythoNMAP.py -------------------------------------------------------------------------------- /Projects/shellcodeHelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Projects/shellcodeHelper.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/README.md -------------------------------------------------------------------------------- /System Security/Module 2 - Assemblers-Debuggers and Tools Arsenal/Commands_cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 2 - Assemblers-Debuggers and Tools Arsenal/Commands_cheatsheet.md -------------------------------------------------------------------------------- /System Security/Module 2 - Assemblers-Debuggers and Tools Arsenal/Useful Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 2 - Assemblers-Debuggers and Tools Arsenal/Useful Resources.md -------------------------------------------------------------------------------- /System Security/Module 3 - Buffer Overflow/BOF Studying Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 3 - Buffer Overflow/BOF Studying Notes.md -------------------------------------------------------------------------------- /System Security/Module 3 - Buffer Overflow/Exercises/cookie_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 3 - Buffer Overflow/Exercises/cookie_exploit.py -------------------------------------------------------------------------------- /System Security/Module 3 - Buffer Overflow/Exercises/goodpwd_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 3 - Buffer Overflow/Exercises/goodpwd_exploit.py -------------------------------------------------------------------------------- /System Security/Module 3 - Buffer Overflow/Files/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /System Security/Module 3 - Buffer Overflow/Files/اتفاقيات الستدعاء - calling conventions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 3 - Buffer Overflow/Files/اتفاقيات الستدعاء - calling conventions.pdf -------------------------------------------------------------------------------- /System Security/Module 3 - Buffer Overflow/Useful Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 3 - Buffer Overflow/Useful Resources.md -------------------------------------------------------------------------------- /System Security/Module 4 - Shellcoding/Commands_cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 4 - Shellcoding/Commands_cheatsheet.md -------------------------------------------------------------------------------- /System Security/Module 4 - Shellcoding/Shellcoding Studying Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 4 - Shellcoding/Shellcoding Studying Notes.pdf -------------------------------------------------------------------------------- /System Security/Module 4 - Shellcoding/Useful Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 4 - Shellcoding/Useful Resources.md -------------------------------------------------------------------------------- /System Security/Module 5 - Cryptography and Password Cracking/Crypto & Pass Studying Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/System Security/Module 5 - Cryptography and Password Cracking/Crypto & Pass Studying Notes.md -------------------------------------------------------------------------------- /System Security/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Web Application Security/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Web Application Security/Useful Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xb1tByte/eCPPTv2-Journey/HEAD/Web Application Security/Useful Resources.md --------------------------------------------------------------------------------