Skip to content

Instantly share code, notes, and snippets.

@mauromarano
mauromarano / passwords_downloader
Last active October 16, 2021 12:21
# Download the top used passwords from passwordrandom.com
#!/bin/sh
# Download the top used passwords from passwordrandom.com
#Set Script Name variable
SCRIPT=`basename ${BASH_SOURCE[0]}`
URL="http://www.passwordrandom.com/most-popular-passwords/page/"
OUTPUT="top_password.txt"