Skip to content
/ RSniff Public

Web background scanning tool based on Python coroutine

Notifications You must be signed in to change notification settings

walirt/RSniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web background scanning tool based on Python coroutine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages