• This repository has been archived on 20/May/2023
  • Stars
    star
    327
  • Rank 128,322 (Top 3 %)
  • Language
    PHP
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PowerShell Empire Web Interface

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.

Deploy

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

More Repositories

1

frida-scripts

Frida Scripts
JavaScript
532
star
2

DVWS

OWSAP Damn Vulnerable Web Sockets (DVWS) is a vulnerable web application which works on web sockets for client-server communication.
PHP
315
star
3

kali-windows-binaries

Windows binaries from Kali Linux : http://git.kali.org/gitweb/?p=packages/windows-binaries.git;a=summary
Perl
78
star
4

nessus_parser

Nessus Parser
Perl
48
star
5

scripts-tools-shells

Python
46
star
6

Multiport

Python
41
star
7

oracle-tns-poison

Oracle TNS Listener Remote Poisoning
Python
29
star
8

ntds-tools

Tools for NTDS.dit
Python
16
star
9

Chura-Liya

Python
16
star
10

nessie-viewer

Nessie Viewer enables IT Security auditors and penetration testers to quickly navigate through Nessus reports and Nmap XMLs
15
star
11

recon-ng-web

Web interface for recon-ng
PHP
14
star
12

empyre-web

EmPyre Web Interface
CSS
12
star
13

PS2EXE

https://gallery.technet.microsoft.com/PS2EXE-Convert-PowerShell-9e4e07f1
PowerShell
12
star
14

Practical-Reverse-Engineering

Practical Reverse Engineering by Juan Carlos Jimรฉnez (http://jcjc-dev.com/)
7
star
15

ios-pentest-tools

Tools for iOS app testing
7
star
16

useful-articles

Screen capture of useful articles
5
star
17

ssl-checklist

SSL Checklist for Pentesters - the Manual Cheatsheet (http://www.exploresecurity.com/wp-content/uploads/custom/SSL_manual_cheatsheet.html)
HTML
3
star
18

the-manipulator

Automatically exported from code.google.com/p/the-manipulator
Shell
3
star
19

echomirage

A backup copy of Echo Mirage.
2
star
20

Clipboard-File

File Transfer using "File to Base64" and "Base64 to File"
C#
2
star
21

Request-Buster

This BurpSuite extension is based on the work of Burpy available here: https://github.com/debasishm89/burpy
Python
2
star
22

zoomeye-data

Python
2
star
23

baudrate

Baudrate is a tool to help quickly identify the baud rate of an unknown serial device
Python
2
star
24

kerberos-linux-client-gui

Kerberos Linux Client GUI
Java
2
star
25

frida-scripts-vulnapp-solutions

Frida scripts to solve vulnerable mobile app challenges
JavaScript
2
star
26

netcat-windows

Netcat for Windows
1
star