0% found this document useful (0 votes)
14 views

Lab 07 FindThePassword

The document provides instructions to reverse engineer applications from a tutorial website to find passwords. It lists three possible passwords and provides useful resources on encryption techniques and reverse engineering tutorials.

Uploaded by

oscar tebar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Lab 07 FindThePassword

The document provides instructions to reverse engineer applications from a tutorial website to find passwords. It lists three possible passwords and provides useful resources on encryption techniques and reverse engineering tutorials.

Uploaded by

oscar tebar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

OFFENSIVE SECURITY & REVERSE ENGINEERING 2021

FindThePassword #1
Q1) You are required to provide either a video or a step-by-step walk-through on how to
Reverse Engineer the applications found in the https://www.begin.re/ tutorial.
1. Password
2. Good_Luck
3. Julia

Useful resources:
 strncmp, http://www.cplusplus.com/reference/cstring/strncmp
 strlen, https://www.cplusplus.com/reference/cstring/strlen/
 malloc, https://www.tutorialspoint.com/c_standard_library/c_function_malloc.htm
 strcpy, https://www.cplusplus.com/reference/cstring/strcpy/
 Ceaser Cipher, https://www.dcode.fr/caesar-cipher
 One of the greatest set of tutorials related to Reverse Engineering is the Lena Tutorials
which can be found converted into videos here (originally they were flash).

Note: in my class I had them renamed to FindThePassword1.exe, FindThePassword2.exe, and


FindThePassword3.exe. I assume it is obvious why? 😊

Ali Hadi ashemery.com


1/1

You might also like