Category: Hacking
-
picoCTF : file-run2
The flag can be obtained easily from running the file. 2rd Method Using Ghidra
-
Reverse Engineering : 6
https://crackmes.one/crackme/5b8a37a433c5d45fc286ad83 Start up Ghidra to analyze the program. Program requires an input of 10 characters and has a “@” in the fifth character of the input. It returns a flag with the user input if true.
-
picoCTF : file-run1
The flag can be obtained easily from running the file. 2nd Method 3rd Method Using Ghidra
-
Reverse Engineering : 5
https://crackmes.one/crackme/5c8e1a9533c5d4776a837ecf Test out the program. Run the program in Ghidra. Code will compare each character in the password array and call the success function if all is true. Password : H1DD3N
-
Reverse Engineering : I
https://www.begin.re/playground-exercises Good_Luck Dissemble in Ghidra Assembly Code Program compares user input with 6170 if (UserInput * 5 == 6170) : 6170 / 5 = 1234
-
THM: Wreath
Learn how to pivot through a network by compromising a public facing web machine and tunnelling your traffic to access other machines in Wreath’s network.
-
hacklabs: no_name CTF
This a beginner level machine , getting a shell is a little bit harder, just think out of the box to get the shell.privilege escalation is easy once you get the shell. This machine has 3 flags. Each flag is present in the Home directory of particular user. Be ready to test your Linux skills.
-
Reverse Engineering : 4
https://crackmes.one/crackme/60b92a0433c5d410b8842bd3 Convert the hexadecimal to text : 07/10/97
-
Basic Malware RE
This room aims towards helping everyone learn about the basics of “Malware Reverse Engineering”.
-
Reversing ELF
Room for beginner Reverse Engineering CTF players
-
Reverse Engineering : 3
https://crackmes.one/crackme/5c11dcaf33c5d41e58e00578 Test out the program. Use Ghidra to analyze the program local_1c = password (text = ?carcysae) local_14 = continue of password (text = k) local_12 = user’s input The function will compare the password to the user’s input. Let’s try password as easycrack.






