mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-10 14:06:42 +00:00
1.0 KiB
1.0 KiB
od-database Go crawler 🚀
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
Usage
-
With Config File (if
config.yml
found in working dir)- Download default config
- Set
server.url
andserver.token
- Start with
./od-database-crawler server --config <file>
-
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>