mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 04:51:06 -07:00
9 lines
138 B
Text
9 lines
138 B
Text
|
#! /bin/sh
|
||
|
|
||
|
if ! [ -d /opt/mcp ]; then
|
||
|
hostname pwnables
|
||
|
ifconfig eth0 10.1.1.2 netmask 255.0.0.0
|
||
|
fi
|
||
|
|
||
|
exec inotifyd true $(pwd):x
|