Beaconator v1.1 releases: beacon generator using Cobalt Strike and PEzor
Beaconator
Beaconator is an aggressor script for Cobalt Strike used to generate a raw stageless shellcode and packing the generated shellcode using PEzor.
Changelog v1.1
- Fixed error check with the use of x86 arch & syscalls
- Fixed the “null value error” due to missing
output
folder - Fixed issue with options persisting to subsequent payload generations
- Added PEzor’s BOF format
- Added the
-cleanup
option for BOFs - Added the
-sleep
option - Added more error checks
- Cleaned up the code
Use
Installing PEzor
PEzor is required so install it first using the following:
git clone https://github.com/phra/PEzor.git
cd PEzor
./install.shNOTE: Make sure to add PEzor’s
$PATH
variable in your ~/.profile or ~/.bashrc (if using Bash), OR (if using ZSH).~/.zprofile or ~/.zshrc
Running Beaconator
- git clone https://github.com/capt-meelo/Beaconator.git
- Load the beaconator.cna file via Cobalt Strike > Script Manager.
- Access Beaconator from the menu bar.
Copyright (c) 2021 Capt. Meelo
Source: https://github.com/capt-meelo/