GithubHelp home page GithubHelp logo

anthrax3 / amber Goto Github PK

View Code? Open in Web Editor NEW

This project forked from egebalci/amber

0.0 1.0 0.0 3.24 MB

Reflective PE packer.

Home Page: https://pentest.blog

License: MIT License

Assembly 57.99% Go 41.12% Dockerfile 0.28% YARA 0.61%

amber's Introduction

Banner

Version License Go Report Card Twitter

amber is a reflective PE packer for bypassing security products and mitigations. It can pack regularly compiled PE files into reflective payloads that can load and execute itself like a shellcode. It enables stealthy in-memory payload deployment that can be used to bypass anti-virus, firewall, IDS, IPS products and application white-listing mitigations. If you want to learn more about the packing methodology used inside amber check out below. For more detail about usage, installation and how to decrease detection rate check out WIKI.

Developed By Ege Balcı from INVICTUS/PRODAFT.

REFLECTIVE PE PACKING WITH AMBER


DEMO1









INSTALLATION

DEPENDENCIES

On *nix systems both of the dependencies can be installed with OS packet managers. (APT/PACMAN/YUM)

Get one of the pre-build release here. Or get it with following alternatives.

GO (suggested)

go get github.com/egebalci/amber

BLACKARCH INSTALL

sudo pacman -S amber

DOCKER INSTALL

Docker

docker pull egee/amber
docker run -it egee/amber

USAGE

USAGE: 
  amber [options] file.exe
OPTIONS:
  -k, -keysize                Size of the encryption key in bytes (Max:255/Min:8)
  -r, -reflective             Generated a reflective payload
  -a, -anti-analysis          Add anti-analysis measures
  -i, -iat                    Use import address table entries instead of export address table
  -s, -scrape                 Scrape the PE header info (May break some files)
  -no-resource                Don't add any resource data (removes icon)
  -ignore-integrity           Ignore integrity check errors
  -v, -verbose                Verbose output mode
  -h, -H                      Show this massage
EXAMPLE:
  (Default settings if no option parameter passed)
  amber -k 8 file.exe

Docker Usage

docker run -it -v /tmp/:/tmp/ amber /tmp/file.exe

EXAMPLE USAGE



DEMO1 DEMO1



amber's People

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.