mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-24 01:09:38 +01:00
13 lines
273 B
Text
13 lines
273 B
Text
# Config file for /etc/init.d/metasploit
|
|
|
|
# Pidfile
|
|
PIDFILE=/var/run/msfweb.pid
|
|
|
|
# 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"
|