Last active
April 26, 2016 18:58
-
-
Save felmoltor/94f53a26dd8173b800adfcf89802be4a to your computer and use it in GitHub Desktop.
(Old) Spotify dump analisys
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
________________ __________ ____ _______ | |
\_ _____/ _ \\______ \ ___ _/_ | \ _ \ | |
| __)/ /_\ \| ___/ \ \/ /| | / /_\ \ | |
| | / | \ | \ / | | \ \_/ \ | |
\__ | \____|__ /____| \_/ |___| /\ \_____ / | |
\/ \/ \/ \/ | |
Author: @felmoltor | |
License: GPLv3 | |
Summary: This tool analyzes password dump. The dump can be of this three kinds (option -F): | |
* P: Passwords only | |
* U: Users only | |
* UFSP: User Field Separator Password (example felipe:Hola123) | |
Analyzing a file with user, passwords and separator ':' | |
Loading the whole dump file. Be patient... | |
Spliting the dump information... | |
Analyzing the password frecuency... | |
Analyzing the domains frecuency... | |
Analyzing passwords complexity... | |
5% - Line 8 of 141 (8 pass/sec, ETA 2016-04-26 20:30:42) | |
10% - Line 15 of 141 (15 pass/sec, ETA 2016-04-26 20:30:42) | |
15% - Line 22 of 141 (22 pass/sec, ETA 2016-04-26 20:30:42) | |
20% - Line 29 of 141 (29 pass/sec, ETA 2016-04-26 20:30:42) | |
25% - Line 36 of 141 (36 pass/sec, ETA 2016-04-26 20:30:42) | |
30% - Line 43 of 141 (43 pass/sec, ETA 2016-04-26 20:30:42) | |
35% - Line 50 of 141 (50 pass/sec, ETA 2016-04-26 20:30:42) | |
40% - Line 57 of 141 (57 pass/sec, ETA 2016-04-26 20:30:42) | |
45% - Line 64 of 141 (64 pass/sec, ETA 2016-04-26 20:30:42) | |
50% - Line 71 of 141 (71 pass/sec, ETA 2016-04-26 20:30:42) | |
55% - Line 78 of 141 (78 pass/sec, ETA 2016-04-26 20:30:42) | |
60% - Line 85 of 141 (85 pass/sec, ETA 2016-04-26 20:30:42) | |
65% - Line 92 of 141 (92 pass/sec, ETA 2016-04-26 20:30:42) | |
70% - Line 99 of 141 (99 pass/sec, ETA 2016-04-26 20:30:42) | |
75% - Line 106 of 141 (106 pass/sec, ETA 2016-04-26 20:30:42) | |
80% - Line 113 of 141 (113 pass/sec, ETA 2016-04-26 20:30:42) | |
85% - Line 120 of 141 (120 pass/sec, ETA 2016-04-26 20:30:42) | |
90% - Line 127 of 141 (127 pass/sec, ETA 2016-04-26 20:30:42) | |
95% - Line 134 of 141 (134 pass/sec, ETA 2016-04-26 20:30:42) | |
100% - Line 141 of 141 (141 pass/sec, ETA 2016-04-26 20:30:42) | |
===================== | |
= Top 10 domains = | |
===================== | |
1 - hotmail.com: 40 ||||||||||||||||||||||||||||||||||| | |
2 - gmail.com: 27 |||||||||||||||||||||||| | |
3 - web.de: 12 ||||||||||| | |
4 - gmx.de: 11 |||||||||| | |
5 - yahoo.de: 5 |||| | |
6 - hotmail.de: 5 |||| | |
7 - msn.com: 4 |||| | |
8 - yahoo.com: 3 ||| | |
9 - gmx.net: 3 ||| | |
10 - btinternet.com: 3 ||| | |
======================= | |
= Password complexity = | |
======================= | |
- Complex: 1 (0.71%) | | |
- Upper and Low and numbers: 17 (12.06%) |||||||||||| | |
- Upper and Low only: 3 (2.13%) || | |
- Low case and numbers: 76 (53.9%) |||||||||||||||||||||||||||||||||||||||||||||||||||||| | |
- Upper case and numbers: 0 (0.0%) | | |
- Low case only: 33 (23.4%) ||||||||||||||||||||||| | |
- Upper case only: 0 (0.0%) | | |
- Numbers only: 11 (7.8%) |||||||| | |
- Other: 0 (0.0%) | | |
==================== | |
= Password lengths = | |
==================== | |
4: 1 (0.71%) | | |
6: 21 (14.89%) ||||||||||||||| | |
7: 17 (12.06%) |||||||||||| | |
8: 51 (36.17%) |||||||||||||||||||||||||||||||||||| | |
9: 24 (17.02%) ||||||||||||||||| | |
10: 13 (9.22%) ||||||||| | |
11: 7 (4.96%) ||||| | |
12: 5 (3.55%) |||| | |
13: 1 (0.71%) | | |
14: 1 (0.71%) | | |
===================== | |
= Passwords entropy = | |
===================== | |
7.139551352398772 | |
==================== | |
= Top 10 passwords = | |
==================== | |
1 - tatimarie06: 1 |||||||||| | |
2 - bennet15: 1 |||||||||| | |
3 - juri15: 1 |||||||||| | |
4 - dif0702: 1 |||||||||| | |
5 - dummekuh: 1 |||||||||| | |
6 - kanada: 1 |||||||||| | |
7 - lorten: 1 |||||||||| | |
8 - 1q2w3e4r: 1 |||||||||| | |
9 - holacomoestas: 1 |||||||||| | |
10 - Kr9ljS7: 1 |||||||||| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment