Filename | HERCULES - A special payload generator that can bypass antivirus softwares |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 7/06/2017 |
Label | Basic Tutorials |
Action |
Institute For Ethical Hacking Course and Ethical Hacking Training in Pune - India
Sadik Shaikh | Extreme Hacking | Cyber Suraksha Abhiyan | Hackers Charity
_____ _ _ _ _ _ | ____|_ _| |_ _ __ ___ _ __ ___ ___ | | | | __ _ ___| | _(_)_ __ __ _ | _| \ \/ / __| '__/ _ \ '_ ` _ \ / _ \ | |_| |/ _` |/ __| |/ / | '_ \ / _` | | |___ > <| |_| | | __/ | | | | | __/ | _ | (_| | (__| <| | | | | (_| | |_____/_/\_\\__|_| \___|_| |_| |_|\___| |_| |_|\__,_|\___|_|\_\_|_| |_|\__, | |___/
HERCULES is a customizable payload generator that can bypass antivirus software.
#INSTALLATION
SUPPORTED PLATFORMS:
Ubuntu - 16.04 / 15.10
Kali linux - Rolling / Sana
Manjaro
Arch Linux
Black Arch
Parrot OS
go get github.com/fatih/color
go run Setup.go
WARNING: Don't change the location of the HERCULES folder.
#USAGE
- HERCULES
#SPECIAL FUNCTIONS
Persistence: Persistence function adds the running binary to Windows start-up registry (CurrentVersion/Run) for continuous 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.
Using special functions and packing the payloads with upx decreases the AV Evasion Score.