spender-sandbox / cuckoo-modified

Modified edition of cuckoo
393 stars 178 forks source link

Cuckoo Web UI #371

Open Monkie1990 opened 7 years ago

Monkie1990 commented 7 years ago

Where is the cuckoo web ui hosted. ie what directory is it in?

KillerInstinct commented 7 years ago

$CUCKOO_ROOT/web/

Monkie1990 commented 7 years ago

is $CUCKOO_ROOT == /opt/cuckoo/?

KillerInstinct commented 7 years ago

It's wherever you clone the repo to...

Monkie1990 commented 7 years ago

Perfect! Would you happen to know where network config is for the web UI? I'm getting a 403 forbidden when I try to access it externally, so I'd like to change the config to allow the necessary traffic. Greatly appreciate your help!

KillerInstinct commented 7 years ago

How are you running the web server? If you're using django you can specify the host via a CLI argument. If you're using a front end (Nginx/Apache) it would be configured accordingly.