Skip to content

Commit 9a6c548

Browse files
committed
Minor tweak to use vprint...
1 parent e91830e commit 9a6c548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/dup_scout_enterprise_login_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def exploit
7676
evil << payload.encoded
7777
evil << make_nops(10000 - evil.length)
7878

79-
print_status("Evil length: " + evil.length.to_s)
79+
vprint_status("Evil length: " + evil.length.to_s)
8080

8181
sploit = "username="
8282
sploit << evil

0 commit comments

Comments
 (0)