{"id":22742303,"url":"https://github.com/hacke-rc/webdork","last_synced_at":"2025-09-04T15:32:56.865Z","repository":{"id":40583531,"uuid":"324722706","full_name":"HACKE-RC/webdork","owner":"HACKE-RC","description":"A Python tool to automate some dorking stuff to find information disclosures.","archived":false,"fork":false,"pushed_at":"2024-07-03T13:27:12.000Z","size":70,"stargazers_count":151,"open_issues_count":1,"forks_count":25,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-12-24T09:02:48.543Z","etag":null,"topics":["bug-bounty","bugbounty","information-gathering","information-gathering-tools","information-retrieval","osint","osint-python","osint-tool","web-osint","webdork","webhacking"],"latest_commit_sha":null,"homepage":"https://twitter.com/rcx86","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HACKE-RC.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":"2020-12-27T08:55:36.000Z","updated_at":"2024-12-17T14:24:48.000Z","dependencies_parsed_at":"2023-01-19T21:46:35.646Z","dependency_job_id":"c3fc995d-a1e6-4ccc-997d-6fcc8f9b6f89","html_url":"https://github.com/HACKE-RC/webdork","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HACKE-RC%2Fwebdork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HACKE-RC%2Fwebdork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HACKE-RC%2Fwebdork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HACKE-RC%2Fwebdork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HACKE-RC","download_url":"https://codeload.github.com/HACKE-RC/webdork/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231971066,"owners_count":18453936,"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":["bug-bounty","bugbounty","information-gathering","information-gathering-tools","information-retrieval","osint","osint-python","osint-tool","web-osint","webdork","webhacking"],"created_at":"2024-12-11T00:35:54.021Z","updated_at":"2024-12-31T10:09:39.237Z","avatar_url":"https://github.com/HACKE-RC.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  WebDork\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eAn open-source tool to find publicly available sensitive information about Companies and Organisations!\u003c/p\u003e\n\n# WebDork\nA Python tool to automate search for information disclosures.\n\n## Note:\n\u003e ## As a user of this tool you agree to the following terms:\n\u003e **I shall never use this tool for anything unethical.**  \n\u003e **I will not disclose any information found by this tool.**\n\n**Not all results found by this tool are sensitive information. If you find any information using this tool you must verify it by yourself and check whether the information can really cause any major/minor harm.**\n\n### Example finds:\n- Backend related information.\n- Company's or Orgnisation's internal plans, mindmaps, etc.\n- Internal tools.\n\n## Compatibility\nCheck your Python version by typing in\n```bash\n$ python --version\n```\nIf you get the following\n```bash\nPython 3.9.0\n```\nor any version greater than or equal to 3.9, this script has been tested and confirmed to be supported.\n\n## Installation\n\n### For termux\n```bash\npkg install git -y \npkg install python -y \ngit clone https://github.com/HACKE-RC/webdork\ncd webdork\npython termux-setup.py\n```\n\n### For iSH\n```bash\napk add git\napk add python3\napk add py3-pip\ngit clone https://github.com/HACKE-RC/webdork\ncd webdork\npython setup.py\n```\n\n### For Debian-based GNU/Linux distributions\n```bash\ngit clone https://github.com/HACKE-RC/webdork\ncd webdork\nsudo python3 setup.py\n```\n\n## Usage:\n**Help menu of the tool**\n```bash\nwebdork -h\nusage: main.py [-h] -cn Company name [-bw] [--show] [-o Output] [-v] [-s] [--no-save-output]\n[--proxy]\n\nA python tool to automatically dork on a given company\\'s name.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -cn Company name, --company-name Company name\n                        Name of the company\n  -bw, --browser        Search the dorks in browser.\n  --show                Print results from the dorks.\n  -o Output             Output filename(default is dorkresults.txt).\n  -v, --verbose         Turn verbose mode on.\n  -s, --silent          Just save the results without printing anything.\n  --no-save-output      Don\\'t save the output in file.\n  --proxy               Assign \u003caddresss\u003e:\u003cport\u003e for proxy so that you wont get blocked by the server.\n```\n\n### Example usage:\n```bash\nwebdork -cn Hackerone -bw --show -v -o output.txt\n```\n\n## Arguments :\n- Company/Organisation name to search for : -cn\n- Open the dorks in browser : -bw, --browser\n- Show dork results in terminal : --show\n- Output filename : -o\n- Better output : -v, --verbose\n- Directly save the results without printing anything : -s, --silent\n- Do not save the result in any file : --no-save-output\n- Use proxy : --proxy\n  \n### Shoutout :\n- [Ahsan khan](https://twitter.com/hunter0x7) for [this tweet](https://twitter.com/hunter0x7/status/1334818003179933696?s=20).\n- [TheSpeedX](https://twitter.com/The_SpeedX) for writing docs of Tbomb in such a amazing way!. I copied some stuff from his docs about TBomb.\n- [Resethacker!](https://linktr.ee/RESETHACKER)\n- [aks1337](https://github.com/aksl337) for pull request.\n- [Akash Chhabra](https://github.com/hackingguy) for pull request.\n\n**If you like my work consider contacting me on Twitter @rcx86 for donation related information.**\n\n## Demonstrative Video:\n\n- https://youtu.be/JCReY9O5oTk\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacke-rc%2Fwebdork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacke-rc%2Fwebdork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacke-rc%2Fwebdork/lists"}