AIL-framework icon indicating copy to clipboard operation
AIL-framework copied to clipboard

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

Open malwaretuto opened this issue 4 years ago • 7 comments

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

malwaretuto avatar Aug 05 '21 06:08 malwaretuto

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)

pedropf83 avatar Aug 06 '21 02:08 pedropf83

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:

  • Ctrl-a + d detach screen
  • Ctrl-a + n next window screen
  • Ctrl-a + p previous window screen

Terrtia avatar Aug 06 '21 09:08 Terrtia

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

malwaretuto avatar Aug 12 '21 06:08 malwaretuto

Hi @malwaretuto

what OS are you using?

TonyJabbour avatar Aug 24 '21 07:08 TonyJabbour

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

malwaretuto avatar Aug 25 '21 16:08 malwaretuto

@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

TonyJabbour avatar Aug 26 '21 06:08 TonyJabbour

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

thiagobaneiro avatar Nov 01 '21 20:11 thiagobaneiro