web/search_source
This commit is contained in:
Executable
+6
@@ -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\{.*\}"
|
||||
Reference in New Issue
Block a user