SkillAgentSearch skills...

Pwndb

pwndb is a tool that looks for leaked passwords from a dark web breach database given a user or domain.

Install / Use

/learn @coj337/Pwndb
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pwndb

pwndb is a tool that looks for leaked passwords from a dark web breach database given a user or domain.

Credit

Tool has been extended from the one made by PostRequest here.

Usage

Any number of users and domains can be specified.

pwndb -user foo -user bar
pwndb -domain foo.com -domain bar.com -domain baz.com

If at least one user and domain is specfied, all permutations will be checked but it will return only results that contain both.
The below command will check foo@baz.com and bar@baz.com

pwndb -user foo -user bar -domain baz.com

Installation

  1. Download and install the go tools. https://golang.org/dl/

  2. Find the location of your GOPATH.

    go env GOPATH
    
  3. Drop pwndb.go in GOPATH/src/pwndb (create any folders that don't exist)

  4. Run the go install command and the binary should be able to run from anywhere.

    go install pwndb
    pwndb
    

Quick Setup

Download and run the binary for your platform below. (or from releases)
Windows
Linux
OSX

Demo

demo image

Related Skills

View on GitHub
GitHub Stars37
CategoryData
Updated1mo ago
Forks8

Languages

Go

Security Score

75/100

Audited on Feb 19, 2026

No findings