├── .gitignore ├── README.md ├── junkshell.py └── resources ├── junk_code_shellcode.gif ├── junk_code_shellcode_sophos.gif └── vt.jpg /.gitignore: -------------------------------------------------------------------------------- 1 | files/ 2 | test.ps1 3 | runner.bat 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amauricio/junkshell/HEAD/README.md -------------------------------------------------------------------------------- /junkshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amauricio/junkshell/HEAD/junkshell.py -------------------------------------------------------------------------------- /resources/junk_code_shellcode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amauricio/junkshell/HEAD/resources/junk_code_shellcode.gif -------------------------------------------------------------------------------- /resources/junk_code_shellcode_sophos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amauricio/junkshell/HEAD/resources/junk_code_shellcode_sophos.gif -------------------------------------------------------------------------------- /resources/vt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amauricio/junkshell/HEAD/resources/vt.jpg --------------------------------------------------------------------------------