DorkGPT is a free, AI-powered Google dork generator that turns a plain-English description of what you want to find into a ready-to-run advanced search query. Instead of memorising Google's search operators, you type something like "find PDF reports on example.com" and DorkGPT returns a copy-ready dork such as site:example.com filetype:pdf "report". A "Google dork" (or Google dorking) is an advanced search query that combines operators like site:, filetype:, inurl:, intitle:, intext:, and cache: to surface pages that a normal keyword search buries.
Explore this category. Security researchers, OSINT analysts, and bug-bounty hunters use dorks to find indexed-but-overlooked content: exposed files, open directory listings, login portals, staging environments, and misconfigured pages on domains they are authorised to test. Common dork patterns DorkGPT can build for you include: intitle:"index of/" to reveal open directory listings; inurl:login or intitle:"admin login" to locate sign-in portals; site:target.com filetype:pdf intext:"confidential" to find sensitive documents; filetype:env "DB_PASSWORD" or filetype:log to surface accidentally exposed configuration and log files; and site:target.com -inurl:www to help enumerate subdomains. DorkGPT composes these from your prompt so you can iterate in natural language rather than debugging operator syntax by hand
Explore more.