Skip to content

Commit

Permalink
remove overwritten keys from hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Cook committed Apr 20, 2016
1 parent b74930f commit 57cb8e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion modules/exploits/multi/http/atutor_sqli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ def report_cred(opts)
post_reference_name: self.refname,
private_data: opts[:password],
origin_type: :service,
private_type: :password,
private_type: :nonreplayable_hash,
jtr_format: 'sha512',
username: opts[:user]
Expand Down
4 changes: 0 additions & 4 deletions modules/exploits/windows/http/easyfilesharing_seh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ def initialize(info = {})
[ 'EDB', '39008' ],
],
'Privileged' => true,
'DefaultOptions' =>
{
'EXITFUNC' => 'thread',
},
'Payload' =>
{
'Space' => 390,
Expand Down

0 comments on commit 57cb8e4

Please sign in to comment.