Skip to content

Commit 0ae7756

Browse files
committed
fixed missing > on author
1 parent 8520cbf commit 0ae7756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/local/bypassuac.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info={})
3030
'Author' => [
3131
'David Kennedy "ReL1K" <kennedyd013[at]gmail.com>',
3232
'mitnick',
33-
'mubix <mubix[at]hak5.org' # Port to local exploit
33+
'mubix <mubix[at]hak5.org>' # Port to local exploit
3434
],
3535
'Version' => '$Revision$',
3636
'Platform' => [ 'windows' ],

0 commit comments

Comments
 (0)