26

GitHub - interference-security/empire-web: PowerShell Empire Web Interface

 5 years ago
source link: https://github.com/interference-security/empire-web
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

PowerShell Empire Web

PowerShell Empire Web utilizes the Empire REST API Server. It is a web interface for using PowerShell Empire.

Run Empire REST API Server

Get PowerShell Empire: https://github.com/EmpireProject/Empire

./empire --rest --restport <port> --username <empire_username> --password <empire_password>

For example:

./empire --rest --restport 1337 --username admin --password 3mpir3adm!n

Requirements

PHP Curl should be installed to use Empire Web.

Install PHP Curl

sudo apt-get install php7.0-curl php5-curl

To check for PHP Curl

Command Line:

root@kali:~# php -i | grep -i curl
/etc/php/7.2/cli/conf.d/20-curl.ini,
curl
cURL support => enabled
cURL Information => 7.60.0

PHP Script:

<?php
echo (function_exists('curl_version') ? "Curl found": "Curl not found");
?>

Important

CSRF protection has not been implemented because it was affecting the working of Empire Web. It will be implemented in the next release.

Stay Calm. Stay Secure. Contribute :)

Screenshots

empire-web-login

empire-web-about

empire-web-agent-cmd

empire-web-dashboard


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK