EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.

Home Page:http://www.powershellempire.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Not Found

katesaikishore opened this issue · comments

Mac OS: Mojave
Arch: 64x

➜ Empire git:(master) ✗ ./empire
Traceback (most recent call last):
File "./empire", line 5, in
from flask import Flask, request, jsonify, make_response, abort, url_for
ImportError: No module named flask

You need install all requirements packages.
For Ubuntu 19.04:

  • cd ./setup
  • sudo pip install -r "requirements.txt"
  • sudo install.sh