Code Monkey home page Code Monkey logo

binder's Introduction

README

What is this repository for?

  • A binder is a program that merges two binaries together. It's a way to "infect" binaries, as one can hide a malicious executable inside a "legit" one (overly used in the wild, so this is educational purpose only. Obviously.)

  • Can also be used as a way to keep a "foothold" on a system after a successfull hack

  • This repository contains the actual code of the binder, but also a user-friendly wrapper around the binder, so one can binds two binaries without the previous required steps. Which were : Rename target binary to "target.txt" Rename payload binary to "payload.txt" Rename icon to "target_icon.ico" Compile binder.c Remove temp files

  • A significative + side of using this wrapper : cross-compilation from a Linux system (ArchLinux)

###Important###

  • The script bind.py was made with cross-compilation from Archlinux to Windows in mind. May need some minor tweaking for other systems (I am not sorry)

Dependencies

  • mingw-w64-gcc (Archlinux)
  • required includes to compile binder.c are in src/includes (you can trust theses headers, I am a nice guy, as well as the guys that made these headers available to me (probably) (Qt))

###Goals###

  • Inconspicuous (complete clean up once the execution has completed)
  • AV Evasion
  • Easily configurable
  • Clean code (remember, we are doing art)

How do I get set up?

  • sudo pacman -S mingw-w64-gcc
  • Download bind.py and src folder
  • Positive thinking

Contribution guidelines

  • Code review
  • Harsch critics (Ask yourself : what insults would Linus Torvalds yell to the guy who made this "utter crap" (me))

binder's People

Contributors

plowsec avatar

Stargazers

 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.