mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 04:51:06 -07:00
7 lines
139 B
Bash
Executable file
7 lines
139 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
exec 2>&1
|
|
|
|
IP=$(dbip -a)
|
|
|
|
exec setuidgid nobody $CTF_BASE/packages/cowbull/bin/cowd < $CTF_BASE/packages/cowbull/tokens.txt
|