Files
2026-07-04 21:17:42 +09:00

7 lines
161 B
Bash
Executable File

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p wget ripgrep
wget -r http://saturn.picoctf.net:52105 --directory-prefix out
rg --only-matching "picoCTF\{.*\}"