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.3k stars 282 forks source link

DEFAULT_PASSWORD not found #410

Closed Anderson0abr closed 4 years ago

Anderson0abr commented 4 years ago

Hi,

I updated AIL from an older version (v1.8 i guess..) and now there's a authentication page (that's awesome btw). I read that the default password should be in a DEFAULT_PASSWORD file, but I can't find it! Maybe it wasn't created.. or maybe I just couldn't find it. Where should it be?

Regards,

Terrtia commented 4 years ago

HI @Anderson0abr

This file is located in the AIL-framework directory.

You can create a new one if you don't find it.

cd AIL-framework
. ./AILENV/bin/activate
cd bin/
./LAUNCH -lrv
./LAUNCH -lav
cd ..
cd var/www/
./create_default_user.py

(The admin@admin.test password is also printed in the console output)

Anderson0abr commented 4 years ago

Thank you @Terrtia ! It worked perfectly.