8.第1种运行脚本的方法:
  msfconsole -r autoexploit.rc
  9.第2种运行脚本的方法:
  msfconsole
  resource autoexploit.rc
  10.配置文件说明
  <1>.metasploit的全局配置文件在安装目录下,文件名为properties.ini
  <2>.properties.ini的信息如下:
[General]    // metasploit通用设置栏
base_stack_name=Metasploit
base_stack_version=4.3.0
installdir=D:metasploit   //matasploit 安装路径
[Postgres]     // postgresql数据库栏
postgres_binary_directory=D:metasploit/postgresql/bin   //postgresql数据库bin路径
postgres_port=7337     //postgresql数据库的端口号
postgres_root_directory=D:metasploit/postgresql   //postgresql数据库的数据目录
postgres_root_password=b83a7446      //postgresql数据库的默认账户为postgres,默认密码是此栏
postgres_unique_service_name=metasploitPostgreSQL-1  //postgresql数据库的服务名
rapid7_database_password=20f25188
rapid7_database_user=msf3              //postgresql数据库中的新建的账号为msf3,密码为20f25188
[Ruby]
ruby_root_directory=D:metasploit/ruby        // ruby的安装目录
[NginX]      // nginx服务器设置
nginx_ssl_days=3650
nginx_ssl_name=goodjob-PC
nginx_ssl_port=3790    // nginx服务器的端口号