Tags: reversing
Rating:
# REV_1

I listen to hint and run `strings` command.
Cuz if you run the file you are asked for correct password.
when we run the strings command to find out the strings in the rev1_file:
Came across with those:
```bash
s3cret_pa55word
Sorry, the password isn't %s. Try again!
Correct! You read my mind, have a flag:
/bin/cat flag
```
Enter s3cret_pa55word in server side and get the flag :
```
actf{r3v_is_just_gettin_started!}
```