├── ECPPT ├── [Cheat Sheet] h4ck.co.pdf ├── linux-exploitation │ ├── Post_Exploitation_Commands_Cheatsheet.pdf │ ├── linux-information-gathering.md │ ├── linux-post-exploitation.md │ └── linux-remote-exploitation.md ├── network-security │ ├── IP_Layer_Network_Administration_with_Linux.pdf │ ├── Methodology-Handling_Information.pdf │ ├── Packet_Analysis_Reference_Guide_v30.pdf │ ├── TCPIPTutorialAndTechincalOverview.pdf │ ├── Tools-List.xlsx │ ├── anonymity.md │ ├── enumeration.md │ ├── exploitation.md │ ├── information-gathering.md │ ├── nmap.xlsx │ ├── post-exploitation.md │ ├── reporting_guide.pdf │ ├── scanning.md │ └── sniffing-and-mitm-attacks.md ├── system-security │ ├── 1_Architecture_Fundamentals.zip │ ├── 1_Architecture_Fundamentals │ │ ├── functest.cpp │ │ ├── functest.exe │ │ ├── sample1_helloword.cpp │ │ ├── sample1_helloword.exe │ │ ├── stack_frames_sample1.cpp │ │ └── stack_frames_sample1.exe │ ├── 2_Assembler_Debuggers_Tools.zip │ ├── 2_Assembler_Debuggers_Tools │ │ └── HelloStudents.c │ ├── 32bitFTP.rar │ ├── 3_Buffer_Overflow.zip │ ├── 3_Buffer_Overflow │ │ ├── 32BitFTP_Server.py │ │ ├── BOF.cpp │ │ ├── BOF2.cpp │ │ ├── cookie.c │ │ ├── cookie.exe │ │ ├── cookie_main_disassembled.txt │ │ ├── findjmp2.zip │ │ ├── goodpwd.cpp │ │ ├── goodpwd_with_BOF.cpp │ │ ├── helper.cpp │ │ └── helper2.cpp │ ├── 4_Shellcoding.zip │ ├── 4_Shellcoding │ │ ├── DebugShellcode_EncodedShellExecuteA.cpp │ │ ├── DebugShellcode_ShellExecuteA.cpp │ │ ├── arwin.exe │ │ ├── debugshellcode.cpp │ │ ├── debugshellcode_calculator.cpp │ │ ├── nullbyte.cpp │ │ ├── shellexecute.cpp │ │ └── sleep.asm │ ├── architecture-fundamentals.md │ ├── assemblers-and-tools-arsenal.md │ ├── buffer-overflows.md │ ├── cryptograhy-and-password-hacking.md │ ├── malware.md │ └── shellcoding.md └── web-app-security │ ├── cross-site-scripting.md │ ├── information-gathering.md │ ├── introduction.md │ ├── other-common-web-attacks.md │ └── sql-injection.md ├── EJPT ├── basics-ejpt.md └── pentesting-ejpt.md ├── Tools ├── List.xlsx ├── awk.md ├── bash.md ├── immunity-debugger.md └── list.md ├── assembly.md └── todo.txt /ECPPT/[Cheat Sheet] h4ck.co.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/[Cheat Sheet] h4ck.co.pdf -------------------------------------------------------------------------------- /ECPPT/linux-exploitation/Post_Exploitation_Commands_Cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/linux-exploitation/Post_Exploitation_Commands_Cheatsheet.pdf -------------------------------------------------------------------------------- /ECPPT/linux-exploitation/linux-information-gathering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/linux-exploitation/linux-information-gathering.md -------------------------------------------------------------------------------- /ECPPT/linux-exploitation/linux-post-exploitation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/linux-exploitation/linux-post-exploitation.md -------------------------------------------------------------------------------- /ECPPT/linux-exploitation/linux-remote-exploitation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/linux-exploitation/linux-remote-exploitation.md -------------------------------------------------------------------------------- /ECPPT/network-security/IP_Layer_Network_Administration_with_Linux.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/IP_Layer_Network_Administration_with_Linux.pdf -------------------------------------------------------------------------------- /ECPPT/network-security/Methodology-Handling_Information.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/Methodology-Handling_Information.pdf -------------------------------------------------------------------------------- /ECPPT/network-security/Packet_Analysis_Reference_Guide_v30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/Packet_Analysis_Reference_Guide_v30.pdf -------------------------------------------------------------------------------- /ECPPT/network-security/TCPIPTutorialAndTechincalOverview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/TCPIPTutorialAndTechincalOverview.pdf -------------------------------------------------------------------------------- /ECPPT/network-security/Tools-List.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/Tools-List.xlsx -------------------------------------------------------------------------------- /ECPPT/network-security/anonymity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/anonymity.md -------------------------------------------------------------------------------- /ECPPT/network-security/enumeration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/enumeration.md -------------------------------------------------------------------------------- /ECPPT/network-security/exploitation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/exploitation.md -------------------------------------------------------------------------------- /ECPPT/network-security/information-gathering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/information-gathering.md -------------------------------------------------------------------------------- /ECPPT/network-security/nmap.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/nmap.xlsx -------------------------------------------------------------------------------- /ECPPT/network-security/post-exploitation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/post-exploitation.md -------------------------------------------------------------------------------- /ECPPT/network-security/reporting_guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/reporting_guide.pdf -------------------------------------------------------------------------------- /ECPPT/network-security/scanning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/scanning.md -------------------------------------------------------------------------------- /ECPPT/network-security/sniffing-and-mitm-attacks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/network-security/sniffing-and-mitm-attacks.md -------------------------------------------------------------------------------- /ECPPT/system-security/1_Architecture_Fundamentals.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/1_Architecture_Fundamentals.zip -------------------------------------------------------------------------------- /ECPPT/system-security/1_Architecture_Fundamentals/functest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/1_Architecture_Fundamentals/functest.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/1_Architecture_Fundamentals/functest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/1_Architecture_Fundamentals/functest.exe -------------------------------------------------------------------------------- /ECPPT/system-security/1_Architecture_Fundamentals/sample1_helloword.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/1_Architecture_Fundamentals/sample1_helloword.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/1_Architecture_Fundamentals/sample1_helloword.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/1_Architecture_Fundamentals/sample1_helloword.exe -------------------------------------------------------------------------------- /ECPPT/system-security/1_Architecture_Fundamentals/stack_frames_sample1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/1_Architecture_Fundamentals/stack_frames_sample1.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/1_Architecture_Fundamentals/stack_frames_sample1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/1_Architecture_Fundamentals/stack_frames_sample1.exe -------------------------------------------------------------------------------- /ECPPT/system-security/2_Assembler_Debuggers_Tools.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/2_Assembler_Debuggers_Tools.zip -------------------------------------------------------------------------------- /ECPPT/system-security/2_Assembler_Debuggers_Tools/HelloStudents.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/2_Assembler_Debuggers_Tools/HelloStudents.c -------------------------------------------------------------------------------- /ECPPT/system-security/32bitFTP.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/32bitFTP.rar -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow.zip -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/32BitFTP_Server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/32BitFTP_Server.py -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/BOF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/BOF.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/BOF2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/BOF2.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/cookie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/cookie.c -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/cookie.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/cookie.exe -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/cookie_main_disassembled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/cookie_main_disassembled.txt -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/findjmp2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/findjmp2.zip -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/goodpwd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/goodpwd.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/goodpwd_with_BOF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/goodpwd_with_BOF.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/helper.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/3_Buffer_Overflow/helper2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/3_Buffer_Overflow/helper2.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/4_Shellcoding.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/4_Shellcoding.zip -------------------------------------------------------------------------------- /ECPPT/system-security/4_Shellcoding/DebugShellcode_EncodedShellExecuteA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/4_Shellcoding/DebugShellcode_EncodedShellExecuteA.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/4_Shellcoding/DebugShellcode_ShellExecuteA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/4_Shellcoding/DebugShellcode_ShellExecuteA.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/4_Shellcoding/arwin.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/4_Shellcoding/arwin.exe -------------------------------------------------------------------------------- /ECPPT/system-security/4_Shellcoding/debugshellcode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/4_Shellcoding/debugshellcode.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/4_Shellcoding/debugshellcode_calculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/4_Shellcoding/debugshellcode_calculator.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/4_Shellcoding/nullbyte.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/4_Shellcoding/nullbyte.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/4_Shellcoding/shellexecute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/4_Shellcoding/shellexecute.cpp -------------------------------------------------------------------------------- /ECPPT/system-security/4_Shellcoding/sleep.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/4_Shellcoding/sleep.asm -------------------------------------------------------------------------------- /ECPPT/system-security/architecture-fundamentals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/architecture-fundamentals.md -------------------------------------------------------------------------------- /ECPPT/system-security/assemblers-and-tools-arsenal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/assemblers-and-tools-arsenal.md -------------------------------------------------------------------------------- /ECPPT/system-security/buffer-overflows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/buffer-overflows.md -------------------------------------------------------------------------------- /ECPPT/system-security/cryptograhy-and-password-hacking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/cryptograhy-and-password-hacking.md -------------------------------------------------------------------------------- /ECPPT/system-security/malware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/malware.md -------------------------------------------------------------------------------- /ECPPT/system-security/shellcoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/system-security/shellcoding.md -------------------------------------------------------------------------------- /ECPPT/web-app-security/cross-site-scripting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/web-app-security/cross-site-scripting.md -------------------------------------------------------------------------------- /ECPPT/web-app-security/information-gathering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/web-app-security/information-gathering.md -------------------------------------------------------------------------------- /ECPPT/web-app-security/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/web-app-security/introduction.md -------------------------------------------------------------------------------- /ECPPT/web-app-security/other-common-web-attacks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/web-app-security/other-common-web-attacks.md -------------------------------------------------------------------------------- /ECPPT/web-app-security/sql-injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/ECPPT/web-app-security/sql-injection.md -------------------------------------------------------------------------------- /EJPT/basics-ejpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/EJPT/basics-ejpt.md -------------------------------------------------------------------------------- /EJPT/pentesting-ejpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/EJPT/pentesting-ejpt.md -------------------------------------------------------------------------------- /Tools/List.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/Tools/List.xlsx -------------------------------------------------------------------------------- /Tools/awk.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Tools/bash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/Tools/bash.md -------------------------------------------------------------------------------- /Tools/immunity-debugger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/Tools/immunity-debugger.md -------------------------------------------------------------------------------- /Tools/list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/Tools/list.md -------------------------------------------------------------------------------- /assembly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/assembly.md -------------------------------------------------------------------------------- /todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0byte/ecppt-notes/HEAD/todo.txt --------------------------------------------------------------------------------