biggiesmallsAG / nightHawkResponse

Incident Response Forensic Framework
599 stars 139 forks source link

RHEL Support? #37

Open GToussaint opened 6 years ago

GToussaint commented 6 years ago

Is there an install script available for RHEL? I see there is a CentOS ISO, but I'm looking for an install script for a prebuilt RHEL OS. Thank you.

biggiesmallsAG commented 6 years ago

There is no prebuilt for RHEL for 1.0.4. Are you using RHEL as a business and cant deviate from that to use the install scripts for Ubuntu? Alternatively, you can do a bit of manual setup of you have time, the major parts being compiling the Go binaries and setting up nginx to proxy your requests..

GToussaint commented 6 years ago

I built a Ubuntu 16.04 system to do an install on, but I am now running into an issue when running the install script, the first failure I get is the following: tar (child): go1.9.2.linux-amd64.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now

The script actually continues on after that but then has a bunch of failures, like the elasticsearch install and kibana.

Is go a dependency that I should have installed ahead of time, or is that supposed to be included in the install script.

Also, I noticed the following: chown: invalid user: 'elasticsearch:elasticsearch'

Does your script create an elasticsearch user, or is that something created during a typical elasticsearch install?

Thank you!