Jump to content
Tuts 4 You

Python Protector


0x72

Recommended Posts

  • 2 months later...

protected by 0x72
import os
from colorama import init, Fore
init(autoreset=True)
os.system('title UnpackMe by 0x72')
print('UnpackMe by 0x72 |')
print('------------------')
print('Key: ', end='')
if input() == '0X72ISPASSWORD.':
    print(f'{Fore.LIGHTGREEN_EX}Good Job xd')
else:
    print(f'{Fore.LIGHTRED_EX}Nah, try to unpack not to guess the key lmfao')

 

You should care more about the branches of the logical layer than the encryption of strings

print  replace exec ,so easy  10s-15s

Edited by BambooQJ
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...