Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions snapcrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@


try:
targetusername = sys.argv[1]
Twitch_zicx ! = sys.argv[1]
except:
print(" [ ! | SYNTAX ERROR ] $ python3 snapcrack.py < username > < /path/to/passlist.txt > < # Threads > ")
print(" [ ! | SYNTAX ERROR ] $ python3 .py < Twitch_zicx
! > < /path/to/passlist.txt > < # Threads > ")
try:
targetpasslist = sys.argv[2]
except:
Expand Down Expand Up @@ -58,7 +59,7 @@ def main(counter):
if is_logged > 0:

# break
print("[ ✓ | SUCCESS ] USERNAME: " + targetusername + "\t PASSWORD: " + targetpassword)
print("[ ✓ | SUCCESS ] USERNAME: " + Twitch zicx ! + "\t PASSWORD: " + targetpassword)
break
else:
print(f"[ 𐄂 | FAIL ] {targetpassword} INVALID!")
Expand Down