Skip to content

TISA-INTELLIGENCE/dorkhunter-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DorkHunter

DorkHunter is a Chrome extension and OSINT tool designed to simplify Google dorking and web reconnaissance. It provides a simple popup form that builds advanced Google search queries from labeled fields, so you can run precise searches without memorizing operator syntax.

Features

  • Build queries from labeled fields instead of raw operators
  • Keyword search with implicit AND logic
  • Exact phrase matching with automatic quoting
  • "Any of these" terms joined with the OR operator
  • Word exclusion using the minus operator
  • Site and domain scoping with site:
  • Title and URL filtering with intitle: and inurl:
  • File type filtering (pdf, docx, xlsx, pptx, csv, txt)
  • Date range filtering with after: and before:
  • Live query preview as you type
  • Copy the generated query to the clipboard
  • Open the search directly in a new tab

Project Structure

logic/
  dork.html          Popup markup and form
  css/dork.css       Popup styling
  scripts/dork.js    Query builder logic
  manifest.json      Chrome extension manifest (Manifest V3)
  logo.png           Extension icon
docs/                Documentation source and built site

Installation

  1. Open Chrome and navigate to chrome://extensions.
  2. Enable Developer mode using the toggle in the top right.
  3. Click "Load unpacked".
  4. Select the logic folder in this repository.
  5. The DorkHunter icon appears in the toolbar. Click it to open the popup.

Usage

  1. Click the DorkHunter icon to open the popup.
  2. Fill in any combination of fields. Empty fields are ignored.
  3. Review the generated query in the preview area.
  4. Click "dork it!" to run the search in a new tab, or "copy" to copy the query.

Supported Operators

Field Operator Example
Keywords implicit AND nodejs express tutorial
Exact phrase "phrase" "artificial intelligence tools"
Any of these OR docker OR kubernetes
Exclude words -word -car -ads
Site / domain site: site:github.com
In title intitle: intitle:"write for us"
In URL inurl: inurl:blog
File type filetype: filetype:pdf
After after: after:2025-01-01
Before before: before:2024-01-01

Responsible Use

DorkHunter is intended for research, education, and defensive security work. Only access publicly available data, respect privacy boundaries, and avoid sensitive or private systems. The goal is awareness and protection, not exploitation.

References

Google Official

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages