Giter Site home page Giter Site logo

firstcrackme's Introduction

My First CrackMe: Written in 32-bit x86 Assembly

A reverse engineering challnge that can be done using IDA, radare2, or just good ol' fashioned gdb!

The challenge:

The compiled binary will take in a password, and based on that string it will then determine if the password you entered determine if it is the right password (Correct!) or if you entered the wrong password (WRONG!)!

It's up to you to figure out what the password is based on the operation of the program and by reverse engineering the way the password is checked.

Repository contents:

crackme_SOURCE.asm contains the assembly code used to generate the binary, if you want to compile it yourself you can use it and the attached makefile to comile it. You could also look at it if you wanted to be sneaky and peek how the password is checked, but I would recommend to do that only if you are really stuck, or have solved it and wanted to verify.

crackme_SOURCE.o is the object file for the crackMe, there if you wanted to do any kind of sleuthing on it

makefile contains the building instructions

firstCrackMe is the compiled binary that has been tested on Ubuntu, Debian, and Kali.

SOLUTION!

If you are interested, there is a short writeup of the solution in the solution directory, so you can try yourself!

There is also a solution hint here

HAPPY HUNTING!

If you find the solution send me an email or a tweet!

@nuclearfarmboy

firstcrackme's People

Contributors

cervandoabanuelos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.