{"id":29122210,"url":"https://github.com/whiteerabbit/dork-seeker","last_synced_at":"2025-08-31T22:15:10.021Z","repository":{"id":300929019,"uuid":"1005402864","full_name":"WhiteeRabbit/dork-seeker","owner":"WhiteeRabbit","description":"Simple Automatizated Google dorker script written in python","archived":false,"fork":false,"pushed_at":"2025-06-27T06:01:38.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"tool","last_synced_at":"2025-06-27T06:34:09.439Z","etag":null,"topics":["dork","dork-scanner","dork-scraper","dork-searcher","dorking","dorking-tool","google-dork","google-dorker","google-dorking-tool","google-dorks","python-dorking","python-scraper","python-script","python3","python3-script","web-scraper","web-scraping","web-scraping-python","web-scraping-software"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WhiteeRabbit.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,"zenodo":null}},"created_at":"2025-06-20T07:11:42.000Z","updated_at":"2025-06-27T06:01:41.000Z","dependencies_parsed_at":"2025-06-27T06:34:13.987Z","dependency_job_id":"e0b06aa9-38c2-4e23-8fb9-58f44223c6a8","html_url":"https://github.com/WhiteeRabbit/dork-seeker","commit_stats":null,"previous_names":["whiteerabbit/google_dorking_script","whiteerabbit/dork-seeker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WhiteeRabbit/dork-seeker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhiteeRabbit%2Fdork-seeker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhiteeRabbit%2Fdork-seeker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhiteeRabbit%2Fdork-seeker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhiteeRabbit%2Fdork-seeker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WhiteeRabbit","download_url":"https://codeload.github.com/WhiteeRabbit/dork-seeker/tar.gz/refs/heads/tool","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhiteeRabbit%2Fdork-seeker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273047208,"owners_count":25036313,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dork","dork-scanner","dork-scraper","dork-searcher","dorking","dorking-tool","google-dork","google-dorker","google-dorking-tool","google-dorks","python-dorking","python-scraper","python-script","python3","python3-script","web-scraper","web-scraping","web-scraping-python","web-scraping-software"],"created_at":"2025-06-29T17:09:21.246Z","updated_at":"2025-08-31T22:15:09.967Z","avatar_url":"https://github.com/WhiteeRabbit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e🔍 Dork Seeker\u003c/h1\u003e\n  \u003cimg src=\"https://i.postimg.cc/13mnX2Q8/Screenshot-from-2025-06-25-12-54-08.png\" alt=\"dork\" border=\"0\"\u003e\n  \u003cp\u003eSimple Automatizated Google dorker script written in Python\u003c/p\u003e\n  \u003cp\u003e❗ This tool is for educational and testing purposes only.\u003c/p\u003e\n\u003c/div\u003e\n\n# 🎯 Features\n\n- 🔍 Perform automated Google Dorking queries\n- 📄 Save results to a text file\n- 📦 Simple CLI interface\n- 🛠️ Easy to customize and extend\n\n\n\u003ch1\u003e🚀 How to Use This Tool\u003c/h1\u003e\n\u003cp\u003eBefore running the script, make sure Python is installed on your system.\u003c/p\u003e\n\nTo do that you can run on terminal or cmd: `python3 --version` or `python --version`\n\u003cp\u003e🟢 Once Python is ready, install the required Python libraries.\u003c/p\u003e\n\n```bash\npip install -r requirements.txt\n```\n\n\u003ch1\u003e✅ Usage:\u003c/h1\u003e\n\n```bash\nusage: google_url_dorker.py [-h] -d DORK [-c COUNT] [-w WRITE]\n                            [-x]\n\nTool to extract URLs using Google Dork. python3 google_dorker.py\n--dork 'inurl:\"/xmlrpc.php?rsd\" \u0026 ext:php' --count 50\n\noptions:\n  -h, --help            show this help message and exit\n  -d DORK, --dork DORK  Google dork query\n  -c COUNT, --count COUNT\n                        Number of URLs to fetch (default: 10)\n  -w WRITE, --write WRITE\n                        Save results to a text file\n  -x, --examples        Show usage examples and Contacts\n```\n\n\u003ch2\u003e🔴 Show Usage Examples and Contacts\u003c/h2\u003e\n\n```bash\npython3 google_url_dorker.py -d 0 --examples\n```\n\u003ch2\u003e🟡 If you run the script without specifying count, it will fetch 10 URLs by default \u003c/h2\u003e\n\n```bash\npython3 google_url_dorker.py -d 'YOUR DORK'\n```\n\u003ch2\u003e🔵 Fetch 50 URLs using your dork query \u003c/h2\u003e\n\n```bash\npython3 google_url_dorker.py -d 'YOUR DORK' -c 50\n```\n\u003ch2\u003e🟣 Fetch 50 URLs and save results to a file named results.txt \u003c/h2\u003e\n\n```bash\npython3 google_url_dorker.py -d 'YOUR DORK' -c 50 --write results.txt\n```\n\n# 🖧 Bypass Google Blocking (Using Proxy) 🔓\n\nIf Google blocks your connection while performing dorking, you can configure the script to use a proxy:\nGo to `line 16` of this script and add your HTTPS proxy:\n\n```python\nproxy = 'https://your-proxy-address:port'\n```\nThen go to `line 19` and update the search call to include the proxy:\n\n```python\nres = search(query, num_results=count, proxy=proxy, timeout=22)\n```\n\n\u003ch2\u003e⚪ 🛠️ Usage Options 📝\u003c/h2\u003e\n\n| Options | Description |\n| ------ | ------ |\n| `-h` or `--help` | Show help message and exit |\n| `-d` or `--dork` | Specify the Google dork query (required) |\n| `-c` or `--count` | Number of URLs to fetch (default: 10) |\n| `-w` or `--write` | Save the fetched URLs to a text file |\n| `-x` or `--examlpes` | Show usage examples and contacts |\n\n\n## 📫 Contact\n\nMade with ❤️ by [WhiteeRabbit](https://github.com/WhiteeRabbit)  \nFeel free to open an issue or contact me for suggestions!\n\n\n## 📃 License: \n[LICENSE](https://github.com/WhiteeRabbit/Google_Dorking_Script/blob/main/LICENSE)\n\n\u003ch1\u003e 🙏🏻 Big thanks to everyone who gave a ⭐️ to this project or helped in any way. \u003c/h1\u003e\nYour support means a lot and keeps this kind of work going!\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhiteerabbit%2Fdork-seeker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhiteerabbit%2Fdork-seeker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhiteerabbit%2Fdork-seeker/lists"}