mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-04-29 10:16:30 -04:00
Update 0-999999-hashgen.py
This commit is contained in:
parent
e77b02032d
commit
8a74ca915a
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|
||||||
|
# Made by Sevada797
|
||||||
|
|
||||||
# Open the output file in write mode
|
# Open the output file in write mode
|
||||||
with open("0_999999_hashes.txt", "w") as output_file:
|
with open("0_999999_hashes.txt", "w") as output_file:
|
||||||
# Loop from 0 to 999999
|
# Loop from 0 to 999999
|
||||||
|
|
Loading…
Add table
Reference in a new issue