mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-09 05:20:54 -07:00
7 lines
165 B
Bash
Executable file
7 lines
165 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
exec 2>&1
|
|
|
|
IP=$(dbip -a)
|
|
|
|
exec setuidgid ctf $CTF_BASE/packages/multicaster/bin/multicaster ff15::62c 1580 <$CTF_BASE/packages/multicaster/tokens.txt
|