Author: haiballad
Language: .NET
Upload: 2:42 PM 01/24/2025
Platform Windows
Difficulty: 2.0
Quality: 4.0
Arch: x86-64
Description
CrackMe_v2.0 - language: c# - It is a simple crack version for everyone, with tips to help crack it more effectively.
You must be logged in to post a comment
EFEAuthing on 12:52 PM 05/07/2025: HAIBALLAD-2005-CRACKME
wallet_addresses on 1:26 AM 06/14/2025: import base64 def generate_key(): enc_key1_bytes = [72, 65, 73, 66, 65, 76, 76, 65, 68] enc_key1 = "".join(chr(b) for b in enc_key1_bytes) key_part2_b64 = "MjAwNQ==" key_part2 = base64.b64decode(key_part2_b64).decode('ascii') enc_key3_bytes = [67, 82, 65, 67, 75, 77, 69] enc_key3 = "".join(chr(b) for b in enc_key3_bytes) full_key = f"{enc_key1}-{key_part2}-{enc_key3}" return full_key if __name__ == "__main__": key = generate_key() print(f"Generated Key: {key}")
MASA on 2:18 AM 11/11/2025: Protector: Enigma(Virtual Box) use ExtremeDumper you get original exe === Strings === - name: keyPart2 length: 8 type: base64 decoded (first 200 bytes): '2005'a entropy: 1.5 === Byte Arrays === - name: encKey1 length: 9 type: ascii_text preview: 'HAIBALLAD' entropy: 2.4193819456463714 - name: encKey3 length: 7 type: ascii_text preview: 'CRACKME' entropy: 2.5216406363433186 --- Raw JSON --- { "byte_arrays": [ { "name": "encKey1", "length": 9, "entropy": 2.4193819456463714, "type": "ascii_text", "preview": "HAIBALLAD" }, { "name": "encKey3", "length": 7, "entropy": 2.5216406363433186, "type": "ascii_text", "preview": "CRACKME" } ], "strings": [ { "name": "keyPart2", "length": 8, "type": "base64", "decoded": "2005", "entropy": 1.5 } ] }
You must be logged in to submit a writeup
Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
How would you rate the difficulty of this crackme ?
How would you rate the quality of this crackme ?