Giter Club home page Giter Club logo

leakhound's Introduction

LeakHound - Google Dorking Script for Sensitive Information Leaks

  _               _    _   _                       _ 
 | |    ___  __ _| | _| | | | ___  _   _ _ __   __| |
 | |   / _ \/ _` | |/ / |_| |/ _ \| | | | '_ \ / _` |
 | |__|  __/ (_| |   <|  _  | (_) | |_| | | | | (_| |
 |_____\___|\__,_|_|\_\_| |_|\___/ \__,_|_| |_|\__,_|
                                                      
                       by @spazbg                     

LeakHound is a powerful bash script that automates the process of searching for sensitive information leaks on various warez and paste bin sites using Google dorking techniques. It allows cybersecurity professionals, pentesters, and researchers to quickly generate targeted Google search queries to identify potential data breaches, exposed credentials, or other sensitive information.

Features

  • Supports searching on a comprehensive list of warez and paste bin sites
  • Allows using complex search terms with AND/OR operators
  • Generates Google search URLs with the specified search terms and site filters
  • Provides an option to limit the number of sites in the output
  • Supports multiple search engines: Google (default), Bing, and Yandex
  • Easy to use command-line interface

Usage

./leakhound.sh [options]

Options

  • -d <search_terms>: Specify the search terms or Google dorks to use for searching leaks
  • -warez: Search for leaks on warez sites
  • -paste: Search for leaks on paste bin sites
  • -r <rate_limit>: Limit the number of sites in the output
  • -e <search_engine>: Specify the search engine to use (google, bing, or yandex)

Examples

  • Search for leaks containing the term "confidential" on warez sites:
    ./leakhound.sh -d "confidential" -warez
  • Search for leaks containing either "username" or "password" on paste bin sites:
    ./leakhound.sh -d "username OR password" -paste
  • Search for leaks containing both "API" and "key" on warez sites, limiting the output to 5 sites:
    ./leakhound.sh -d "API AND key" -warez -r 5
  • Search for leaks containing "[email protected]" on warez sites using Bing:
    ./leakhound.sh -d "[email protected]" -warez -e bing
  • Search for leaks containing either "username" and "password" on paste bin sites using Yandex:
    ./leakhound.sh -d "username AND password" -paste -e yandex

leakhound's People

Contributors

spazbg avatar

Stargazers

Martin Stoynov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.