Crawl sites and search for security issues.
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: 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