ModSecurity VS snuffleupagus

Compare ModSecurity vs snuffleupagus and see what are their differences.

ModSecurity

ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. With over 10,000 deployments world-wide, ModSecurity is the most widely deployed WAF in existence. (by owasp-modsecurity)

snuffleupagus

Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest! (by jvoisin)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ModSecurity snuffleupagus
19 9
7,505 720
3.4% -
8.2 7.9
23 days ago 5 days ago
C++ PHP
Apache License 2.0 GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ModSecurity

Posts with mentions or reviews of ModSecurity. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-14.

snuffleupagus

Posts with mentions or reviews of snuffleupagus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-08.
  • WordPress plugin hole puts '2M websites' at risk
    4 projects | news.ycombinator.com | 8 May 2023
    I wonder if Snuffleupagus can block this exploit.

    https://snuffleupagus.readthedocs.io/

  • [SL] MangaDex 3.0+1.0 Staff AMA
    7 projects | /r/manga | 23 Jan 2022
    Other than that we rely on quite a lot of things these days, notably ModSecurity and the OWASP Core Rule Set alongside some other heavy restricting of our apps. (the idea being that the app is safe on its own, but those act as extra layers of defense in case we fuck up something really badly in the app one day)
  • Bulletproof at home hosting?
    2 projects | /r/TOR | 15 Aug 2021
    When it comes to your application: I don't know how tech-savvy you are, and I'm not sure if you're worried about someone breaking into your webapp, but you could look into setting up security extentions like snuffleupagus (PHP) and SpiderLab's ModSecurity WAF for Apache and nginx for which OWASP has a great, free ruleset
  • Snuffleupagus 0.7.0 is released, with PHP8 support
    3 projects | /r/PHP | 2 Jan 2021
    No, it's a module that hooks into php functions and offers some general harding (like refusing to execute files that could be written to by www-data) and allows more fine-grained control over disable_function, like setting filters/rules for some arguments. The default config shows how to mitigate certain bypasses for regular php.ini based hardening: https://github.com/jvoisin/snuffleupagus/blob/master/config/default.rules
    3 projects | /r/PHP | 2 Jan 2021

What are some alternatives?

When comparing ModSecurity and snuffleupagus you can also consider the following projects:

crowdsec - CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.

coraza - OWASP Coraza WAF is a golang modsecurity compatible web application firewall library

ModSecurity-nginx - ModSecurity v3 Nginx Connector

naxsi - NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX

lua-resty-waf - High-performance WAF built on the OpenResty stack

modsecurity-spoa - HAProxy agent for ModSecurity web application firewall

wafw00f - WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.

wpscan - WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via [email protected]

openappsec - open-appsec is an open-source machine learning security engine that preemptively and automatically prevents threats against Web Application & APIs. It is available for NGINX, NGINX Ingress, Envoy (Soon), Kong (Soon), Ambassador (Soon).

suhosin7 - Suhosin Extension for PHP 7.x

coreruleset - OWASP CRS (Official Repository)

csrf - Csrf Package provides Cross Site Request Forgery protection by comparing provided token with session token to ensure request validity.