Advertisement
6g7r

Hack password

Apr 18th, 2021
2,212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. import random
  2. import secrets
  3. import asyncio
  4. import time
  5. from time import sleep
  6. print("""
  7.  
  8.  
  9. _,.
  10. ,` -.)
  11. ( _/-\\-._ 𝐻𝐴𝐢𝐾 π‘ƒπ΄π‘†π‘†π‘Šπ‘‚π‘…π·
  12. /,|`--._,-^| , π—œπ—‘π—¦π—§π—” : πŸ²π—šπŸ³π—₯_π—›π—˜π—₯π—˜
  13. \_| |`-._/|| , |
  14. | `-, / | / /
  15. | || | / /
  16. `r-._||/ __ / /
  17. __,-<_ )`-/ `./ /
  18. \ `--- \ / / /
  19. | |./ /
  20. / // /
  21. \_/ \ |/ /
  22. | | _,^- / /
  23. | , `` (\/ /_
  24. \,.->._ \X-=/^
  25. ( / `-._//^`
  26. `Y-.____(__}
  27. | {__)
  28.  
  29.  
  30.  
  31.  
  32. """)
  33. print("""
  34.  
  35. 1 = Ψ§ΩŠΩ…ΩŠΩ„Ψ§Ψͺ ΨΉΨ΄ΩˆΨ§Ψ¦ΩŠΩ‡
  36. 2 = ملف Ψ§ΩŠΩ…ΩŠΩ„Ψ§Ψͺ
  37.  
  38. """)
  39. a = input("1,2 : ")
  40. if ("2") in a:
  41. email = input("file email or user : ")
  42. el = email
  43. passw = ["password","123456","123456789","iloveyou","qwer123456"
  44. ,"picture1","1111111","123123","1234567890","senha","1234567","abc123","1234","0000","password1","qqww1122","1212","909090"]
  45. file = open(el).read().splitlines()
  46. for file in file:
  47. sleep(0.1)
  48. w = random.choice(passw)
  49. print(f"{file}:{w}")
  50. if ("1") in a:
  51.  
  52.  
  53. print("""
  54.  
  55. gmail = G
  56. yahoo = Y
  57. user = U
  58.  
  59.  
  60. """)
  61. s = input("G,Y,U : ")
  62. if ("G") in s:
  63. pas = int(input('0/?'))
  64. ppassword = ["password","123456","123456789","iloveyou","qwer123456"
  65. ,"picture1","1111111","123123","1234567890","senha","1234567","abc123","1234","0000","password1","qqww1122","1212","909090"]
  66. g = "@gmail.com"
  67. while True:
  68. sleep(0.1)
  69. w = random.choice(ppassword)
  70.  
  71. p = secrets.token_urlsafe(pas)
  72. p += g
  73. print(f"{p}:{w}")
  74. if ("Y") in s:
  75. pas = int(input('0/?'))
  76. password = ["password","123456","123456789","iloveyou","qwer123456"
  77. ,"picture1","1111111","123123","1234567890","senha","1234567","abc123","1234","0000","password1","qqww1122","1212","909090"]
  78. y = "@yahoo.com"
  79. while True:
  80. sleep(0.1)
  81. w = random.choice(password)
  82.  
  83. pp = secrets.token_urlsafe(pas)
  84. pp += y
  85. print(f"{pp}:{w}")
  86. if ("U") in s:
  87. use = int(input('0/?'))
  88. ppass = ["password","123456","123456789","iloveyou","qwer123456"
  89. ,"picture1","1111111","123123","1234567890","senha","1234567","abc123","1234","0000","password1","qqww1122","1212","909090"]
  90.  
  91. while True:
  92. sleep(0.1)
  93. w = random.choice(ppass)
  94.  
  95. p = secrets.token_urlsafe(use)
  96.  
  97. print(f"{p}:{w}")
  98.  
  99.  
  100.  
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement