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

Unable to connect with Web UI https://localhost:7000 #564

Open malwaretuto opened 2 years ago

malwaretuto commented 2 years ago

Hi,

I fresh installed AIL Framework on my VMs but in all the VMs I am unable to launch the web interface. I also checked the previous issues reported by other uses and tried to follow those methods but I am unable to resolve it.

Kindly help me below is the screenshot of the terminal 1

pedropf83 commented 2 years ago

Is the end of the AIL-framework/var/www/Flask_server.py file like this?

if name == "main": app.run(host='0.0.0.0', port=FLASK_PORT, threaded=True, ssl_context=ssl_context)

Terrtia commented 2 years ago

Hi @malwaretuto !

Can you check the output of the Flask server ? screen -r Flask_AIL

Here is a list of shortcut to manage/navigate in the screen:

malwaretuto commented 2 years ago

Hi @pedropf83 and @Terrtia As you suggested above, Below are the result of it.

Below is the Launching: Launching

First---> Flask_Server.py File: Output: Flask_server

After this @Terrtia screen -r Flask_ail command output: Screen

@Terrtia based on this I tried to install this "PyTaxonomies" vai this command pip3 install git+https://github.com/MISP/PyTaxonomies

also I ran pip install PyTaxonomies

Both the command installed this successfully but didn't solve the issue. After running the command .. I restarted my machine and relaunch the AIL from beginning and then Screen -r Flask_AiL command showing the same result of missing pytaxonomies.

Also, I checked with https://localhost:7000 its showing the same page error problem

TonyJabbour commented 2 years ago

Hi @malwaretuto

what OS are you using?

malwaretuto commented 2 years ago

Hi @TonyJabbour I've used Parrot OS, & Remnux OS both are based on Debian. Facing the same issue on both the OSes

TonyJabbour commented 2 years ago

@malwaretuto Hi !! do this test for me: turn off AIL and run this command and try to open this in your browser inside your machine and on your Host machine too ! and let me know the results

sudo python3 -m http.server --bind 0.0.0.0 7000

thiagobaneiro commented 2 years ago

@malwaretuto Have you solved your problem, cause i'm with the same problem.