ail-project / ail-framework

AIL framework - Analysis Information Leak framework
GNU Affero General Public License v3.0
560 stars 80 forks source link

remote access #214

Open Baconrind opened 6 months ago

Baconrind commented 6 months ago

Hi

I see if I NMAP the AIL-Framwork IP that port 7000 is not visible. Is there a setting I need to change to proxy to the app ? Im trying to login to the dashboard from my work machine, I have all NAT Portforwading and Firewalls rules set but cant go direct to the port.

Best dean

Terrtia commented 6 months ago

Hi @Baconrind ! You need to change the binding of the Flask host: configs/core.cfg -> [Flask]

Baconrind commented 6 months ago

Thanks for the reply Terrtia. Ive set the host to bind to the internal IP and the port is still set at 7000.

Im still not able to access the GUI remotely, firewall rules and port forwarding set so that static IP plus port gets forwarded to the internal bound host Ip 192.136.1.187 on port 7000 .

Do I need to set the section in the flask config :

proxying request to the app

base URL = /

Any help greatly received Dean

Terrtia commented 6 months ago

You can set the host to 0.0.0.0 The Flask application will listen on all available network interfaces

nexhis commented 1 month ago

@Terrtia I set the host to 0.0.0.0 but still cannot access the GUI. What might be the issue here?

AIL

I would really appreciate your assistance