Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 875 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 875 Bytes

RSniff

Web background scanning tool based on Python coroutine

Install

pip install -r requirements.txt

Usage

python ScanTool.py [OPTIONS]

Options

  • -u, --baseUrl TEXT Basice URL of splicing [required]
  • -p, --dictPath TEXT Dictionary path [required]
  • -h, --customerHeaders TEXT Customer headers
  • -c, --maxConcurrency INTEGER Maximum concurrent [default: 10]
  • -t, --timeout INTEGER Timeout time [default: 2]
  • -q, --queueCap INTEGER Queeu capacity [default: 50]
  • --help Show this message and exit.

Show

Todo

  • Customer headers
  • Asynchronous read file

License