1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [#2918] No subject

This commit is contained in:
CPol 2021-12-24 07:57:58 +00:00 committed by gitbook-bot
parent 1e83eb64b5
commit 3ce57dc2d8
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -78,6 +78,14 @@ Note that **even if a DNS request is received that doesn't mean the application
Remember that to **exploit version 2.15** you need to add the **localhost check bypass**: ${jndi:ldap://**127.0.0.1#**...}
{% endhint %}
#### **Local Discovery**
Search for **local vulnerable versions** of the library with:
```bash
find / -name "log4j-core*.jar" 2>/dev/null | grep -E "log4j\-core\-(1\.[^0]|2\.[0-9][^0-9]|2\.1[0-6])"
```
### **Verification**
Some of the platforms listed before will allow you to insert some variable data that will be logged when its requested.\