/rhel_server_report

Reconnaissance against a server

Primary LanguageShellMIT LicenseMIT

RHEL Server Report

Reconnaissance against a server

About

RHEL Server Report is a simple bash script, providing server configuration, web server, and database details. Use this tool when logging onto a server to get a lay of the land or compare server configurations.

Install

Download the RHEL_server_report directory to your machine or server.

If copying from a Windows machine to a RHEL server, use a FTP utility, such as WinSCP.

Dependencies

lshw

yum install lshw

Usage

Tip: Run as sudo

sudo sh server_report.sh > server_report.txt 2>server_report.err

This generates a TXT report and logs errors to an ERR file.

Version

0.0.3 2018-06-13

Review change history in the changelog

License

MIT License