Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

HERCULES v3.0.5 is a customizable payload generator that can bypass antivirus software.

$
0
0

Changelog HERCULES v3.0.5:
+ Setup.go
+ Golang Version
+ Changed entire setup model
+ Final fixes on new install mechanism

Hercules v3.0.5

HERCULES is a customizable payload generator that can bypass antivirus software.
SPECIAL FUNCTIONS:
+ Persistence : Persistence function adds the running binary to windows start-up registry (CurrentVersion/Run) for continious access.
+ Migration : This function triggers a loop that tries to migrate to a remote process until it is successfully migrated.
WHAT IS UPX ?
+ UPX (Ultimate Packer for Executables) is a free and open source executable packer supporting a number of file formats from different operating systems. UPX simply takes the binary file and compresses it, packed binary unpack(decompress) itself at runtime to memory.
WHAT IS “AV EVASION SCORE” ?
+ AV Evasion Score is a scale(1/10) for determining the effectiveness of the payloads anti virus bypassing capabilities, 1 represents low possibility to pass AV softwares.

Payload:
(1) Meterpreter Reverse TCP
(2) Meterpreter Reverse HTTP
(3) Meterpreter Reverse HTTPS
(4) HERCULES REVERSE SHELL

Dependencies:
+ Golang v1.7.x
+ Operating System Tested: Ubuntu 14.04-16.04 LTS, Kali/Rolling, Debian Jessie, BlackArch

Usage:

git clone https://github.com/EgeBalci/HERCULES && cd HERCULES
go get github.com/fatih/color
go run Setup.go
cd source
./HERCULES (be sure all go path and go root has been path on your system)

Update:
git pull

Source: https://github.com/EgeBalci | Our Post Before


Viewing all articles
Browse latest Browse all 1152

Trending Articles