Created
June 16, 2025 15:20
-
-
Save 0xAungkon/6d76efa6bca5518b91d56a073706acb3 to your computer and use it in GitHub Desktop.
Password List Generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| seq -w 00000000000 99999999999 | pv -l -s 100000000 > phone_number_wordlist.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment