Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/navisecdelta/X-Prey

A password spraying wordlist generator. Takes breach data as a valid input in order to target password reuse.
https://github.com/navisecdelta/X-Prey

Last synced: 21 days ago
JSON representation

A password spraying wordlist generator. Takes breach data as a valid input in order to target password reuse.

Awesome Lists containing this project

README

        

# XPrey - Password list generator for Password Spraying
---

If you do password spraying at all, you'll know that usually it's easy to just spray "Summer2018" or something to that extent, but what if you want to start incorporating known passwords for users, thistool will allow you to input those and generate targeted wordlists that are easy to spray.
---
# Usage

```
./xprey.rb -c "Company, Inc" --emails emails.txt -i breach_data.txt -o wordlist.txt
```

Easy as that!

# Screenshots
---
![](https://raw.githubusercontent.com/navisecdelta/X-Prey/master/screenshots/xprey.png)