Ghirensics / ghiro

Automated image forensics tool
http://getghiro.org
467 stars 96 forks source link

Ghiro appliance - image analysis "waiting" #15

Open alpha139866 opened 8 years ago

alpha139866 commented 8 years ago

Hi ! First of all, great job and excellent idea. Ghiro should help quite a lot of forensics examiners !

I downloaded the Ghiro appliance and imported it in VMWare. I logged in (nice web ui !) and created a case, imported images and nothing is happening: no analysis is taking place.

What am I doing wrong ?

Thanks !

jekil commented 7 years ago

Hello, could you please check if the manage.py process is running? i.e. with the command ps auxf

neten12 commented 7 years ago

Even I am facing the same problem, sir. I'm also using VirtualBox for running Ghiro

arshiyak9 commented 6 years ago

Having the same issue. Was this bug tested?

MeenatchiKV commented 5 years ago

why isn't this bug fixed yet?

brianderson21 commented 5 years ago

I'm having this issue too, is there any way around it?

andrewnorthern commented 4 years ago

Same issue.

andrewnorthern commented 4 years ago

Ok i found a work around.

  1. Download the project master, not the appliance file.
  2. SCP the master file and all of its contents into the appliance.
  3. Cd ghiro-0.2.1/ (or whatever the current version folder is)
  4. python manage.py syncdb ---- This will tell you that the appliance doesn't have a super user, just create a root account and password.
  5. sudo service ghiro start

---Now your pictures will analyze---

:)