GithubHelp home page GithubHelp logo

isel-crackme's Introduction

ISEL crackme

Very simple barebones crackme exercise for Ghidra (or similar tools)

This exercise's intent is to help understand reverse engineering tools and how to analyse a simple piece of code.

What is the aim of this exercise?

The application prompts the user for a password and the exercise expects the coder to be able to produce a valid key generator allowing any user to login. By analysing and following the code in a tool like Ghidra, it will become obvious that there is more to it than meets the eye. It will be very hard to generate valid admin keys, so other methods of exploitation are needed.

Compiling

This makefile is almost as simple as it can be and it's targetting MacOS machines. Other architectures can be added by adapting or replacing the compiler call and most likely, nothing else is needed.

Keygen

Inside the src dir, there's a very simple (and unoptimised) implementation of one of the possible solutions for the keygen. The first print simple outputs valid keys for this exercise. Commenting that print and uncommenting the padding+print part of the code outputs a valid passwords that can be piped to the crackme application in order to exploit it and escalate previleges.

Have fun!

isel-crackme's People

Contributors

rdmrocha avatar

Watchers

 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.