2019-02-03 02:54:52 +01:00

1.0 KiB

od-database Go crawler 🚀

Build Status

by terorie 2018 :P

  • Crawler for OD-Database
  • Crawls HTTP open directories (standard Web Server Listings)
  • Gets name, path, size and modification time of all files
  • Lightweight and fast: over 9000 requests per second on a standard laptop

https://od-db.the-eye.eu/

Usage

  1. With Config File (if config.yml found in working dir)

    • Download default config
    • Set server.url and server.token
    • Start with ./od-database-crawler server --config <file>
  2. With Flags or env

    • Override config file if it exists
    • --help for list of flags
    • Every flag is available as an environment variable: --server.crawl_stats ➡️ OD_SERVER_CRAWL_STATS
    • Start with ./od-database-crawler server <flags>