├── README.md ├── creds.txt ├── every_villain_is_LEMONS.md ├── external_methodology.md ├── internal_methodology.md ├── pentest_narrative.md ├── retail_store_methodology.md ├── smb_spray.sh └── templates ├── csharp_process_hollowing.cs ├── csharp_shellcode_runner.cs ├── csharp_token_impersonation_to_system.cs ├── powershell_shellcode_runner.ps1 ├── powershell_shellcode_runner_fully_in_mem.ps1 ├── vbs_macro_powershell_cradle.vb └── vbs_macro_winapi_shellcode.vb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/README.md -------------------------------------------------------------------------------- /creds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/creds.txt -------------------------------------------------------------------------------- /every_villain_is_LEMONS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/every_villain_is_LEMONS.md -------------------------------------------------------------------------------- /external_methodology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/external_methodology.md -------------------------------------------------------------------------------- /internal_methodology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/internal_methodology.md -------------------------------------------------------------------------------- /pentest_narrative.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/pentest_narrative.md -------------------------------------------------------------------------------- /retail_store_methodology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/retail_store_methodology.md -------------------------------------------------------------------------------- /smb_spray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/smb_spray.sh -------------------------------------------------------------------------------- /templates/csharp_process_hollowing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/templates/csharp_process_hollowing.cs -------------------------------------------------------------------------------- /templates/csharp_shellcode_runner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/templates/csharp_shellcode_runner.cs -------------------------------------------------------------------------------- /templates/csharp_token_impersonation_to_system.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/templates/csharp_token_impersonation_to_system.cs -------------------------------------------------------------------------------- /templates/powershell_shellcode_runner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/templates/powershell_shellcode_runner.ps1 -------------------------------------------------------------------------------- /templates/powershell_shellcode_runner_fully_in_mem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/templates/powershell_shellcode_runner_fully_in_mem.ps1 -------------------------------------------------------------------------------- /templates/vbs_macro_powershell_cradle.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/templates/vbs_macro_powershell_cradle.vb -------------------------------------------------------------------------------- /templates/vbs_macro_winapi_shellcode.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/the_hax/HEAD/templates/vbs_macro_winapi_shellcode.vb --------------------------------------------------------------------------------