hahwul / dalfox

🌙🦊 Dalfox is a powerful open-source XSS scanner and utility focused on automation.
https://dalfox.hahwul.com
MIT License
3.46k stars 389 forks source link

Docker: Version of GLIBC dependencies is not met #492

Open MrIsak opened 10 months ago

MrIsak commented 10 months ago

Describe the bug

When building docker image from repo's Dockerfile, execution of dalfox gives

./dalfox: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./dalfox)
./dalfox: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./dalfox)

Version of GLIBC dependencies is not met in debian:buster as the Dockerfile specify. debian:bookworm is needed to satisfy dalfox requirements

Environment