Git Product home page Git Product logo

startingpwnt's Introduction

StartingPwnt

This repository aim to be a starting point for beginner to pwn. I've made a few challenges for each type of attack I know (only 2 types of attack available right now though).

How to start

If you are using a debian based GNU/Linux distribution you can use this setup script.

The recommended tools are :

Additionally you can use :

  • ROPgadget
  • Objdump (alias objdump="/usr/bin/objdump -M intel")

Step n°1 : ROPchains

In this category you will learn how to make ROPchain, if this word doesn't sounds familiar, you may want to read some articles or CTF write-ups about buffer overflow exploitation. The goal in every challenge of this category will be to get a shell.

  • rop/pwna

The start of the adventure ||Try to

  • rop/pwnb

Pass the correct argument to win

  • rop/pwnc

Pass the correct arguments to win

  • rop/pwnd

Go to the libc system

  • rop/pwne

Make the execve syscall and pass it the good string

  • rop/pwnf

Write '/bin/sh' somewhere to make that system call useful. readelf -S the_binary to find where to write ;)

  • rop/pwng

The classical ROP without '/bin/sh' and system call

Some litterature to go further

A few papers on the subject, ordered by reading complexity. These are not mandatory.

Step n°2 : Format string

Step n°3 : Heap discovery

  • TODO

Step n°4 : Windows discovery

  • TODO

startingpwnt's People

Contributors

maitrerenard avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.