Empire Web Interface

admin 2021年7月21日00:02:51评论69 views字数 755阅读2分31秒阅读模式
  • 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

    Empire Web Interface


Empire Web Interface
 Enjoy Hacking


Empire Web download URL:https://github.com/interference-security/empire-web




milsec

三分钟,涨姿势

微信公众号:milsec

Empire Web Interface

长按二维码关注我们


本文始发于微信公众号(milsec):Empire Web Interface

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2021年7月21日00:02:51
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   Empire Web Interfacehttp://cn-sec.com/archives/343275.html

发表评论

匿名网友 填写信息