ceki
Founder of log4j 1.x, slf4j and logback projects. Currently working on slf4j, logback and reload4j. Unaffiliated with log4j 2.x.
QOS.ch (Switzerland)Valais, Switzerland
Pinned Repositories
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
logback-perf
Performance related project
logback-starwars
A small application for testing/illustrating logging separation
logback-XSD
An XML Schema Definition for logback
logbackRceDemo
The project is a simple vulnerability Demo environment written by SpringBoot. Here, I deliberately wrote a vulnerability environment where there are arbitrary file uploads, and then use the `scan` attribute in the loghack configuration file to cooperate with the logback vulnerability to implement RCE.
modulartesting
segl
Scala Enthusiats Group Lausanne
slf4j-taglib
slf4j taglib
stack-walker-benchmark
Microbenchmark of Java 9 StackWalker API
trie2
trie2
ceki's Repositories
ceki/logback-perf
Performance related project
ceki/logbackRceDemo
The project is a simple vulnerability Demo environment written by SpringBoot. Here, I deliberately wrote a vulnerability environment where there are arbitrary file uploads, and then use the `scan` attribute in the loghack configuration file to cooperate with the logback vulnerability to implement RCE.
ceki/modulartesting
ceki/trie2
trie2
ceki/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
ceki/Compression-Algorithms
Compression algorithms techniques: LZ77, LZW, Standard Huffman, Adaptive Humman, quantizer, and predictive feed forward
ceki/CVE-2022-22965-PoC
ceki/duplicatefinder
Find duplicates based on SHA-512
ceki/honkear
Dummy EAR project
ceki/java-logger-benchmark
Different Java Loggers Benchmarks.
ceki/JCTools
ceki/JNDI-Injection-Exploit
JNDI注入测试工具(A tool which generates JNDI links can start several servers to exploit JNDI Injection vulnerability,like Jackson,Fastjson,etc)
ceki/log-slowness
Shows an unexplained performance issue in a debug log scenario on Windows.
ceki/logback-groovy-config
Bringing back Groovy to Logback for configuration.
ceki/logback-integration
ceki/lucene-jira-archive
Jira archive for Apache Lucene
ceki/LZ-77
This repository contains a Java implementation of the LZ-77 data compression algorithm. LZ-77 is a lossless data compression method that replaces repetitive sequences of characters with references to previously occurring data. It achieves compression by storing the position and length of a match in a sliding window of previously processed data.
ceki/lz77
A LZ77 compression algorithm implementation using java
ceki/micronaut-aot
Experimental Ahead-of-time optimizations for Micronaut
ceki/MinimalApp
ceki/modrules
Demo of Jigsaw module rules
ceki/ois-dos
Java Deserialization
ceki/penna
Opinionated SLF4J backend that logs natively to json
ceki/pomapo
ceki/project-loom-experiment
Echo client-server components to evaluate Project Loom virtual threads.
ceki/reload4j-exception
Minimal reproduction of error when replacing log4j with reload4j
ceki/reproducible-central
Reproducible Central: rebuild instructions for artifacts published to (Maven) Central Repository
ceki/spoon
Spoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.
ceki/testing-in-the-modular-world
Testing Java Modules With JUnit 5 Blueprint
ceki/Tomcat8-Source-Read
tomcat8源码解析: tomcat-8.5.49源码解析(tomcat8源码解读,中英文注释翻译,关键流程图和及其详细的解读方案)