{"id":21977508,"url":"https://github.com/muhammadmuazen/dolya","last_synced_at":"2026-05-01T17:33:05.959Z","repository":{"id":247239450,"uuid":"825309821","full_name":"MuhammadMuazen/dolya","owner":"MuhammadMuazen","description":"Dolya is a rust command line utility that will help you to use Google dorks faster.","archived":false,"fork":false,"pushed_at":"2024-07-16T09:11:17.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T03:42:10.260Z","etag":null,"topics":["automation","google-dorking","google-dorks","rust","rust-lang","tool","tools"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MuhammadMuazen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-07T12:25:04.000Z","updated_at":"2024-12-18T10:38:12.000Z","dependencies_parsed_at":"2024-07-16T11:27:37.663Z","dependency_job_id":"ecf7d452-6c2c-4d32-8a09-94131c134740","html_url":"https://github.com/MuhammadMuazen/dolya","commit_stats":null,"previous_names":["muhammadmuazen/dolya"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadMuazen%2Fdolya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadMuazen%2Fdolya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadMuazen%2Fdolya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadMuazen%2Fdolya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhammadMuazen","download_url":"https://codeload.github.com/MuhammadMuazen/dolya/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245039515,"owners_count":20551259,"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":["automation","google-dorking","google-dorks","rust","rust-lang","tool","tools"],"created_at":"2024-11-29T16:15:28.869Z","updated_at":"2026-05-01T17:33:05.951Z","avatar_url":"https://github.com/MuhammadMuazen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dolya\n\n## What is Dolya? \u003cbr\u003e\n#### Dolya is a simple Google Dorks formatter and runner written in the rust programming language\n\n## Usage: \u003cbr\u003e\n```\n ____        _             \n|  _ \\  ___ | |_   _  __ _ \n| | | |/ _ \\| | | | |/ _` |\n| |_| | (_) | | |_| | (_| |\n|____/ \\___/|_|\\__, |\\__,_|\n               |___/       \n\n[+] Usage: dolya \u003csearch-query\u003e [-options]\n    \n    options:\n        -h, --help                           print the help message\n        -p, --print-search-query             will print the full search query instead of searching for it\n        -l, --list-browsers                  list all the browsers which exist in the system\n        -b, --browser \u003cbrwoser-name\u003e         choose the browser you want to use for the search\n        -u, --inurl \u003cfile\u003e                   search for pages that have spicific word in the url\n        -e, --exclude-domains \u003cfile\u003e         get the excluded domains for the search from a text file\n        -i, --intitle \u003cfile\u003e                 search for pages that have spicific word\n        -t, --intext \u003cfile\u003e                  find pages where the specified word appears in the web page\n        -f, --filetype \u003cfile\u003e                search for specific file types = filetype:x or filetype:y\n        -r, --rules \u003cfile\u003e                   use a single file that has all the search operators you want\n        -s, --search-engine \u003csearch-engine\u003e  choose the search engine you want to use\n\n        Available search engines:            _______________________________________\n                                            |   google  |   duckduckgo  |   bing    |\n        Made By:                            |___________|_______________|___________|\n        ~ MuhammadMuazen ~                  |   yahoo   |     yandex    |   brave   |\n        ~ github.com/MuhammadMuazen ~       |___________|_______________|___________|\n        \n        Note: All the Google Dorks operators use the or method to search\n        e.g: operator:\u003cline1\u003e or operator:\u003cline2\u003e where the lines come from the provided files\n        \n[+] Example(1): dolya \"search_query\" -b firefox -s brave -u inurl_file.txt -f filetypes.txt\n[+] Example(2): dolya \"seach_query\" -b firefox -s google -r rules_file.txt\n```\n---\n## OS Support?\nRight now the project is only compatible with the linux operating system.\u003cbr\u003eSupport for windows OS will be added later.\u003cbr\u003e\n## Notes:  (Very Important)\n1. Security Alert: this program passes the arguments after formatting them to the command line shell which would open a potential command injection attack. For now please make sure it has only the privileges it needs, no root or admin privileges should be granted.\n2. This is my first rust project so there might be a lot of weird approches for some problems but I will optimize the solutions as I am learning.\n3. Have fun.\n---  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadmuazen%2Fdolya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammadmuazen%2Fdolya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadmuazen%2Fdolya/lists"}