2018-12-13 01:11:44 +03:00
2018-12-13 01:11:44 +03:00
2018-12-10 01:21:09 +03:00
2018-12-10 01:21:09 +03:00
2018-12-08 00:29:47 +03:00
2018-12-10 01:21:09 +03:00
2018-12-10 21:23:06 +03:00
2018-12-10 01:21:09 +03:00
2018-12-12 23:57:14 +03:00
2018-12-10 01:21:09 +03:00
2018-12-10 21:23:06 +03:00
2018-12-09 14:43:33 +03:00
2018-12-08 00:29:47 +03:00
2017-05-31 02:10:06 +03:00
2017-10-24 15:44:24 +03:00
2018-12-12 23:57:14 +03:00
2018-12-09 14:43:33 +03:00
2018-12-10 01:21:09 +03:00

Banner

Version License Golang 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

go get github.com/egebalci/amber

SUPPORTED PLATFORMS:

Operating system Tested Version
Ubuntu 16.04\17.04\17.08\18.04
Kali linux 2017.1\2018.1\2018.4
BlackArch *
Arch Linux *
Manjaro *
Debian 9.2

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 masures
  -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

On Docker

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

EXAMPLE USAGE



DEMO1 DEMO1



S
Description
Automated archival mirror of github.com/EgeBalci/amber
Readme MIT 6.7 MiB
Languages
Go 47.8%
Assembly 46.2%
Shell 2.8%
C 2%
Dockerfile 0.7%
Other 0.5%