Skip to content

Commit c1f612b

Browse files
committed
Use vprint_ instead of print_
1 parent 144c6ae commit c1f612b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/wp_wptouch_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def check
7878
return Msf::Exploit::CheckCode::Detected
7979
end
8080

81-
print_status("#{peer} - Found version #{version} of the plugin")
81+
vprint_status("#{peer} - Found version #{version} of the plugin")
8282

8383
if Gem::Version.new(version) < Gem::Version.new('3.4.3')
8484
return Msf::Exploit::CheckCode::Appears

0 commit comments

Comments
 (0)