All Projects → augustd → owasp-security-logging

augustd / owasp-security-logging

Licence: Apache-2.0 license
OWASP Security Logging library for Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to owasp-security-logging

herald
Log annotation for logging frameworks
Stars: ✭ 71 (-33.02%)
Mutual labels:  log4j, logback
liquibase-slf4j
Liquibase SLF4J Logger.
Stars: ✭ 42 (-60.38%)
Mutual labels:  log4j, logback
loggers
Abstract logging for Golang projects. A kind of log4go in the spirit of log4j
Stars: ✭ 17 (-83.96%)
Mutual labels:  log4j
Student-Information-Administration-System
大学生信息管理系统——初学路上自己摸索实践的项目
Stars: ✭ 91 (-14.15%)
Mutual labels:  log4j
springboot-tutorials
codehome出品SpringBoot2.x基础教程
Stars: ✭ 77 (-27.36%)
Mutual labels:  logback
logback-access-spring-boot-starter
Spring Boot Starter for Logback-access.
Stars: ✭ 153 (+44.34%)
Mutual labels:  logback
slack-webhook-appender
Logback appender which posts logs to slack via incoming webhook.
Stars: ✭ 16 (-84.91%)
Mutual labels:  logback
L4sh
Log4Shell RCE Exploit - fully independent exploit does not require any 3rd party binaries.
Stars: ✭ 260 (+145.28%)
Mutual labels:  log4j
log4jpwn
log4j rce test environment and poc
Stars: ✭ 306 (+188.68%)
Mutual labels:  log4j
fix4log4j
No description or website provided.
Stars: ✭ 21 (-80.19%)
Mutual labels:  log4j
safelog4j
Safelog4j is an instrumentation-based security tool to help teams discover, verify, and solve log4shell vulnerabilities without scanning or upgrading
Stars: ✭ 38 (-64.15%)
Mutual labels:  log4j
slf4j-timber
SLF4J binding for Jake Wharton's Timber Android logging library
Stars: ✭ 44 (-58.49%)
Mutual labels:  log4j
log4j-shell-poc
A Proof-Of-Concept for the CVE-2021-44228 vulnerability.
Stars: ✭ 1,536 (+1349.06%)
Mutual labels:  log4j
selenium BDD framework
Behavioural driven development UI automation framework using selenium, cucumber-java, testng, maven, phantomjs
Stars: ✭ 34 (-67.92%)
Mutual labels:  log4j
logback-gelf-appender
Logback appender that sends GELF messages
Stars: ✭ 38 (-64.15%)
Mutual labels:  logback
hqc mp
微信小程序+微信管理后台+微信用户前台
Stars: ✭ 69 (-34.91%)
Mutual labels:  log4j
LogMePwn
A fully automated, reliable, super-fast, mass scanning and validation toolkit for the Log4J RCE CVE-2021-44228 vulnerability.
Stars: ✭ 362 (+241.51%)
Mutual labels:  log4j
minecraft-log4j-honeypot
Minecraft Honeypot for Log4j exploit. CVE-2021-44228 Log4Shell LogJam
Stars: ✭ 89 (-16.04%)
Mutual labels:  log4j
nmap-log4shell
Nmap Log4Shell NSE script for discovery Apache Log4j RCE (CVE-2021-44228)
Stars: ✭ 54 (-49.06%)
Mutual labels:  log4j
log4j-log4shell-affected
Lists of affected components and affected apps/vendors by CVE-2021-44228 (aka Log4shell or Log4j RCE). This list is meant as a resource for security responders to be able to find and address the vulnerability
Stars: ✭ 49 (-53.77%)
Mutual labels:  log4j

Build Status CII Best Practices Coverity Scan Status codecov.io Codacy Badge

License Version

owasp-security-logging

OWASP Security Logging Project - Standard Java API to log security related events. Documentation

View our AppSec Europe 2016 presentaton about this project on SlideShare.

Usage with Maven:

As of version 1.1.0 Logback and Log4j support are in separate projects. To use OWASP Security Logging with Logback, add the following Maven dependency to pom.xml:

<dependency>
  <groupId>org.owasp</groupId>
  <artifactId>security-logging-logback</artifactId>
  <version>LATEST</version>
</dependency>

(Also see Usage with Logback)

To use it with Log4j, add:

<dependency>
  <groupId>org.owasp</groupId>
  <artifactId>security-logging-log4j</artifactId>
  <version>LATEST</version>
</dependency>

(Log4j users please see Usage with Log4j)

Maven imports will automatically include the common classes. If using OWASP Security Logging on your classpath, you need to include security-logging-common-VERSION.jar in addition to the correct jar for either Logback or Log4j.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].