Password wordlist generator using song lyrics for targeted bruteforce audits / attacks. Useful for penetration testing or security research.
GNU General Public License v3.0
87
stars
23
forks
source link
Add useragent to fix 403 #9
Closed
initstring closed 8 months ago
closes https://github.com/initstring/lyricpass/issues/8
Looks like the source site implemented some checks on user agents, and was blocking the default Python urllib one.
This very small PR just adds a user agent header, which seems to fix things.