Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- method 1 - 123 method
- Example is if the user is named:bacondog123
- try bacon123, dog123. (the 6-7 characters password will be use depending on the creation date of the acc)
- method 2 - using paths of the username or numbers of the username
- Example is if the user is named ninjadude11
- try ninja11, dude11.
- method 3 - number
- Example is if the user is named 1234567891020304050
- try 123456, 12345678910.
- method 4 - uppercases
- Example is if the user is named JACKYGHOST654
- try JACKY654 or GHOST654 or JACKYGHOST
- method 5 - 3c
- Example is if the name is like w10
- find what is a name that starts with w (example is william)
- try william10
- method 6 - misspelled usernames
- Example is if the name is jamesbind50
- try james50 or jamesbond
- method 7 - leetspeak
- Example is if the name is Cr1st14n99
- try christian12 or christan123 or christian99 (use a leetspeak translator for the username)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement