sassoftware / loguccino

Scan and patch tool for CVE-2021-44228 and related log4j concerns.
Apache License 2.0
34 stars 5 forks source link

Loguccino bombs out immediately in the scan when it cannot find /bin/ldapsearch #19

Closed EJJSAS closed 2 years ago

EJJSAS commented 2 years ago

sudo /sso/sfw/loguccino/loguccino_scan.sh env: /bin/ldapsearch: No such file or directory

Is ldapsearch a requirement?

When I pointed to a version of ldapsearch, it didn't seem to like the version. /bin#> sudo ln -s /opt/quest/bin/ldapsearch ldapsearch /loguccino#> sudo /sso/sfw/loguccino/loguccino_scan.sh ldapsearch: -D not supported in VAS version, please use -u instead

EJJSAS commented 2 years ago

Was able to make it work manually. Must be something here I think