Skip to content

Commit 450716c

Browse files
committed
Remove meterpreter support from osx autologin gather.
1 parent dea3525 commit 450716c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/osx/gather/autologin_password.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def initialize(info={})
2727
'References' => [
2828
['URL', 'http://www.brock-family.org/gavin/perl/kcpassword.html']
2929
],
30-
'SessionTypes' => [ 'shell', 'meterpreter' ]
30+
'SessionTypes' => [ 'shell' ]
3131
))
3232

3333
register_advanced_options([

0 commit comments

Comments
 (0)