From b840bd89818b70abe67335ba5ea1ca708ad2906d Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 4 Jul 2026 21:17:42 +0900 Subject: [PATCH] web/search_source --- web/search_source/solve.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 web/search_source/solve.sh diff --git a/web/search_source/solve.sh b/web/search_source/solve.sh new file mode 100755 index 0000000..8dca0b3 --- /dev/null +++ b/web/search_source/solve.sh @@ -0,0 +1,6 @@ +#!/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\{.*\}"