├── LICENSE.md ├── README.md ├── hoaxshell.py ├── payload_templates ├── http_payload.ps1 ├── http_payload_outfile.ps1 ├── https_payload.ps1 ├── https_payload_localtunnel.ps1 ├── https_payload_localtunnel_outfile.ps1 ├── https_payload_ngrok.ps1 ├── https_payload_ngrok_outfile.ps1 ├── https_payload_outfile.ps1 ├── https_payload_trusted.ps1 └── https_payload_trusted_outfile.ps1 ├── requirements.txt ├── revshells ├── README.md ├── hoaxshell-listener.py └── requirements.txt └── screenshots ├── Bit Defender ├── image.png ├── image2.png ├── image3.png ├── image4.png ├── image5.png └── image6.png ├── hoaxshell-win10.png ├── hoaxshell-win11-v2.png ├── hoaxshell-win11.png └── mimikatz.png /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/README.md -------------------------------------------------------------------------------- /hoaxshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/hoaxshell.py -------------------------------------------------------------------------------- /payload_templates/http_payload.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/payload_templates/http_payload.ps1 -------------------------------------------------------------------------------- /payload_templates/http_payload_outfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/payload_templates/http_payload_outfile.ps1 -------------------------------------------------------------------------------- /payload_templates/https_payload.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/payload_templates/https_payload.ps1 -------------------------------------------------------------------------------- /payload_templates/https_payload_localtunnel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/payload_templates/https_payload_localtunnel.ps1 -------------------------------------------------------------------------------- /payload_templates/https_payload_localtunnel_outfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/payload_templates/https_payload_localtunnel_outfile.ps1 -------------------------------------------------------------------------------- /payload_templates/https_payload_ngrok.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/payload_templates/https_payload_ngrok.ps1 -------------------------------------------------------------------------------- /payload_templates/https_payload_ngrok_outfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/payload_templates/https_payload_ngrok_outfile.ps1 -------------------------------------------------------------------------------- /payload_templates/https_payload_outfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/payload_templates/https_payload_outfile.ps1 -------------------------------------------------------------------------------- /payload_templates/https_payload_trusted.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/payload_templates/https_payload_trusted.ps1 -------------------------------------------------------------------------------- /payload_templates/https_payload_trusted_outfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/payload_templates/https_payload_trusted_outfile.ps1 -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | gnureadline 2 | ipython 3 | pyperclip 4 | -------------------------------------------------------------------------------- /revshells/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/revshells/README.md -------------------------------------------------------------------------------- /revshells/hoaxshell-listener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/revshells/hoaxshell-listener.py -------------------------------------------------------------------------------- /revshells/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/revshells/requirements.txt -------------------------------------------------------------------------------- /screenshots/Bit Defender/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/screenshots/Bit Defender/image.png -------------------------------------------------------------------------------- /screenshots/Bit Defender/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/screenshots/Bit Defender/image2.png -------------------------------------------------------------------------------- /screenshots/Bit Defender/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/screenshots/Bit Defender/image3.png -------------------------------------------------------------------------------- /screenshots/Bit Defender/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/screenshots/Bit Defender/image4.png -------------------------------------------------------------------------------- /screenshots/Bit Defender/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/screenshots/Bit Defender/image5.png -------------------------------------------------------------------------------- /screenshots/Bit Defender/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/screenshots/Bit Defender/image6.png -------------------------------------------------------------------------------- /screenshots/hoaxshell-win10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/screenshots/hoaxshell-win10.png -------------------------------------------------------------------------------- /screenshots/hoaxshell-win11-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/screenshots/hoaxshell-win11-v2.png -------------------------------------------------------------------------------- /screenshots/hoaxshell-win11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/screenshots/hoaxshell-win11.png -------------------------------------------------------------------------------- /screenshots/mimikatz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/hoaxshell/HEAD/screenshots/mimikatz.png --------------------------------------------------------------------------------