CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 282 forks source link

Can't launch AIL #566

Closed CptBuko closed 2 years ago

CptBuko commented 2 years ago

Hello,

I'm trying to install AIL Framework on a fresh ubuntu install.

After running Installing_deps.sh ; I obviously launch the LAUNCH.sh script.

But, the first launch stops me at the 2.0 update, with the message : Update thirdparty ... and that's all .. Have you got any idea with this problem ?

Regards,

CptBuko

CptBuko commented 2 years ago

`------------------------------------------------------------------

Create Self-Signed Certificate

/opt/ail-framework/AIL-framework/bin/helper/gen_cert /opt/ail-framework/AIL-framework /opt/ail-framework/AIL-framework

Update requirement

Requirement already satisfied: flask-login in ./AILENV/lib/python3.6/site-packages (0.5.0) Requirement already satisfied: Flask in ./AILENV/lib/python3.6/site-packages (from flask-login) (1.1.4) Requirement already satisfied: Werkzeug<2.0,>=0.15 in ./AILENV/lib/python3.6/site-packages (from Flask->flask-login) (1.0.1) Requirement already satisfied: click<8.0,>=5.1 in ./AILENV/lib/python3.6/site-packages (from Flask->flask-login) (7.1.2) Requirement already satisfied: Jinja2<3.0,>=2.10.1 in ./AILENV/lib/python3.6/site-packages (from Flask->flask-login) (2.11.3) Requirement already satisfied: itsdangerous<2.0,>=0.24 in ./AILENV/lib/python3.6/site-packages (from Flask->flask-login) (1.1.0) Requirement already satisfied: MarkupSafe>=0.23 in ./AILENV/lib/python3.6/site-packages (from Jinja2<3.0,>=2.10.1->Flask->flask-login) (2.0.1)

Requirement already satisfied: bcrypt in ./AILENV/lib/python3.6/site-packages (3.2.0) Requirement already satisfied: cffi>=1.1 in ./AILENV/lib/python3.6/site-packages (from bcrypt) (1.14.6) Requirement already satisfied: six>=1.4.1 in ./AILENV/lib/python3.6/site-packages (from bcrypt) (1.16.0) Requirement already satisfied: pycparser in ./AILENV/lib/python3.6/site-packages (from cffi>=1.1->bcrypt) (2.20)

    * A screen is already launched
    * ARDB Launched

Updating AIL VERSION ...

Update thirdparty ... `

CptBuko commented 2 years ago

Solved my problem by running the other repo .. My bad .. (ail-project)