Skip to content

Commit 5270487

Browse files
committed
Add credit
1 parent be36083 commit 5270487

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/post/windows/gather/enum_dirperms.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ def initialize(info={})
2929
'Version' => '$Revision$',
3030
'Platform' => ['win'],
3131
'SessionTypes' => ['meterpreter'],
32-
'Author' => ['Kx499']
32+
'Author' =>
33+
[
34+
'Kx499',
35+
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>',
36+
'sinn3r'
37+
]
3338
))
3439

3540
register_options(

0 commit comments

Comments
 (0)