Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 513 Bytes

CSRF SQLMap Bypass 💉

Setup

git clone https://github.com/itasahobby/CSRF_SQLMap_Bypass.git
docker-compose -f .\docker\docker-compose.yaml up --build

PoC

Run the following sqlmap command:

sqlmap -u "http://localhost/index.php?action=0" --method GET --preprocess ./poc/preprocess.py --batch --dbs

There is a more in depth writeup in my blog.

Mentions

Idea inspired by Dreg