Skip to content

Commit

Permalink
Do some print_status with ms14_064
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen-r7 committed Jul 7, 2015
1 parent 9e2e64b commit c37b60d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,15 @@ def on_request_exploit(cli, request, target_info)
# It should be \r\n .
vbs = Msf::Util::EXE.to_exe_vbs(data).gsub(/\x0a/, "\r\n")

print_status("Sending VBS stager")
send_response(cli, vbs)
else
# The VBS technique is only for Windows XP. So if a non-XP system is requesting it,
# something is not right.
send_not_found(cli)
end
else
print_status("Sending exploit...")
send_exploit_html(cli, get_html)
end
end
Expand Down

0 comments on commit c37b60d

Please sign in to comment.