2832 matches found
CVE-2021-44228-Apache-Log4j
CVE-2021-44228Apache Log4j Remote Code Execution) Versions Affected: all versions from 2.0-beta9 through 2.12.1 and 2.13.0 through 2.15.0 Security Advisories / Bulletins linked to Log4Shell CVE-2021-44228 Usage: 1. 下载该项目,编译InjectClazz.java root@kitploit: download git clone...
log4shell-scanner
log4shell-scanner A dependency-free, defensive scanner for Log4Shell — finds vulnerable log4j-core jars and JNDI exploit patterns in logs and config. Why this project During my CERT-In rotation I worked on threat identification, containment, remediation and threat hunting — exactly the workflow...
log4j-vulnerable-app-cve-2021-44228-terraform
log4j-vulnerable-app-cve-2021-44228-terraform A Terraform to deploy vulnerable app and a JNDIExploit to work with CVE-2021-44228 About Stack This terraform creates two instances on a VPC in AWS Cloud. You just need to export your AWSACCESSKEYID and AWSSECRETACCESSKEY One instance is JNDIExploit...
Log4Shell-CVE-2021-44228-Demo
Log4ShellCVE-2021-44228 Demostración Configuración del Entorno Cliente Cualquier lugar que tenga la capacidad de acceder al Servidor HTTP con la línea de comandos curl Aplicación Vulnerable mediante Servidor HTTP con log4j Instancia EC2 de Amazon Linux 2 basada en x86 / Máquina Virtual CentOS de...
Apache-Log4j2-RCE
Apache Log4j2 RCE Verification Environment Since from 2021.12.09 Some References https://mp.weixin.qq.com/s/yck74F9p9QhVw3ykzVoSg Setting up the Environment Maven introduces related packages and vulnerable version range root@kitploit: org.apache.logging.log4j log4j-api 2.14.1...
log4j-CVE-2021-44228
log4j-CVE-2021-44228 On December 5, 2021, Apache identified a vulnerability later identified as CVE-2021-44228 in their widely used Log4j logging service. The vulnerability, also known as Log4shell, enables attackers to gain full control of affected servers by allowing unauthenticated remote code...
Log4Shell
CVE-2021-44228: Log4j / Log4Shell Security Research Summary This repository contains all gathered resources we used during our Incident Reponse on CVE-2021-44228 and CVE-2021-45046 aka Log4Shell. Threat Intel Mitigations / Fixes Malware Reports Advisory IOCs / Callback Domains / IP Addresses...
log4j-cve-2021-44228
Log4j-CVE-2021-44228 scanner playbook Very simple Ansible playbook that scan the filesystem for JAR files vulnerable to Log4Shell CVE-2021-44228. The result is saved in a CSV file in the local system. How to run A value for the name of the CSV file must be passed via the localfile variable...
log4j-checker
Log4j-Checker This repository contains scripts that can help identity .jar files which may be vulnerable to CVE-2021-44228 aka Log4Shell. Log4Shell Hash Check This script will find .jar files within the filesystem starting from a specific path, calculate a SHA-256 hash for each .jar file found -...
CVE-2021-44228-Log4Shell-Hashes
CVE-2021-44228-Log4Shell-Hashes Hashes for vulnerable LOG4J versions Created to help orgs search for this vulnerable versions https://www.lunasec.io/docs/blog/log4j-zero-day/ Source of the hashes: https://archive.apache.org/dist/logging/log4j/ Possibly 1.X affected...
CVE-2021-44228-Log4j-Payloads
Este repositorio no tiene un README...
log4j2_vul_local_scanner
Log4j2 Vulnerability Local Scanner CVE-2021-45046 Log4j 漏洞本地检测脚本,扫描主机上所有java进程,检测是否引入了有漏洞的log4j-core jar包,是否可能遭到远程代码执行攻击(CVE-2021-45046)。上传扫描报告到指定的服务器。 Scan all java processes on your host to check whether it's affected by log4j2 remote code executionCVE-2021-45046, then upload the report to your...
log4j-rce-detect-waf-bypass
This repository does not have a README...
log4shelldetect
log4shelldetect Scans a file or folder recursively for Java programs that may be vulnerable to: CVE-2021-44228 Log4Shell v2.0.x - v2.14.x CVE-2021-45046 v2.15.x CVE-2021-45105 v2.16.x1 by inspecting the class paths inside files. If you only want possibly vulnerable files to be printed rather than...
Log4Shell-demo
Log4Shell in action This project aims to demonstrate how the Log4Shell / CVE-2021-44228 vulnerability works. Requirements You only need to have Docker installed. Ideally you have two different virtual machines. One for the vulnerable server and one for the malicious server that will host the...
CVE-2021-44228-DFIR-Notes
CVE-2021-44228 DFIR-Notes Driving home I got my first messages flowing in about the log4shell vulnerability. A high severity vulnerability CVE-2021-44228 impacting multiple versions of the Apache Log4j 2 utility was disclosed publicly via the project's GitHub on December 9, 2021. This...
Fix-CVE-2021-44228
¡CVE-2021-44228! El programa actual elimina la clase "org/apache/logging/log4j/core/lookup/JndiLookup.class" de su archivo zip, jar, war, ear. Antes de usar Siga la guía https://www.lunasec.io/docs/blog/log4j-zero-day-mitigation-guide/ antes de usar. La utilidad le ayudará a aplicar el paso...
log4shell_sentinel
Log4Shell Sentinel - A Smart CVE-2021-44228 Scanner Introduction While there have some excellent tools released to help organizations scan their environments for applications vulnerable to the critical Log4J / CVE-2021-44228 vulnerability, I felt that: none of the tools I ran into were made for...
Log4JShell-Bytecode-Detector
🔍 Log4JShell Bytecode Detector Log4jShell Bytecode Detector is an open source tool that helps identify if a jar file is affected by the critical CVE-2021-44228. The tool scans the jar file and compares the classses against a set of vulnerable hashes for classes within the jar file. The hashes hav...