-
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/PowerShellEmpire/Empire
./empire --headless --restport port --username empire_username --password empire_password -
Requirements
PHP Curl should be installed to use Empire Web. -
Install PHP Curl
sudo apt-get install php5-curl -
To check for PHP Curl
Command Line:
root@kali:~# php -i | grep -i curl
/etc/php5/cli/conf.d/20-curl.ini,
curl
cURL support => enabled
cURL Information => 7.47.0 -
PHP Script:
<?php
echo (function_exists('curl_version') ? "Curl found": "Curl not found");
?> -
Screenshots
Enjoy Hacking
Empire Web download URL:https://github.com/interference-security/empire-web
本文始发于微信公众号(milsec):Empire Web Interface
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论