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