rinzler

🚧 Coming soon, check back here for updates 🚧

         _             __         
   _____(_)___  ____  / /__  _____
  / ___/ / __ \/_  / / / _ \/ ___/
 / /  / / / / / / /_/ /  __/ /    
/_/  /_/_/ /_/ /___/_/\___/_/     
                                  
🙌       a fast webcrawler        🙌
🙌       from seska with ♡♡♡      🙌

Features

  • Webcrawler
  • Vulnerabilty Scanner
  • Force Browser
  • Easy to use
  • Can be configured with environment variables

Rinzler in action

multi-threaded forced browsing

asciicast

Usage by example

## get help
```bash
rnz --help

crawling a single host

rnz https://crawler-test.com 

crawling multiple hosts

rnz --host https://crawler-test.com --host https://seska.io 

rate limiting requests (50ms per request)

rnz --host https://crawler-test.com --rate-limit 50

run an unscoped crawl

rnz --host https://crawler-test.com --scoped=false 

customize the UA header

rnz --host https://crawler-test.com --user-agent="Mozilla/5.0 (Linux; Android 8.0.0; SM-G960F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36" 

suppress the banner on start

rnz --host https://crawler-test.com --quiet