Security Configuration Assistant for Apache-MySQL-PHP
Given the configuration paths for Apache HTTP server, PHP interpreter, and MySQL database server, SCAAMP automatically audits the three environments for possible configuration vulnerabilities. It generates an audit summary that shows current values of security-critical configration directives. On the same summary, it also shows the recommended values for each configuration directive. Finally, it allows automated fixing of configuration by changing values from "Unsafe" to "Safe" as per configuration security best practices.
- Apache Web Server
- PHP Interpreter
- Browser
- Download the latest release (as ZIP) or clone this repo (git clone https://github.com/birhanum/SCAAMP.git)
- Extract the files to your local web server's document root
- Make sure your web server has file permissions
- Open your browser at http://localhost/SCAAMP/
Follow the instructions on the docs/scaamp11.pdf.
- Birhanu Eshete (birhanu.mekuria@gmail.com)