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

Empire v1.5 – PowerShell post-exploitation agent.

$
0
0

Changelog v1.5:
+ New modules, stager retries, bug fixes, increased debugging, epoch issue fix, and implementation of the Empire RESTful API.
WARNING: this release modifies part of the backend database schema, so do not apply this update if you have existing agents on your Empire server. You will need to run ./setup/reset.sh to reinitialize the database.

empire v1.5.0

empire v1.5.0

Empire is a pure PowerShell post-exploitation agent built on cryptologically-secure communications and a flexible architecture. Empire implements the ability to run PowerShell agents without needing powershell.exe, rapidly deployable post-exploitation modules ranging from key loggers to Mimikatz, and adaptable communications to evade network detection, all wrapped up in a usability-focused framework.

Empire Module Menu

Empire Module Menu

Installation using git:

git clone https://github.com/PowerShellEmpire/Empire
cd Empire/setup
./install.sh
python setup_database.py (for setup database)
./empire

Update:
cd Empire
git pull origin master

Initial Setup:
Run the ./setup/install.sh script. This will install the few dependencies and run the ./setup/setup_database.py script. The setup_database.py file contains various setting that you can manually modify, and then initializes the ./data/empire.db backend database. No additional configuration should be needed- hopefully everything works out of the box.
Running ./empire will start Empire, and ./empire –debug will generate a verbose debug log at ./empire.debug. The included ./data/reset.sh will reset/reinitialize the database and launch Empire in debug mode.

Download : v1.5.0.zip | v1.5.0.tar.gz |Our Post Before | Clone Url
Source : http://www.powershellempire.com | https://github.com/PowerShellEmpire


Viewing all articles
Browse latest Browse all 1152

Trending Articles