Use print_warning
parent
dcba357ec3
commit
97a6b298a8
|
@ -124,7 +124,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
# the theme folder (manual cleanup)
|
||||
register_files_for_cleanup('style.css', payload_name)
|
||||
|
||||
print_status("#{peer} - The theme folder #{theme_name} can not be removed. Please delete it manually.")
|
||||
print_warning("#{peer} - The theme folder #{theme_name} can not be removed. Please delete it manually.")
|
||||
|
||||
print_status("#{peer} - Executing payload #{payload_uri}")
|
||||
res = send_request_cgi({
|
||||
|
|
Loading…
Reference in New Issue