https://github.com/interference-security/empire-web
PowerShell Empire Web Interface
https://github.com/interference-security/empire-web
empire empire-web php powershell
Last synced: 4 months ago
JSON representation
PowerShell Empire Web Interface
- Host: GitHub
- URL: https://github.com/interference-security/empire-web
- Owner: interference-security
- Archived: true
- Created: 2016-04-29T15:55:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T14:30:39.000Z (over 2 years ago)
- Last Synced: 2024-11-21T13:36:41.435Z (12 months ago)
- Topics: empire, empire-web, php, powershell
- Language: PHP
- Size: 416 KB
- Stars: 328
- Watchers: 29
- Forks: 93
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - interference-security/empire-web - PowerShell Empire Web Interface (PHP)
README
# Archived and Read Only
There are a lot more better options available now. Due to which this repository has been archived and marked as read-only.
[](https://heroku.com/deploy?template=https://github.com/interference-security/empire-web)
# PowerShell Empire Web
PowerShell Empire Web utilizes the [Empire REST API Server](https://github.com/EmpireProject/Empire/wiki/RESTful-API). It is a web interface for using [PowerShell Empire](https://github.com/EmpireProject/Empire/).
# Run Empire REST API Server
Get PowerShell Empire: https://github.com/EmpireProject/Empire
```
./empire --rest --restport --username --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:
```
```
# 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



