Skip to content

initstring/lyricpass

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

lyricpass

Generate lyric-based passphrase wordlists for offline password cracking.

Provide a single artist or a file containing one artists per line. The tool will generate two files for you:

  • raw-lyrics.txt (all lyrics from all songs)
  • wordlist.txt (likely passphrase candidates)

You can use wordlist.txt with something like hashcat and a good set of rules. I recommend combining it with my passphrase cracking project available here.

Utilization

usage: lyricpass.py [-h] (-a ARTIST | -i INFILE)

optional arguments:
  -h, --help            show this help message and exit
  -a ARTIST, --artist ARTIST
                        Single artist to scrape
  -i INFILE, --infile INFILE
                        File containing one artist per line to scrape
  --min MIN             Minimum passphrase length. Default=8
  --max MAX             Minimum passphrase length. Default=40

Examples:

lyricpass.py -a "Rob Zombie"
lyricpass.py -i /tmp/my-fav-artists.txt

About

Password wordlist generator using song lyrics for targeted bruteforce audits / attacks. Useful for penetration testing or security research.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages