mlogc

Tighten web applications security for Apache

Install

All systems
curl cmd.cat/mlogc.sh
Debian Debian
apt-get install libapache2-mod-security2
Ubuntu
apt-get install libapache2-mod-security2
image/svg+xml Kali Linux
apt-get install libapache2-mod-security2
CentOS
yum install mlogc
Fedora
dnf install mlogc
Windows (WSL2)
sudo apt-get update sudo apt-get install libapache2-mod-security2
Raspbian
apt-get install libapache2-mod-security2

libapache2-mod-security2

Tighten web applications security for Apache

Modsecurity is an Apache module whose purpose is to tighten the Web application security. Effectively, it is an intrusion detection and prevention system for the web server. At the moment its main features are: * Audit log; store full request details in a separate file, including POST payloads. * Request filtering; incoming requests can be analysed and offensive requests can be rejected (or simply logged, if that is what you want). This feature can be used to prevent many types of attacks (e.g. XSS attacks, SQL injection, ...) and even allow you to run insecure applications on your servers (if you have no other choice, of course).

mlogc

ModSecurity Audit Log Collector

mod_security-mlogc

ModSecurity Audit Log Collector

libapache2-modsecurity

Dummy transitional package

This package is provided to ease the updating of modsecurity to the new package name. You may safely remove it.