7 lines
161 B
Bash
Executable File
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\{.*\}"
|