mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 00:43:40 +01: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
|
||||
|
||||
# Made by Sevada797
|
||||
|
||||
# Open the output file in write mode
|
||||
with open("0_999999_hashes.txt", "w") as output_file:
|
||||
# Loop from 0 to 999999
|
||||
|
|
|
|||
Loading…
Reference in a new issue