Shellcode 突变器

作者:Sec-Labs | 发布时间:

项目地址

https://github.com/nettitude/ShellcodeMutator

Shellcode 突变器

使用无指令集(例如 )改变 nasm 程序集源文件 nops 以避免签名。

用法

##################
It's Morphin' Time
##################
usage: mutate.py [-h] [-t SHELLCODE_TEMPLATE] [-s SHELLCODE_FILE] [-m MORPH_PERCENTAGE] [-v] [-x86]

Insert random no-instructions at random locations into assembly shellcode

optional arguments:
  -h, --help            show this help message and exit
  -t SHELLCODE_TEMPLATE, --shellcode-template SHELLCODE_TEMPLATE
                        the template shellcode file to use
  -s SHELLCODE_FILE, --shellcode-file SHELLCODE_FILE
                        where to write the morphed file to
  -m MORPH_PERCENTAGE, --morph-percentage MORPH_PERCENTAGE
                        percentage increase of the number of instructions with no-instructions
  -v, --verbose         enable verbose mode
  -x86, --x86           x86 mode

 

标签:工具分享, shellcode生成工具