Skip to content

Commit 2f6da89

Browse files
author
Patrick Webster
committed
Change author name to nick.
1 parent 1927e8b commit 2f6da89

File tree

98 files changed

+115
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+115
-115
lines changed

lib/msf/core/author.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Msf::Author
1717
KNOWN = {
1818
'amaloteaux' => 'alex_maloteaux' + 0x40.chr + 'metasploit.com',
1919
'anonymous' => 'Unknown',
20+
'aushack' => 'patrick' + 0x40.chr + 'osisecurity.com.au',
2021
'bannedit' => 'bannedit' + 0x40.chr + 'metasploit.com',
2122
'Carlos Perez' => 'carlos_perez' + 0x40.chr + 'darkoperator.com',
2223
'cazz' => 'bmc' + 0x40.chr + 'shmoo.com',
@@ -39,7 +40,6 @@ class Msf::Author
3940
'mubix' => 'mubix' + 0x40.chr + 'hak5.org',
4041
'natron' => 'natron' + 0x40.chr + 'metasploit.com',
4142
'optyx' => 'optyx' + 0x40.chr + 'no$email.com',
42-
'patrick' => 'patrick' + 0x40.chr + 'osisecurity.com.au',
4343
'pusscat' => 'pusscat' + 0x40.chr + 'metasploit.com',
4444
'Ramon de C Valle' => 'rcvalle' + 0x40.chr + 'metasploit.com',
4545
'sf' => 'stephen_fewer' + 0x40.chr + 'harmonysecurity.com',

modules/auxiliary/admin/cisco/vpn_3000_ftp_bypass.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def initialize(info = {})
1717
verifies that the directory has been created, then deletes it and verifies deletion
1818
to confirm the bug.
1919
},
20-
'Author' => [ 'patrick' ],
20+
'Author' => [ 'aushack' ],
2121
'License' => MSF_LICENSE,
2222
'References' =>
2323
[

modules/auxiliary/admin/http/contentkeeper_fileaccess.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize
2020
[ 'OSVDB', '54551' ],
2121
[ 'URL', 'http://www.aushack.com/200904-contentkeeper.txt' ],
2222
],
23-
'Author' => [ 'patrick' ],
23+
'Author' => [ 'aushack' ],
2424
'License' => MSF_LICENSE)
2525

2626
register_options(

modules/auxiliary/admin/http/hp_web_jetadmin_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def initialize(info = {})
1717
systems, however at this stage the module only works against Windows.
1818
This module does not apply to HP printers.
1919
},
20-
'Author' => [ 'patrick' ],
20+
'Author' => [ 'aushack' ],
2121
'License' => MSF_LICENSE,
2222
'References' =>
2323
[

modules/auxiliary/admin/http/iomega_storcenterpro_sessionid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize
1919
[ 'OSVDB', '55586' ],
2020
[ 'CVE', '2009-2367' ],
2121
],
22-
'Author' => [ 'patrick' ],
22+
'Author' => [ 'aushack' ],
2323
'License' => MSF_LICENSE
2424
)
2525

modules/auxiliary/admin/http/tomcat_utf8_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize
2929
[ 'CVE', '2008-2938' ],
3030
[ 'URL', 'http://www.securityfocus.com/archive/1/499926' ],
3131
],
32-
'Author' => [ 'patrick','guerrino <ruggine> di massa' ],
32+
'Author' => [ 'aushack','guerrino <ruggine> di massa' ],
3333
'License' => MSF_LICENSE,
3434
'DisclosureDate' => 'Jan 9 2009'
3535
)

modules/auxiliary/admin/http/trendmicro_dlp_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize
2929
[ 'EDB', '17388' ],
3030
[ 'BID', '48225' ],
3131
],
32-
'Author' => [ 'patrick' ],
32+
'Author' => [ 'aushack' ],
3333
'License' => MSF_LICENSE,
3434
'DisclosureDate' => 'Jan 9 2009'
3535
)

modules/auxiliary/admin/officescan/tmlisten_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize
2323
[ 'BID', '31531' ],
2424
[ 'URL', 'http://www.trendmicro.com/ftp/documentation/readme/OSCE_7.3_Win_EN_CriticalPatch_B1372_Readme.txt' ],
2525
],
26-
'Author' => [ 'Anshul Pandey <anshul999[at]gmail.com>', 'patrick' ],
26+
'Author' => [ 'Anshul Pandey <anshul999[at]gmail.com>', 'aushack' ],
2727
'License' => MSF_LICENSE
2828
)
2929

modules/auxiliary/admin/pop2/uw_fileretrieval.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def initialize(info = {})
1717
be exploited with a valid username and password. The From address is
1818
the file owner.
1919
},
20-
'Author' => [ 'patrick' ],
20+
'Author' => [ 'aushack' ],
2121
'License' => MSF_LICENSE,
2222
'References' =>
2323
[

modules/auxiliary/admin/smb/check_dir_file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize
2929
},
3030
'Author' =>
3131
[
32-
'patrick',
32+
'aushack',
3333
'j0hn__f'
3434
],
3535
'References' =>

0 commit comments

Comments
 (0)