External Transmission
Medium
- Category
- Data Exfiltration
- Content
# List all employees python <<'EOF' import urllib.request, os, json req = urllib.request.Request('https://api.maton.ai/zoho-people/people/api/forms/employee/getRecords?sIndex=1&limit=10') req.add_header('Authorization', f'Bearer {os.environ["MATON_API_KEY"]}') print(json.dumps(json.load(urllib.request.urlopen(req)), indent=2)) EOF- Confidence
- 88% confidence
- Finding
- https://api.maton.ai/
