Git Product home page Git Product logo

hushcon_poc's Introduction

This folder contains the demos for the submissions. Use Cmake to build the demos and the supporting binaries. All Demo* binaries take in a pid as a command line argument. They must also be ran as root in order to make the correct system calls.

Demo1 - This demo demonstrates the symbol resolution of a remote processes symbols as well as injection/carving of shell code into a known symbol in a remote process. The end result is a print statement coming from the remote process.

Demo2 - This demo demonstrates everything in demo1, but it also shows how we can leverage the resolution of the dynamic loader symbols in a remote process to load in a rogue dynamic library off of disk via dlopen()

Demo3 - This demo demonstrates everything in demo1, but also shows how we can inject a packed binary into a remote process’s address space. Then using resolved dynamic loader symbols in the remote process, unpack the binary and load it using NSCreateObjectFileImageFromMemory(). It also demonstrates how to resolve the symbols in the newly unpacked and loaded rogue binary in the remote process.

Demo4 - This demo demonstrates everything in demo3, but also shows how we can grab the remote symbols from an unpacked and loaded binary in a remote process even though the binary does not exist on disk and only exists in the remote processes address space.

Victim - This is a dummy application that will be the target of the demos. It will print its pid for ease of use and will continue running in the background until Ctrl-C’d.

SharedObjectPayload - This shared object is used in demo3 to demonstrate loading a rogue library via shell code injection.

hushcon_poc's People

Contributors

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