Giter Club home page Giter Club logo

ctf's Introduction

Build Status

CTF

My CTF games.

What is this?

In order to learn more about how pwn challenges work I have created some challenges of my own and solved them.

The goal with these challenges is to find the "flag". This could be a file somewhere on the filesystem called flag, or it could be embedded in the binary itself. It is possible to find the flag by manipulating the input to the programs. Usually during a contest, a binary is provided along with an ip address and a port where the binary is running. The flag may be hidden anywhere, but getting an interactive shell is usually a good start if possible.

##Usage Binaries compiled for linux x86-64 are provided along with the source code. You may build it yourself on any platform where it builds. Why not build it for a raspberry pi?

You can usually test your solutions by simply piping your data to the binary, ./solution.py | ./ctf, or you can use netcat and sockets instead.

Cheat sheet

I've provided cheat sheets for the first and second challenges just to get you on the right track. Only look if you're stuck!

The provided solutions are using pwnlib which helps out a lot. Make sure you install it properly.

ctf's People

Contributors

kbeckmann avatar

Stargazers

 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.