first commit

This commit is contained in:
2026-03-30 14:53:09 -06:00
commit fbec1a6ade
81 changed files with 4479 additions and 0 deletions

9
get_flag.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
country_code=$(curl -s http://ip-api.com/json/ | jq -r '.countryCode')
#python3 -c "code='$country_code'; print(''.join([chr(127397 + ord(c)) for c in code]))"
echo $country_code