⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.74
Server IP:
104.21.80.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
CyberCP
/
backup
/
View File Name :
tests.py
import requests url = "https://api.github.com/repos/rustic-rs/rustic/releases/latest" # Replace with your API endpoint URL response = requests.get(url) if response.status_code == 200: data = response.json() print(data['tag_name']) # Do something with the data else: print("Request failed with status code:", response.status_code)