All Projects → initstring → Lyricpass

initstring / Lyricpass

Licence: gpl-3.0
Password wordlist generator using song lyrics for targeted bruteforce audits / attacks. Useful for penetration testing or security research.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lyricpass

Pwndoc
Pentest Report Generator
Stars: ✭ 417 (+618.97%)
Mutual labels:  penetration-testing, infosec
Nishang
Nishang - Offensive PowerShell for red team, penetration testing and offensive security.
Stars: ✭ 5,943 (+10146.55%)
Mutual labels:  penetration-testing, infosec
Dradis Ce
Dradis Framework: Colllaboration and reporting for IT Security teams
Stars: ✭ 443 (+663.79%)
Mutual labels:  penetration-testing, infosec
Infosec reference
An Information Security Reference That Doesn't Suck; https://rmusser.net/git/admin-2/Infosec_Reference for non-MS Git hosted version.
Stars: ✭ 4,162 (+7075.86%)
Mutual labels:  penetration-testing, infosec
Rapidscan
🆕 The Multi-Tool Web Vulnerability Scanner.
Stars: ✭ 775 (+1236.21%)
Mutual labels:  kali-linux, penetration-testing
Buster
An advanced tool for email reconnaissance
Stars: ✭ 387 (+567.24%)
Mutual labels:  penetration-testing, infosec
Chimera
Chimera is a (shiny and very hack-ish) PowerShell obfuscation script designed to bypass AMSI and commercial antivirus solutions.
Stars: ✭ 463 (+698.28%)
Mutual labels:  kali-linux, penetration-testing
Whatweb
Next generation web scanner
Stars: ✭ 3,503 (+5939.66%)
Mutual labels:  kali-linux, penetration-testing
Gorsair
Gorsair hacks its way into remote docker containers that expose their APIs
Stars: ✭ 678 (+1068.97%)
Mutual labels:  penetration-testing, infosec
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+12393.1%)
Mutual labels:  penetration-testing, infosec
Badkarma
network reconnaissance toolkit
Stars: ✭ 353 (+508.62%)
Mutual labels:  kali-linux, penetration-testing
Penetration Testing And Hacking
Collection of tips, tools and tutorials around infosec
Stars: ✭ 25 (-56.9%)
Mutual labels:  kali-linux, penetration-testing
Awesome Infosec
A curated list of awesome infosec courses and training resources.
Stars: ✭ 3,779 (+6415.52%)
Mutual labels:  penetration-testing, infosec
Nmap
Idiomatic nmap library for go developers
Stars: ✭ 391 (+574.14%)
Mutual labels:  penetration-testing, infosec
Webkiller
Tool Information Gathering Write By Python.
Stars: ✭ 300 (+417.24%)
Mutual labels:  kali-linux, penetration-testing
Vanquish
Vanquish is Kali Linux based Enumeration Orchestrator. Vanquish leverages the opensource enumeration tools on Kali to perform multiple active information gathering phases.
Stars: ✭ 449 (+674.14%)
Mutual labels:  kali-linux, penetration-testing
Free Security Ebooks
Free Security and Hacking eBooks
Stars: ✭ 3,132 (+5300%)
Mutual labels:  kali-linux, penetration-testing
Faraday
Faraday introduces a new concept - IPE (Integrated Penetration-Test Environment) a multiuser Penetration test IDE. Designed for distributing, indexing, and analyzing the data generated during a security audit.
Stars: ✭ 3,198 (+5413.79%)
Mutual labels:  penetration-testing, infosec
Passphrase Wordlist
Passphrase wordlist and hashcat rules for offline cracking of long, complex passwords
Stars: ✭ 556 (+858.62%)
Mutual labels:  penetration-testing, infosec
Changeme
A default credential scanner.
Stars: ✭ 928 (+1500%)
Mutual labels:  penetration-testing, infosec

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].