Skip to content

Commit 97a6b29

Browse files
committed
Use print_warning
1 parent dcba357 commit 97a6b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/wp_wysija_newsletters_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def exploit
124124
# the theme folder (manual cleanup)
125125
register_files_for_cleanup('style.css', payload_name)
126126

127-
print_status("#{peer} - The theme folder #{theme_name} can not be removed. Please delete it manually.")
127+
print_warning("#{peer} - The theme folder #{theme_name} can not be removed. Please delete it manually.")
128128

129129
print_status("#{peer} - Executing payload #{payload_uri}")
130130
res = send_request_cgi({

0 commit comments

Comments
 (0)