Coder Social home page Coder Social logo

exploit-me's Introduction

Silva97/exploit-me

This repository is a collection of challenges to write exploits and learn some kind of cool stuffs about information security.

If you want to learn about AppSec, binary exploitation and/or exploit development, this is the place.

How to compile

If you want to compile some challenge you can just use the Makefile inside of all challenge directories. But for commodity here has a Makefile on root directory that can be used to compile any of the challenges.

Just run make <chlg-number> to compile it. For instance:

$ make 001

Using Docker

Doesn't want to download or run something on your computer? No worry, you can use a Docker container to run the challenges.

If you want to build the Docker image just run make docker-<chlg-number>. For instance:

$ make docker-001

And to run the container:

$ make run-001

Running container without clone this repository

If you don't want to clone this repository to run the container, just run:

$ docker run --rm -d --name "exploitme001" "silva97/exploitme001"

And to get the container's IP address:

$ docker inspect -f '{{ .NetworkSettings.IPAddress }}' exploitme001

How to make the challenge

The objective to all challenges is write an exploit that is able to explore the security issue on the challenge.

Note: You are free to read the code, reverse engineering the binary or do anything you need to win the challenge. Your approach is more about what you want to practice (code auditation, reverse engineering etc.).

How to contribute

Please read the CONTRIBUTING.md to see how to contribute.

exploit-me's People

Contributors

silva97 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.