Skip to content

Commit

Permalink
Added credits and clean initialize
Browse files Browse the repository at this point in the history
Added wvu to creds as he did most of work. ;)
  • Loading branch information
sho-luv committed Jan 9, 2014
1 parent 8161663 commit a8fcf13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/auxiliary/scanner/smb/ms08_067_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ def initialize
'Brett Moore <brett.moore[at]insomniasec.com>',
'frank2 <frank2@dc949.org>', # check() detection
'jduck', # XP SP2/SP3 AlwaysOn DEP bypass
'sho-luv', # cut and paste into auxiliary module
'sho-luv', # Cut frank2's check into auxiliary module
'wvu' # Added scan labels cleaned up code
],
'License' => MSF_LICENSE,
'DefaultOptions' => {}
)
register_options(
[
OptString.new('SMBPIPE', [ true, "The pipe name to use (BROWSER, SRVSVC)", 'BROWSER']),
OptString.new('SMBPIPE', [ true, "The pipe name to use (BROWSER, SRVSVC)", 'BROWSER'])
], self.class)
end

Expand Down

0 comments on commit a8fcf13

Please sign in to comment.