summaryrefslogtreecommitdiff
blob: b0cf87e6dfaf8e9c10842d4a9f8c9cc3ce332b65 (plain)
1
2
3
4
5
6
7
8
9
10
# 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"