crypto: add a few more challenges

This commit is contained in:
2024-09-02 20:20:46 +02:00
parent dc6284f487
commit 92210003f6
15 changed files with 424 additions and 0 deletions

4
crypto/read_my_cert/solve.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash openssl
openssl req -noout -text -in 'readmycert.csr' | grep -o 'picoCTF{.*}'