Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
malwaretuto opened this issue Aug 5, 2021 · 7 comments
Open

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

malwaretuto opened this issue Aug 5, 2021 · 7 comments

Comments

@malwaretuto
Copy link

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
Copy link

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
Copy link
Member

Terrtia commented Aug 6, 2021

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

@malwaretuto
Copy link
Author

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
Copy link
Contributor

Hi @malwaretuto

what OS are you using?

@malwaretuto
Copy link
Author

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

@TonyJabbour
Copy link
Contributor

@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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants