Computer Science, asked by triloksinghgaur, 9 months ago

Write the full coding of python language to hack any mobile phone. Spam answers will be reported.​

Answers

Answered by Anonymous
0

Hi ! We can hack through python but it is not that easy here you go

import hashlib

print("**************PASSWORD CRACKER ******************")

# To check if the password

# found or not.

pass_found = 0

input_hash = input("Enter the hashed password:")

pass_doc = input("\nEnter passwords filename including path(root / home/):")

try:

# trying to open the password file.

pass_file = open(pass_doc, 'r')

except:

print("Error:")

print(pass_doc, "is not found.\nPlease give the path of file correctly.")

quit()

# comparing the input_hash with the hashes

# of the words in password file,

# and finding password.

This is just example , please don't try this without legal support , this is only for educational purpose and I won't be responsible for any act .

This example is not complete (as I shouldn't provide it ) . Yet I gave 80% of procedure . You have to learn to do it yourself . Know the network I'd of victim , IP address etc.

Refer the attachment of how input and output works

Hope this helps

Attachments:
Similar questions