Last active
August 13, 2019 14:47
-
-
Save zrosenbauer/419885d620c390a9af60494b812b72ea to your computer and use it in GitHub Desktop.
Credential Stuffing: Data
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
| [ | |
| "12345678", | |
| "123456", | |
| "123456789", | |
| "admin", | |
| "qwerty", | |
| "password", | |
| "111111", | |
| "abc123", | |
| "1234567", | |
| "password1", | |
| "12345" | |
| ] |
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
| [ | |
| "[email protected]", | |
| "[email protected]", | |
| "[email protected]", | |
| "[email protected]", | |
| "[email protected]", | |
| "[email protected]", | |
| "[email protected]", | |
| "[email protected]", | |
| "[email protected]" | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment