{"id":35094641,"url":"https://github.com/cryxnet/dorkstorm","last_synced_at":"2025-12-27T15:08:35.971Z","repository":{"id":152036604,"uuid":"620272492","full_name":"cryxnet/DorkStorm","owner":"cryxnet","description":"DorkStorm is the perfect tool for hacking and discovering hidden information on the internet.","archived":false,"fork":false,"pushed_at":"2024-02-23T07:55:38.000Z","size":49,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-23T08:42:22.949Z","etag":null,"topics":["bug-bounties","cybersecurity","dorks","education","google","hacking","infosec","penetration-testing","penetration-testing-tools","pentesting","python","redteam-tools","redteaming","security","security-testing","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","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/cryxnet.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}},"created_at":"2023-03-28T11:12:16.000Z","updated_at":"2023-11-15T22:58:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"6cf4df21-eaa8-466b-8bc6-38470da1b2c8","html_url":"https://github.com/cryxnet/DorkStorm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cryxnet/DorkStorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryxnet%2FDorkStorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryxnet%2FDorkStorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryxnet%2FDorkStorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryxnet%2FDorkStorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryxnet","download_url":"https://codeload.github.com/cryxnet/DorkStorm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryxnet%2FDorkStorm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28080237,"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-12-27T02:00:05.897Z","response_time":58,"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":["bug-bounties","cybersecurity","dorks","education","google","hacking","infosec","penetration-testing","penetration-testing-tools","pentesting","python","redteam-tools","redteaming","security","security-testing","security-tools"],"created_at":"2025-12-27T15:07:51.051Z","updated_at":"2025-12-27T15:08:35.963Z","avatar_url":"https://github.com/cryxnet.png","language":"Python","readme":"\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/cryxnet/dorkstorm\"\u003e\n    \u003cimg src=\"assets/dorkstorm.png\" alt=\"Logo\" width=\"400\" height=\"150\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eDorkStorm\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\nDorkStorm is a powerful tool for hacking with Google dorks. DorkStorm allows security researchers, penetration testers, and ethical hackers to easily search and discover hidden information on the internet. By leveraging advanced Google search operators, DorkStorm can uncover vulnerabilities and sensitive data that may be exposed online, helping security professionals to identify potential attack vectors and assess the security posture of their targets. DorkStorm is designed to be customizable, allowing users to create their own dork queries and save them for future use. It also includes a number of built-in search templates for common use cases. Whether you're a seasoned security professional or a beginner just starting out with Google dorks, DorkStorm is the perfect tool for hacking and discovering hidden information on the internet.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/cryxnet/dorkstorm\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/cryxnet/dorkstorm/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/cryxnet/dorkstorm/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Installation\n\nTo install the project and its dependencies, follow these steps:\n\n1. Clone the repository to your local machine:\n\n```bash\ngit clone https://github.com/cryxnet/dorkstorm.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd dorkstorm\n```\n\n3. Create a virtual environment for the project:\n\n```bash\npython -m venv venv\n```\n\n4. Activate the virtual environment:\n\n**On Windows:**\n\n```bash\nvenv\\Scripts\\activate\n```\n\n**On macOS or Linux:**\n\n```bash\nsource venv/bin/activate\n```\n\n5. Install the project dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n6. Go the directory where the main file is located and execute it\n\n```bash\ncd dorkstorm \u0026\u0026\npython dorkstorm.py\n```\n\n## Usage\n\n```bash\n    DorkStorm - A tool for Google dorks\n\n    Commands:\n        help          Show this help message | help\n        search        Search the Google dorks database | search \u003cattribute\u003e \u003cvalue\u003e\n        set           Sets an extra query parameter | set \u003ckey\u003e \u003cvalue\u003e\n        unset         Unsets an extra query parameter | unset \u003ckey\u003e\n        get           Gets an extra query parameter | get \u003ckey\u003e (or configs to get all)\n        use           Sets an base google dorks attack | use \u003cdork_query_id\u003e\n        update query  Updates the query database | update query\n        build query   Builds the query and outputs it | build query\n        save query    Saves the current query that is stored in context | save query\n        execute       Executes the query | execute \u003cflag\u003e (--headless (--limit pages), --browser)\n        pentest site  Execute all queries to a website | pentest site \u003cdomain\u003e\n\n        quit / exit   Exit the program\n```\n\n## Data\n\n-   We are using the [ExploitDB | GHDB](https://www.exploit-db.com/google-hacking-database) database for all the base queries.\n-   We get the data from the ghdb.xml file that is stored in the [Gitlab | Exploit-DB](https://gitlab.com/exploit-database/exploitdb/-/blob/main/ghdb.xml) repository\n\n## Disclaimer\n\nYOUR USAGE OF THIS PROJECT CONSTITUTES YOUR AGREEMENT TO THE FOLLOWING TERMS:\n\n    THE MISUSE OF THE DATA PROVIDED BY THIS PROJECT AND ITS MALWARES MAY LEAD TO CRIMINAL CHARGES AGAINST THE PERSONS CONCERNED.\n\n    I DO NOT TAKE ANY RESPONSIBILITY FOR THE CASE. USE THIS PROJECT ONLY FOR RESEARCH PURPOSES, EDUCATIONAL PURPOSES \u0026 ETHICAL ONLY.\n\n    DorkStorm is a project related to Computer Security and for Educational Purposes and not a project that promotes illegal activities.\n\n    Don't use this Project for any illegal activities.\n\n    If something happens, we do not take any liability.\n\n    DorkStorm should be considered as a project for educational purposes.\n\n## Author\n\nCreated by [cryxnet](https://cryxnet.com/)\n\nIf you find this project helpful, please give it a ⭐️ on GitHub to show your support.\nI would also appreciate it if you shared it with others who might find it useful!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryxnet%2Fdorkstorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryxnet%2Fdorkstorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryxnet%2Fdorkstorm/lists"}