Coder Social home page Coder Social logo

awdbanner's Introduction

AWDBanner

You can inject your codes into the binary, so that you can:

  • Hook the selected syscall. (version 1 & 2)
  • Capture the I/O information. (only verison 1)
  • ...

Why there are two versions?

We found that starting a sandbox by modifying the prot of a segment and injecting shellcode into it is not working in AWD matches (because checker will check the size and header of a binary).

Therefore, version2 is born to bypass the binary checker only by changing some assembly in text section and eh_frame section.

Environment

pip3 install pwntools lief

Usage

v1

Due to the modification of the segment permissions and the size of the binary, this modification method cannot pass most of the checker's inspections, but it has richer functions and can monitor traffic.

./build.sh <binary_to_be_patched>

v2

This version only modifies the text section and eh_frame section, which can bypass the inspection of more checkers, but the function is relatively single and can only be used as a sandbox.

python3 modify.py <binary_to_be_patched>

And the patched file will be at the same directory as the original file.

TODO

  • x64 support
  • shorter shellcode
  • syscall self-selection
  • x86/arm/arm64 support

awdbanner's People

Contributors

mrh929 avatar uesupergate avatar n132 avatar

Stargazers

\xe3qrh44r avatar SuperGay avatar Lavender Tree avatar  avatar  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.