first commit
This commit is contained in:
9
get_flag.sh
Executable file
9
get_flag.sh
Executable 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user