9f08d96eab23a99c641fdb57921f4ca35ccaaeac
Bolt
A dumb CSRF scanner
Important
Bolt is in alpha phase of development which means it's full of bugs. Any production use of this tool discouraged.
Usage
Scanning a website for CSRF using Bolt is as easy as doing
python3 bolt.py -u https://github.com -l 2
Where -u is used to supply the URL and -l is used to specify the depth of crawling.
Other options and switches:
-tnumber of threads--delaydelay between requests--timeouthttp request timeout--headerssupply http headers
Languages
Python
100%