Skip to content

mirdeger/bw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

  1. Add chromedriver to your path

Example for current directory on linux:

PATH=$PATH:.

  1. Run the scanner

python3 crawl.py --url http://example.com

ModuleMatcher compatible

To make the crawler compatible with ModuleMatcher, some code has been added in crawl.py, Functions.py and Classes.py. To find them, simply search for "matcher" in the code.