Somdev Sangwan 9f08d96eab added basic usage
2018-12-30 03:15:25 +05:30
2018-12-30 03:07:15 +05:30
2018-12-30 03:07:15 +05:30
2018-12-30 03:07:15 +05:30
2018-12-30 03:05:36 +05:30
2018-12-30 03:15:25 +05:30


Bolt
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:

  • -t number of threads
  • --delay delay between requests
  • --timeout http request timeout
  • --headers supply http headers
Description
No description provided
Readme GPL-3.0 111 KiB
Languages
Python 100%