From a692a5d36c1287f987aa928cc1017eefe64a3c43 Mon Sep 17 00:00:00 2001 From: Jon Hart Date: Wed, 25 Nov 2015 11:23:18 -0800 Subject: [PATCH] Remove Platform, this should work everywhere; correct grammar --- modules/post/multi/gather/rsyncd_creds.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/post/multi/gather/rsyncd_creds.rb b/modules/post/multi/gather/rsyncd_creds.rb index 5e5dab42f5..3957d37875 100644 --- a/modules/post/multi/gather/rsyncd_creds.rb +++ b/modules/post/multi/gather/rsyncd_creds.rb @@ -19,14 +19,13 @@ class Metasploit3 < Msf::Post ), 'License' => MSF_LICENSE, 'Author' => [ 'Jon Hart ' ], - 'Platform' => %w(bsd linux osx unix), 'SessionTypes' => %w(shell) ) ) register_options( [ - OptString.new('USER_CONFIG', [false, 'Attempt to passwords from this RSYNC ' \ + OptString.new('USER_CONFIG', [false, 'Attempt to get passwords from this RSYNC ' \ 'configuration file relative to each local user\'s home directory. Leave unset to disable.', 'rsyncd.conf']) ] )