Jump to content
Tuts 4 You

Python CrackMe - FunnyProtector


1 Screenshot

This is an python unpackme for testing my private python obfuscator ^_^

You have to unpack it !

Good Luck :wub:

import time

key = input("key> ")

if(key == "funnyprotectorthefunniestprotector"):
	print("bravo")
	time.sleep(5)
else:
	print("nul")
	time.sleep(5)

User Feedback

Recommended Comments

There are no comments to display.

×
×
  • Create New...