Insufficient Logging and Monitoring
Check List
Methodology
Black Box
Undetected Brute Force on Login API
1
POST /api/login HTTP/1.1
Host: target.com
Content-Type: application/json
{"username":"victim","password":"WrongPass1"}2
3
4
5
6
Silent ID Enumeration
1
GET /api/users/1001 HTTP/1.1
Host: target.com
Authorization: Bearer user_token2
3
4
5
6
Privilege Escalation Attempt Without Alert
1
GET /api/admin/dashboard HTTP/1.1
Host: target.com
Authorization: Bearer user_token2
3
4
Token Manipulation Attempts Not Detected
1
GET /api/user/profile HTTP/1.1
Host: target.com
Authorization: Bearer tampered_token2
3
4
5
White Box
Cheat Sheet
Last updated