mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
6 lines
110 B
Bash
Executable file
6 lines
110 B
Bash
Executable file
#! /bin/sh
|
|
|
|
echo 'Content-type: application/octet-stream'
|
|
echo
|
|
|
|
tar czf - /var/lib/ctf | KEY=crashmaster arc4
|