Advertisement
_8Y

PG

_8Y
Feb 17th, 2025
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. method 1 - 123 method
  2.  
  3. Example is if the user is named:bacondog123
  4. try bacon123, dog123. (the 6-7 characters password will be use depending on the creation date of the acc)
  5.  
  6. method 2 - using paths of the username or numbers of the username
  7. Example is if the user is named ninjadude11
  8. try ninja11, dude11.
  9.  
  10. method 3 - number
  11. Example is if the user is named 1234567891020304050
  12. try 123456, 12345678910.
  13.  
  14. method 4 - uppercases
  15. Example is if the user is named JACKYGHOST654
  16. try JACKY654 or GHOST654 or JACKYGHOST
  17.  
  18. method 5 - 3c
  19. Example is if the name is like w10
  20. find what is a name that starts with w (example is william)
  21. try william10
  22.  
  23. method 6 - misspelled usernames
  24. Example is if the name is jamesbind50
  25. try james50 or jamesbond
  26.  
  27. method 7 - leetspeak
  28. Example is if the name is Cr1st14n99
  29. try christian12 or christan123 or christian99 (use a leetspeak translator for the username)
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement