Skip to content

traviscampbell/psbdmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

psbdmp

Unofficial API Wrapper for https://psbdmp.ws written in Go. Allows searching through pastebin dumps by keyword, domain, email, or date ranges.

Installation

$> go get github.com/traviscampbell/psbdmp/...

CLI Examples

Fetch a specific dump by it's ID. (prints it to stdout)

$> psbdmp -dl f1GH3ySG

Search all the dumps for mentions of the domain github.com. By itself like this it only returns a list of dump IDs that matched, to get the actual dump content you can add the -fetch flag.

$> psbdmp -domain github.com (-fetch)?

Download all the pastebin dumps posted in the last 3 days storing them in /tmp by default.

$> psbdmp -since 3 -fetch

About

Unofficial API Wrapper for https://psbdmp.ws written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages