hashview / hashview-old

A web front-end for password cracking and analytics
http://www.hashview.io
GNU General Public License v3.0
621 stars 134 forks source link

Running, but cannot be accessed #416

Closed dd404x closed 6 years ago

dd404x commented 6 years ago

image image image

dd404x commented 6 years ago

image image

i128 commented 6 years ago

It looks like redis might already be running. Before starting hashview, make sure its turned off by: service stop redis You can verify via: netstat -lntp | grep 4567 Once its off, try again: RACK_ENV=production foreman start

dd404x commented 6 years ago

@i128 thanks for your help.,My problem has been solved. image You are a good man.