Update cve-2021-44225.md

This commit is contained in:
Sambo Chea 2021-12-11 10:40:59 +07:00 committed by GitHub
parent d1dd7853ac
commit 25cd2eb420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,3 +39,8 @@ ext {
set('log4j2.version', '2.15.0')
}
```
# Check vulnerabilities in Nginx Web Server
```bash
sudo cat /var/log/nginx/access.log | grep '${jndi:'
```