mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 12:30:47 -07:00
5 lines
181 B
Bash
Executable file
5 lines
181 B
Bash
Executable file
#! /bin/sh
|
|
|
|
[ -f /var/lib/ctf/disabled/kevin ] && exit 0
|
|
|
|
exec envuidgid ctf /usr/lib/ctf/kevin/kevin.py --victims=/var/lib/ctf/kevin/victims.txt --tokens=/var/lib/ctf/kevin/tokens
|