Account Provisioning

Check List

Methodology

Black Box

Account Provisioning

1

Prepare target URL and optional Auth cookie

2

Identify routes and endpoints using scripts written, combine and deduplicate Katana and FFUF outputs into one file (/tmp/all_endpoints.txt)

3

CSRF testing with XSRFProbe: for each endpoint run XSRFProbe (use -c if cookie is provided) with --random-agent --malicious --crawl. XSRFProbe attempts to detect CSRF vulnerabilities and, if successful, generates a PoC and an HTML report


White Box

Cheat Sheet

Manual Create CSRF

Non-Authenticated Endpoint

Authenticated Endpoint

CSRFShark

Auto Create CSRF

Create Script

Run Script

Last updated