Skip to content

Commit 25870fd

Browse files
Angular OrbitAngular Orbit
Angular Orbit
authored and
Angular Orbit
committed
changed brute force script name
1 parent 42ca8ac commit 25870fd

File tree

2 files changed

+3
-32
lines changed

2 files changed

+3
-32
lines changed

brute_force_zip.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
try :
1818
password_bytes = line.rstrip('\n').encode('utf-8')
1919
zip_file.extractall(pwd=password_bytes)
20-
print('success')
20+
print('Succesfully extracted zip')
2121
try :
2222
zip_file.extractall()
23-
print('zip is unencrypted');
23+
print('Zip file is unencrypted');
2424
except:
2525
print( 'password is {}'.format(line.rstrip('\n')) )
2626
break
2727
except:
2828
pass
2929
else:
30-
print('fail, no password matched')
30+
print('Failed to extract zip, no password matched')

bruteforce_zip.py

-29
This file was deleted.

0 commit comments

Comments
 (0)