mirror of https://github.com/dirtbags/moth.git
7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
echo 'Content-type: application/octet-stream'
|
||
|
echo
|
||
|
|
||
|
tar czf - /var/lib/ctf | KEY=crashmaster arc4
|