Skip to content

Commit

Permalink
Land #10207, msftidy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu authored and msjenkins-r7 committed Jun 26, 2018
1 parent f14597b commit d4dfb98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,11 @@ def exploit
}

res = send_request_cgi({
'uri' => normalize_uri(datastore['URI'], 'install.php?step=4'),
'uri' => normalize_uri(datastore['URI'], 'install.php'),
'method' => 'POST',
'vars_get' => {
'step' => '4'
},
'vars_post' => data
})
trigger
Expand Down
5 changes: 4 additions & 1 deletion modules/post/windows/gather/ntds_grabber.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
require 'msf/core'
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##

class MetasploitModule < Msf::Post
include Msf::Post::Windows::Powershell
Expand Down

0 comments on commit d4dfb98

Please sign in to comment.