Simple
An x64 single/multi byte NOP instruction generator.
Rank
- Normal
Authors
- sf < stephen_fewer [at] harmonysecurity.com >
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use nop/x64/simple
msf nop(simple) > generate
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use nop/x64/simple
msf nop(simple) > generate
Module Options
| MultiByte | Generate a multi byte instruction NOP sled |
| RandomNops | Generate a random NOP sled |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
