Files
beef/extensions/metasploit/config.yaml
wade@bindshell.net f1e51b9e34 Updated comments for enabling metasploit
git-svn-id: https://beef.googlecode.com/svn/trunk@1040 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-06-29 02:31:17 +00:00

17 lines
613 B
YAML

# Enable MSF by changing extension:metasploit:enable to true
# Then set msf_callback_host to be the public IP of your MSF server
#
# Ensure you load the xmlrpc interface in Metasploit
# msf > load xmlrpc ServerHost=10.211.55.2 Pass=abc123 ServerType=Web
# Please note that the ServerHost parameter must have the same value of host and callback_host variables here below.
beef:
extension:
metasploit:
enable: true
host: "192.168.84.1"
path: "/RPC2"
port: 55553
user: "msf"
pass: "abc123"
callback_host: "192.168.84.1"