├── README.md ├── bash └── parsing_data_in_bash.md ├── metasploit-RC[ERB] ├── RC[ERB] basic notions lesson 1 ├── RC[ERB] basic notions lesson 2 ├── RC[ERB] basic notions lesson 3 ├── RC[ERB] basic notions lesson 4 ├── RC[ERB] basic notions lesson 5 ├── RC[ERB] basic notions lesson 6 ├── RC[ERB] basic notions lesson 7 ├── RC[ERB] basic notions lesson 8 ├── RC[ERB] basic notions lesson 9 ├── metasploit-API │ ├── metasploit-API-usefull-links │ ├── my-API-Cheat-sheet.md │ └── writing_a_linux_post_module_from_scratch.md ├── metasploit_resource_files.md └── shellcoding │ ├── C_Lauchers │ ├── daemon.c │ ├── htop.c │ └── orphan.c │ └── C_Shellcode_Linux.md ├── nmap-NSE ├── nmap scripting enginne [nse] 1 ├── nmap scripting enginne [nse] 2 ├── nmap scripting enginne [nse] 3 ├── nmap scripting enginne [nse] 4 ├── nmap scripting enginne [nse] 5 ├── nmap scripting enginne [nse] 6 └── tables ├── obfuscation ├── 02_Rene_Freingruber_Flying_under_the_radar_freingruber_v1.00.pdf ├── ADS.md ├── ASCII-list.md ├── Code Injection using Taskbar.pdf ├── Evading Detection - A Beginner's Guide to Obfuscation.pdf ├── Windows-Notes-Cheatsheet ├── av_evasion.pdf ├── bypass_windows_defender_attack_surface_reduction.pdf ├── pedro-Wandoelmo-key.md ├── rapid7-whitepaper-metasploit-framework-encapsulating-av-techniques.pdf ├── simple_obfuscation.md └── working-with-certificates.md └── user-agent-strings /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/README.md -------------------------------------------------------------------------------- /bash/parsing_data_in_bash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/bash/parsing_data_in_bash.md -------------------------------------------------------------------------------- /metasploit-RC[ERB]/RC[ERB] basic notions lesson 1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/RC[ERB] basic notions lesson 1 -------------------------------------------------------------------------------- /metasploit-RC[ERB]/RC[ERB] basic notions lesson 2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/RC[ERB] basic notions lesson 2 -------------------------------------------------------------------------------- /metasploit-RC[ERB]/RC[ERB] basic notions lesson 3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/RC[ERB] basic notions lesson 3 -------------------------------------------------------------------------------- /metasploit-RC[ERB]/RC[ERB] basic notions lesson 4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/RC[ERB] basic notions lesson 4 -------------------------------------------------------------------------------- /metasploit-RC[ERB]/RC[ERB] basic notions lesson 5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/RC[ERB] basic notions lesson 5 -------------------------------------------------------------------------------- /metasploit-RC[ERB]/RC[ERB] basic notions lesson 6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/RC[ERB] basic notions lesson 6 -------------------------------------------------------------------------------- /metasploit-RC[ERB]/RC[ERB] basic notions lesson 7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/RC[ERB] basic notions lesson 7 -------------------------------------------------------------------------------- /metasploit-RC[ERB]/RC[ERB] basic notions lesson 8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/RC[ERB] basic notions lesson 8 -------------------------------------------------------------------------------- /metasploit-RC[ERB]/RC[ERB] basic notions lesson 9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/RC[ERB] basic notions lesson 9 -------------------------------------------------------------------------------- /metasploit-RC[ERB]/metasploit-API/metasploit-API-usefull-links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/metasploit-API/metasploit-API-usefull-links -------------------------------------------------------------------------------- /metasploit-RC[ERB]/metasploit-API/my-API-Cheat-sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/metasploit-API/my-API-Cheat-sheet.md -------------------------------------------------------------------------------- /metasploit-RC[ERB]/metasploit-API/writing_a_linux_post_module_from_scratch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/metasploit-API/writing_a_linux_post_module_from_scratch.md -------------------------------------------------------------------------------- /metasploit-RC[ERB]/metasploit_resource_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/metasploit_resource_files.md -------------------------------------------------------------------------------- /metasploit-RC[ERB]/shellcoding/C_Lauchers/daemon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/shellcoding/C_Lauchers/daemon.c -------------------------------------------------------------------------------- /metasploit-RC[ERB]/shellcoding/C_Lauchers/htop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/shellcoding/C_Lauchers/htop.c -------------------------------------------------------------------------------- /metasploit-RC[ERB]/shellcoding/C_Lauchers/orphan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/shellcoding/C_Lauchers/orphan.c -------------------------------------------------------------------------------- /metasploit-RC[ERB]/shellcoding/C_Shellcode_Linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/metasploit-RC[ERB]/shellcoding/C_Shellcode_Linux.md -------------------------------------------------------------------------------- /nmap-NSE/nmap scripting enginne [nse] 1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/nmap-NSE/nmap scripting enginne [nse] 1 -------------------------------------------------------------------------------- /nmap-NSE/nmap scripting enginne [nse] 2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/nmap-NSE/nmap scripting enginne [nse] 2 -------------------------------------------------------------------------------- /nmap-NSE/nmap scripting enginne [nse] 3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/nmap-NSE/nmap scripting enginne [nse] 3 -------------------------------------------------------------------------------- /nmap-NSE/nmap scripting enginne [nse] 4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/nmap-NSE/nmap scripting enginne [nse] 4 -------------------------------------------------------------------------------- /nmap-NSE/nmap scripting enginne [nse] 5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/nmap-NSE/nmap scripting enginne [nse] 5 -------------------------------------------------------------------------------- /nmap-NSE/nmap scripting enginne [nse] 6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/nmap-NSE/nmap scripting enginne [nse] 6 -------------------------------------------------------------------------------- /nmap-NSE/tables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/nmap-NSE/tables -------------------------------------------------------------------------------- /obfuscation/02_Rene_Freingruber_Flying_under_the_radar_freingruber_v1.00.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/02_Rene_Freingruber_Flying_under_the_radar_freingruber_v1.00.pdf -------------------------------------------------------------------------------- /obfuscation/ADS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/ADS.md -------------------------------------------------------------------------------- /obfuscation/ASCII-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/ASCII-list.md -------------------------------------------------------------------------------- /obfuscation/Code Injection using Taskbar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/Code Injection using Taskbar.pdf -------------------------------------------------------------------------------- /obfuscation/Evading Detection - A Beginner's Guide to Obfuscation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/Evading Detection - A Beginner's Guide to Obfuscation.pdf -------------------------------------------------------------------------------- /obfuscation/Windows-Notes-Cheatsheet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/Windows-Notes-Cheatsheet -------------------------------------------------------------------------------- /obfuscation/av_evasion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/av_evasion.pdf -------------------------------------------------------------------------------- /obfuscation/bypass_windows_defender_attack_surface_reduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/bypass_windows_defender_attack_surface_reduction.pdf -------------------------------------------------------------------------------- /obfuscation/pedro-Wandoelmo-key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/pedro-Wandoelmo-key.md -------------------------------------------------------------------------------- /obfuscation/rapid7-whitepaper-metasploit-framework-encapsulating-av-techniques.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/rapid7-whitepaper-metasploit-framework-encapsulating-av-techniques.pdf -------------------------------------------------------------------------------- /obfuscation/simple_obfuscation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/simple_obfuscation.md -------------------------------------------------------------------------------- /obfuscation/working-with-certificates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/obfuscation/working-with-certificates.md -------------------------------------------------------------------------------- /user-agent-strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r00t-3xp10it/hacking-material-books/HEAD/user-agent-strings --------------------------------------------------------------------------------