Msfvenom

Options

  • -e = Encoder type (For Windows, shikata_ga_nai is usually used

  • -i = Encoding iterations for obfuscation

  • -x = Inject payload into an executable

    • msfvenom -p ... -x /usr/share/windows-resources/binaries/plink.exe

  • -l formats = List executable formats

One-liner

Last updated