Skip to content

Commit 9328374

Browse files
committed
Update 'author' field of metadata
1 parent fff1c16 commit 9328374

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/post/windows/gather/checkvm.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ module supports detection of Hyper-V, VMWare, Virtual PC,
1919
VirtualBox, Xen, and QEMU.
2020
},
2121
'License' => MSF_LICENSE,
22-
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>'],
22+
'Author' => [
23+
'Carlos Perez <carlos_perez[at]darkoperator.com>',
24+
'Aaron Soto <aaron_soto[at]rapid7.com>'
25+
],
2326
'Platform' => [ 'win' ],
2427
'SessionTypes' => [ 'meterpreter' ]
2528
))

0 commit comments

Comments
 (0)