Shellsploit let’s you generate customized shellcodes, backdoors, injectors for various operating system. And let’s you obfuscation every byte via encoders. Dependencies: sudo pip install capstone sudo pip install readline(Not necessary for windows coz preinstalled in shellsploit) sudo pip install pefile sudo pip install colorama sudo pip install pylzma Installation: Pip…
-
-
Powercat – The Powershell Version [Netcat]
Powercat is a powershell function. First you need to load the function before you can execute it. You can put one of the below commands into your powershell profile so powercat is automatically loaded when powershell starts. Load The Function From Downloaded .ps1 File: . .\powercat.ps1 Load The Function From…
