Add a comment as an excuse to tag the issue

Fix #4246

... so it will automatically close the ticket.
bug/bundler_fix
sinn3r 2014-12-05 11:26:26 -06:00
parent f25e3ebaaf
commit 7ae786a53b
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ class Metasploit3 < Msf::Exploit::Remote
# Save these file names for later deletion
@exe_cmd_copy = exe_fname
@exe_payload = stager_instance.payload_exe
@exe_payload = stager_instance.payload_exe # Grab this info from CmdStagerTFTP
# Just for good measure, we'll make a quick, direct request for the payload
# Using the "start" method doesn't seem to make iis very happy :(