|
Sunday, 17 July 2011 00:02 |
Server-Sleuth is a Linux based shell script which will help configure Apache/2, SSH, FTP, SendMail, and GCC. Server-Sleuth also has the ability to run and document certain system details for a forensic look up / archival. For more information please click the "read more" link below. This script is designed for linux. Only Linux users will be able to download the script and it's contents.
Introduction:
Security sleuth is a work in progress which will scan service configuration files to determine the levels of security you have enabled. The application is designed in the Linux C language, and supports FTP, SendMail (writing code), SSH, GRUB, and APACHE. To compile the application: gcc ssec.c -o ssec.o to run ./ssec.o If you would like to make changes to this application please feel free to do so. All we ask is that you notify us so we can post the changes. This application is a community effort that anyone can handle and write code with / build upon.
Currently Supports scanning for 777 files in web root. Currently web_root is fixed as static /var/www/ -- If you need the application web_root changed, please see the permissions.h header file.

|