DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
773 stars 111 forks source link

Problem when I run Kuiper #28

Closed minhnhat232k closed 3 years ago

minhnhat232k commented 3 years ago

Hello, I'm newbie here. When I run $ ./kuiper_install.sh -run command. It's show me like this and I don't know how to enter the program interface. I run on 64-bit Ubuntu 18.04.1 LTS. Thanks for your attention. image image

image

salehmuhaysin commented 3 years ago

hi, try to access it as https://localhost/

minhnhat232k commented 3 years ago

Hello Saleh, I try https://localhost/6379 and here is the result and I don't know why. image image

salehmuhaysin commented 3 years ago

the port 6379 is for celery not for the web

try http://<machine-ip>/

also what is the result of netstat -nat | grep LIST

minhnhat232k commented 3 years ago

I tried localhost:631 that is CUPS Capture localhost:5432 and localhost:27017 this is the result 1 Kuiper still running image

I'm very sorry to bother you.

salehmuhaysin commented 3 years ago

try change the path on kuiper nginx config for the certificate.

https://github.com/DFIRKuiper/Kuiper/blob/master/kuiper-nginx.conf

to the correct path (make sure to put the full path)

then run the following

cp ./kuiper-nginx.conf /etc/nginx/sites-available/kuiper-nginx.conf
ln -s /etc/nginx/sites-available/kuiper-nginx.conf /etc/nginx/sites-enabled/
systemctl restart nginx
minhnhat232k commented 3 years ago

Thanks a lot !!!

sinan-lab commented 2 years ago

"https://github.com/DFIRKuiper/Kuiper/blob/master/kuiper-nginx.conf" site returns 404 error code. I need the kuiper-nginx.conf file