CasperSecurity

Current Path : /home/uietadmin/faceattendance/
Upload File :
Current File : //home/uietadmin/faceattendance/attendance.py

import requests
from requests.auth import HTTPDigestAuth

DEVICE_IP = "192.168.0.150"
USERNAME = "admin"
PASSWORD = "Uiet@9437"

url = f"http://{DEVICE_IP}/ISAPI/AccessControl/AcsEvent?format=json"

response = requests.get(
    url,
    auth=HTTPDigestAuth(USERNAME, PASSWORD),
    headers={"Accept": "application/json"},
    timeout=10
)

print(response.status_code)
print(response.text)
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY