Quote Managment

Here you will see how to manage the quote output from Rmutate. When you first get the Rmutate output from a script, it will be designed for Rmutate syntax, but what if you want to strip the quotes down? You can strip the quotes two times. The first time will give you the executioner + […]

Unix Write to Mem and Execute Shellcode

This is the best way to easily create malware for Linux/OSX. This is because every OSX box and almost every Linux box has python, they always have bash and in frequent cases have ruby. We can leverage these easy languages that do not require compilers to execute on the victim machine. This is really great […]

OSX Write to HDD and Execute Shellcode

In most cases this method of shellcode dev should not be used because the “Write to Mem” is superior over the “Write to HDD” Let’s take the following reverse shell written in python which every OSX box and almost every Linux box has. Next we will remove un-needed newlines and spaces. For help with formatting […]

Create and Manage Metasploit Payloads with Rmutate

Here you will see how easy it is to instantly send your payloads to metasploit. Even if you made a windows payload made with Rmutate.exe, you can still move that ruby file over to your other VM via a shared folder (which both VMware and VirtualBox have) and then have Rmutate send it to your […]

Bash Command to Shellcode

A very large amount of the code for Shell commands can be found here http://shell-storm.org/shellcode/ However, it isn’t near as usable as Rmutate because Rmutate will help you with the following. You can automatically remove bad bytes by XORing two registers together You can instantly port your shellcode to metasploit. For more info, click here […]