{"id":21816769,"url":"https://github.com/rtfmkiesel/drivebyte","last_synced_at":"2025-04-14T01:20:38.595Z","repository":{"id":195180092,"uuid":"692416865","full_name":"rtfmkiesel/drivebyte","owner":"rtfmkiesel","description":"A blazingly fast, cross-os cli tool to discover and take automated screenshots of websites","archived":false,"fork":false,"pushed_at":"2025-03-25T15:58:06.000Z","size":1560,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T16:49:54.359Z","etag":null,"topics":["bugbounty","chrome","chromium","discovery","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rtfmkiesel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-16T12:12:48.000Z","updated_at":"2025-03-25T15:58:10.000Z","dependencies_parsed_at":"2024-07-31T22:49:44.311Z","dependency_job_id":"8001d95f-00c2-45d3-baae-938faceaa89f","html_url":"https://github.com/rtfmkiesel/drivebyte","commit_stats":null,"previous_names":["rtfmkiesel/drivebyte"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfmkiesel%2Fdrivebyte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfmkiesel%2Fdrivebyte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfmkiesel%2Fdrivebyte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfmkiesel%2Fdrivebyte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtfmkiesel","download_url":"https://codeload.github.com/rtfmkiesel/drivebyte/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248805213,"owners_count":21164249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bugbounty","chrome","chromium","discovery","golang"],"created_at":"2024-11-27T15:36:33.780Z","updated_at":"2025-04-14T01:20:38.562Z","avatar_url":"https://github.com/rtfmkiesel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drivebyte\n![GitHub Repo stars](https://img.shields.io/github/stars/rtfmkiesel/drivebyte) ![GitHub](https://img.shields.io/github/license/rtfmkiesel/drivebyte)\n\nA *blazingly fast*, cross-os cli tool to discover and take automated screenshots of websites using Chromium-based browsers. This was done with automated content discovery \u0026 bug bounty in mind. This was heavily inspired and is basically a minified version of [michenriksen/aquatone](https://github.com/michenriksen/aquatone). \n\n![](demo.gif)\n\nFor chaining, `drivebyte` will output successfully screenshotted URLs to `stdout` and verbose as well as error messages to `stderr` which makes the output easily parsable. \n\n## Usage\n```\nUsage:\n  drivebyte [flags]\n\nFlags:\nTARGETS:\n   -t, -targets string     /path/to/urls or a single URL\n   -p, -ports string       ports to scan: \"FROM-TO\" or \"min\", \"default\", \"large\", \"max\" (default \"default\")\n   -pt, -port-timeout int  timeout for port checks in seconds (default 10)\n   -w, -workers int        amount of concurrect workers (default 10)\n\nBROWSER:\n   -o, -output-dir string        output directory for the screenshots (default \"./screenshots\")\n   -c, -chrome string            path to the chrome binary\n   -i, -incognito                launch chrome in incognito mode\n   -x, -proxy-url string         proxy url to use\n   -st, -screenshot-timeout int  timeout for the screenshot in seconds (default 10)\n   -ph, -pixel-h int             size of the screenshot in pixels (horizontal) (default 1440)\n   -pv, -pixel-v int             size of the screenshot in pixels (vertical) (default 800)\n   -T, -temp-dir string          directory to store the temporary files\n   -ua, -user-agent string       override the chrome user agent\n   -fg, -foreground              launch chrome in foreground\n\nOPTIONS:\n   -v, -verbose\n```\n\n## Installation\n### Binaries\nDownload the prebuilt binaries [here](https://github.com/rtfmkiesel/drivebyte/releases).\n\n### With Go\n```bash\ngo install github.com/rtfmkiesel/drivebyte@latest\n```\n\n### Build from source\n```bash\ngit clone https://github.com/rtfmkiesel/drivebyte\ncd drivebyte\n\nmake\n# or\ngo mod tidy\ngo build -ldflags=\"-s -w\" .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtfmkiesel%2Fdrivebyte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtfmkiesel%2Fdrivebyte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtfmkiesel%2Fdrivebyte/lists"}