pentoo-overlay/net-analyzer/metasploit/files/msfweb3.confd
2008-12-29 15:25:17 +00:00

10 lines
234 B
Text

# Config file for /etc/init.d/metasploit
# Bind to the following IP instead of the loopback address
IPADDR=127.0.0.1
# Bind to the following TCP port instead of default 55555
PORT=55555
# All options
MSF_OPTS="-a $IPADDR -p $PORT"