You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print_error("NOTE: you must use a meterpreter payload in order to automatically cleanup.")
68
-
print_error("The vbs payload (C:\\windows\\system32\\#{@var_vbs_name}.vbs) and mof file (C:\\windows\\system32\\wbem\\mof\\good\\#{@var_mof_name}.mof) must be removed manually.")
71
+
print_error("The vbs payload (#{vbs_path}) and mof file (#{mof_path}) must be removed manually.")
69
72
return
70
73
end
71
74
72
75
# stdapi must be loaded before we can use fs.file
73
76
client.core.use("stdapi")if not client.ext.aliases.include?("stdapi")
0 commit comments