picoCTF - 'Secrets' - Learning
Learned a little something cool today while doing a picoCTF challenge and listening to John Hammond. You can use a cURL command to pull the flag or a nice python script with some regex:
#!/usr/bin/env python3
import requests
import re
response = re...
nexxsys.hashnode.dev1 min read