Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 296 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 296 Bytes

☔️ leak-detect

Clone repository including submodules:

git clone --recurse-submodules https://github.com/stevenwdv/leak-detect.git

Run single crawl:

npm install
npm start -- crawl --url https://example.com/

Get options:

npm start -- crawl --help