Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/navisecdelta/X-Prey
- Owner: navisecdelta
- Created: 2019-04-10T13:42:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T14:04:49.000Z (over 5 years ago)
- Last Synced: 2024-08-05T17:42:29.490Z (4 months ago)
- Language: Ruby
- Size: 180 KB
- Stars: 44
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - navisecdelta/X-Prey - A password spraying wordlist generator. Takes breach data as a valid input in order to target password reuse. (Ruby)
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)