Skip to content

jalvarezit/CSRF_SQLMap_Bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Bypass csrf token using sqlmap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published