Skip to content

huntPastebin is a command-line tool that allows you to search for leaked information on the web using the psbdmp.ws API. It supports searching for domains, emails, or performing a general search.

Notifications You must be signed in to change notification settings

prdp1137/huntPastebin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

HuntPastebin

HuntPastebin is a command-line tool designed to search for leaked information on the web using the psbdmp.ws API. It can search for domains, emails, or perform a general search.

Installation

  1. Clone the repository:

    git clone https://github.com/pr0d33p/huntPastebin.git
  2. Navigate to the project directory:

    cd huntPastebin
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

Search for Domains

To search for information related to a domain, use:

python huntPastebin.py -d domain.com

Search for Emails

To search for information related to an email, use:

python huntPastebin.py -e [email protected]

General Search

To perform a general search, use:

python huntPastebin.py -g search_term

Advanced Options

  • Number of Threads (-t): Control how many threads the tool uses for searching. Default is 10. Example:

    python huntPastebin.py -d domain.com -t 20
  • Rate Limit (-r): Set a delay between requests to avoid hitting API rate limits. Default is 0 (no delay). Example:

    python huntPastebin.py -d domain.com -r 2

Output

The tool saves the results in text files within a directory named according to the search type. Each file contains the content of the search result. It also provides a simple progress update as it works.

Example

For a domain search with a custom number of threads and rate limit:

python huntPastebin.py -d domain.com -t 20 -r 1

This command searches for domain.com using 20 threads and waits 1 second between requests.

About

huntPastebin is a command-line tool that allows you to search for leaked information on the web using the psbdmp.ws API. It supports searching for domains, emails, or performing a general search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages