Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.02 KB

WebCrawler

Crawl sites and search for security issues.

Installation

  • git clone [email protected]:sedrubal/WebCrawler.git && cd ./WebCrawler/
  • python3 -m virtualenv -p python3.6 --system-site-packages .venv && . ./.venv/bin/activate
  • pip3 install -r ./requirements.txt
  • ./webcrawler.py -vvv ./config-example.yml -

Usage

usage: webcrawler.py [-h] [-v] config_file out_file

Crawl all configured sites and search for security issues.

positional arguments:
  config_file    The yaml config file
  out_file       The yaml file to write the output

optional arguments:
  -h, --help     show this help message and exit
  -v, --verbose  More output

Idea

License

CC BY 4.0