lukaspustina / wpscan-analyze

Analyzes wpscan json output and checks for vulnerabilities
MIT License
21 stars 3 forks source link

GLIBC_2.18 not found (required by wpscan-analyze) #4

Closed tristanlatr closed 4 years ago

tristanlatr commented 4 years ago

On Oracle linux 7.8 After installing binaries, I get:

wpscan-analyze -h
wpscan-analyze: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by wpscan-analyze)

Is the GLIBC_2.18 absolutly necessary ? You cannot make it run with other version of GLIBC ? like 2.17 or previous ?

Thanks

lukaspustina commented 4 years ago

@tristanlatr From the previous issue I I guess you're downloading the release binary. It's build for Ubuntu Xenial by Travis.

You could try to build wpscan-analyse from source following the instructions from the Readme. Let me know, if this fixes your problem.

tristanlatr commented 4 years ago

I'll try to build it from source

tristanlatr commented 4 years ago

Yep that's working ! thanks