{"id":13581913,"url":"https://github.com/j3ssie/goverview","last_synced_at":"2025-07-23T22:35:33.110Z","repository":{"id":37699862,"uuid":"259692733","full_name":"j3ssie/goverview","owner":"j3ssie","description":"goverview - Get an overview of the list of URLs","archived":false,"fork":false,"pushed_at":"2023-05-09T17:57:11.000Z","size":731,"stargazers_count":144,"open_issues_count":4,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-27T01:07:03.772Z","etag":null,"topics":["browser","bugbounty","chromedp","favicon","favicon-generator","infosec","recon","screenshot","security"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j3ssie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"j3ssie","open_collective":"osmedeus","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/j3ssiejjj","https://www.buymeacoffee.com/j3ssie"]}},"created_at":"2020-04-28T16:30:38.000Z","updated_at":"2024-10-14T05:56:40.000Z","dependencies_parsed_at":"2024-01-14T04:38:45.005Z","dependency_job_id":"2df51aaa-f613-4ac2-9873-13a1421c855c","html_url":"https://github.com/j3ssie/goverview","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j3ssie%2Fgoverview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j3ssie%2Fgoverview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j3ssie%2Fgoverview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j3ssie%2Fgoverview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j3ssie","download_url":"https://codeload.github.com/j3ssie/goverview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232308555,"owners_count":18503119,"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":["browser","bugbounty","chromedp","favicon","favicon-generator","infosec","recon","screenshot","security"],"created_at":"2024-08-01T15:02:18.985Z","updated_at":"2025-01-03T08:11:26.801Z","avatar_url":"https://github.com/j3ssie.png","language":"Go","funding_links":["https://patreon.com/j3ssie","https://opencollective.com/osmedeus","https://paypal.me/j3ssiejjj","https://www.buymeacoffee.com/j3ssie"],"categories":["Go","Weapons","bugbounty"],"sub_categories":["Tools"],"readme":"goverview\n=========\ngoverview - Get an overview of the list of URLs\n\n## Installation\n\n```\nGO111MODULE=on go get github.com/j3ssie/goverview\n```\n\n## Demo\n\n[![asciicast](https://asciinema.org/a/432045.svg)](https://asciinema.org/a/432045)\n\n## Example Commands\n\n```shell\n# Only get summary\ncat http_lists.txt | goverview probe -N -c 50 | tee only-overview.txt\n\n# Get summary content and store raw response without screenshot\ncat http_lists.txt | goverview probe -M -c 50 -o overview  cat http_lists.txt | goverview probe -c 20 -M --json\n\n# Pass all urls to proxy with real browser\ncat list_of_urls.txt | goverview screen --proxy http://127.0.0.1:8080\n\n# Do screenshot and store JSON Output\ncat http_lists.txt | goverview screen -c 5 --json\n\n# Do screenshot based on success HTTP site\ncat overview/target.com-http-overview.txt | jq -r '. | select(.status==\"200\") | .url' | goverview screen -c 5 -o overview -S overview/target.com-screen.txt\n\n# Do screenshot and generated report\ncat http-shopee.io.txt| goverview screen --json -o /tmp/screenshot/\ngoverview report -o /tmp/screenshot/\n\n```\n\n## Usage\n\n```shell\ngoverview - Get an overview of the list of URLs - beta v1.0.0 by @j3ssiejjj\n\nUsage:\n  goverview [command]\n\nAvailable Commands:\n  help        Help about any command\n  probe       Do Probing on target\n  report      Generate HTML Report based on screenshot output\n  screen      Do Screenshot on target\n\nFlags:\n  -B, --burp                Receive input as base64 burp request\n  -c, --concurrency int     Set the concurrency level (default 10)\n  -C, --content string      Summary File for Content (default 'out/content-summary.txt')\n      --debug               Debug output\n  -H, --headers strings     Custom headers (e.g: -H 'Referer: {{.BaseURL}}') (Multiple -H flags are accepted)\n  -h, --help                help for goverview\n  -I, --inputFile string    Custom headers (e.g: -H 'Referer: {{.BaseURL}}') (Multiple -H flags are accepted)\n  -i, --inputs strings      Custom headers (e.g: -H 'Referer: {{.BaseURL}}') (Multiple -H flags are accepted)\n  -j, --json                Output as JSON\n  -l, --level int           Set level to calculate CheckSum (default: 0)\n  -N, --no-output           No output\n  -o, --output string       Output Directory (default \"out\")\n  -P, --proxy string        Proxy to send http request\n  -L, --redirect            Allow redirect\n      --retry int           Number of retry\n  -R, --save-redirect       Save redirect URL to overview file too\n  -S, --screenshot string   Summary File for Screenshot (default 'out/screenshot-summary.txt')\n      --sortTag             Sort HTML tag before do checksum\n  -a, --tech string         Technology File (default \"technologies.json\")\n  -t, --threads int         Set the threads level for do screenshot (default 5)\n      --timeout int         HTTP timeout (default 15)\n  -v, --verbose             Verbose output\n  -V, --version             Print version\n  -W, --wordlist string     Wordlists File build from HTTP Content (default 'out/wordlists.txt')\n\nUse \"goverview [command] --help\" for more information about a command.\n\n\nChecksum Content Level:\n  0 - Only check for src in \u003cscript\u003e tag\n  1 - Check for all structure of HTML tag + src in \u003cscript\u003e tag\n  2 - Check for all structure of HTML tag + src in \u003cscript\u003e \u003cimg\u003e \u003ca\u003e tag\n  5 - Entire HTTP response\n\n```\n\n## License\n\n`goverview` is made with ♥ by [@j3ssiejjj](https://twitter.com/j3ssiejjj) and it is released under the MIT license.\n\n## Donation\n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/j3ssiejjj)\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/j3ssie)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj3ssie%2Fgoverview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj3ssie%2Fgoverview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj3ssie%2Fgoverview/lists"}