Password Checker

Reverse Engineering 100 pts standard
Challenge Description

Story:A program checks a password before printing “Access Granted”.

Goal:

  • Run strings

  • Identify password

  • Use it to reveal flag

Difficulty: Easy

Hints
View Hint : Hints

Hint 1: Binaries are hard to read in Notepad, but they still contain plain-text strings.

View Hint : Hints

Hint 2: Try using a tool that specifically looks for "strings" in a file.

View Hint : Hints

Hint 3: On Linux, there is a command named exactly after what you are looking for.

Submit Flag

Login to submit a flag.

← All Challenges