de:scans:log4shell

This translation is older than the original page and might be outdated. See what has changed.

This is an old revision of the document!


Log4shell

Am 9. Dezember 2021 veröffentlichte Apache eine schwerwiegende Sicherheitslücke namens Log4shell (und andere Log4j-bezogene Sicherheitslücken).

Wie man seine Dienste schnell scannt, grundsätzlich mit log4j-scan von fullhunt, aber unter Verwendung von cisagov:

git clone https://github.com/cisagov/log4j-scanner.git
cd log4-scanner/
  • python
  • python-requests
  • python-termcolor
  • python-pycryptodome

Am einfachsten ist es, eine Liste aller URLs zu erstellen, die du überprüfen möchtest:

nano urls.txt
https://techsaviours.org
https://meet.techsaviours.org
https://searx.techsaviours.org
python log4j-scan.py -l urls.txt --waf-bypass --run-all-tests

oder nur eine Url

python log4j-scan.py -u https://techsaviours.org --waf-bypass --run-all-tests
  • de/scans/log4shell.1662164363.txt.gz
  • Last modified: 2022/10/24 08:24
  • (external edit)