MCPcopy
hub / github.com/jaykali/hackerpro / androidhash

Function androidhash

hackerpro.py:829–834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

827
828
829def androidhash():
830 key = raw_input("Enter the android hash : ")
831 salt = raw_input("Enter the android salt : ")
832 os.system("git clone https://github.com/PentesterES/AndroidPINCrack.git")
833 os.system(
834 "cd AndroidPINCrack && python AndroidPINCrack.py -H %s -s %s" % (key, salt))
835
836
837def passwd():

Callers 1

expFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected