From 4f9028f7f9126d695212debdb380c47d69aa6763 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Fri, 6 Jul 2012 16:18:14 -0500 Subject: [PATCH] Change description a little bit --- scripts/resource/autoexploit.rc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/scripts/resource/autoexploit.rc b/scripts/resource/autoexploit.rc index 5d97cf2198..147822465b 100644 --- a/scripts/resource/autoexploit.rc +++ b/scripts/resource/autoexploit.rc @@ -8,26 +8,26 @@ # def help_me help = %Q| - HELP: - This Metasploit RC-File can be used to automate the exploitation process. Before + Description: + This Metasploit RC file can be used to automate the exploitation process. Before using this script, you should import your vulnerability results to Metasploit, and - then it will exploit each possible host when the there is a match to one of the - references. A reverse shell is automatically selected for you. When available, - it will always default to a suitable meterpreter. + then it will exploit each possible host when there is a match to one of the + references. A reverse shell is automatically selected for you, and will always + default to a suitable meterpreter. Usage: ./msfconsole -r [rc_path] [db_user] [db_pass] [db_workspace] [module_path] Arguments: - rc_path - Full path to this RC script - db_user - Username for the database - db_pass - Password for the database + rc_path - Full path to the RC script + db_user - Username for MSF database + db_pass - Password for MSF database db_worksapce - Workspace for the database - module_path - Path to the exploit + module_path - Path to the exploit (ie: windows/smb/ms08_067_netapi) Authors: - m-1-k-3 (m1k3[at]s3cur1ty.de) - sinn3r () + m-1-k-3 + sinn3r | help = help.gsub(/^\t/, '') print_line(help)