mirror of https://github.com/dirtbags/moth.git
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
[ -f /var/lib/ctf/disabled/kevin ] && exit 0
|
||
|
|
||
|
exec envuidgid ctf /usr/lib/ctf/kevin.py --victims=/var/lib/ctf/kevin/victims.txt --tokens=/var/lib/ctf/kevin/tokens
|