Skip to content

Commit

Permalink
Remove targets from post module.
Browse files Browse the repository at this point in the history
  • Loading branch information
joevennix committed Mar 26, 2014
1 parent ed8bf62 commit b7f1cee
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions modules/post/firefox/gather/cookies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,7 @@ def initialize(info={})
},
'License' => MSF_LICENSE,
'Author' => [ 'joev' ],
'Platform' => [ 'firefox' ],
'DisclosureDate' => 'Mar 26 2014',
'Targets' => [
[
'Native Payload', {
'Platform' => %w{ linux osx win unix },
'Arch' => ARCH_ALL
}
]
],
'DefaultTarget' => 0
'DisclosureDate' => 'Mar 26 2014'
))

register_options([
Expand Down

0 comments on commit b7f1cee

Please sign in to comment.