Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44489

    Hi folks

    I followed the instructions for the Empire installation, but once I want to run it, displays the following error:
    “””
    Traceback (most recent call last):

    File “./empire”, line 5, in <module>

    from flask import Flask, request, jsonify, make_response, abort, url_for

    ImportError: No module named flask
    “””

    Do we have to manually install the Flask library into python or what do we have to do in order to make Empire work?

    BR

    #44490
    Diego PérezDiego Pérez
    Moderator

    Hi!
    The easiest would be to try this solution in a fresh custom kali:

    cd /opt
    git clone https://github.com/BC-SECURITY/Empire.git
    cd Empire
    ./setup/install.sh
    ./empire

    Hope it helps!
    Diego

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.