OJ / gobuster

Directory/File, DNS and VHost busting tool written in Go
Apache License 2.0
10.21k stars 1.22k forks source link

Progress goes over 100% #533

Open ManuelBerrueta opened 1 month ago

ManuelBerrueta commented 1 month ago

Using the latest release at this time (v3.6) for Linux. I was running the tool to enumerate virtual hosts for a lab and the tool is going way over the 100% mark: image

firefart commented 1 month ago

Can you please try the dev branch and see if the problem exists there too?

go install github.com/OJ/gobuster/v3@dev

ManuelBerrueta commented 1 month ago

Hello, I tried to install it and got an issue with the library: /usr/libexec/gcc/x86_64-linux-gnu/13/cc1: error while loading shared libraries: /lib/x86_64-linux-gnu/libisl.so.23: invalid ELF header. I would usually explore more about the issue, but time constraints!

NITHINSPACETIME commented 2 days ago

Hello, I tried to install it and got an issue with the library: /usr/libexec/gcc/x86_64-linux-gnu/13/cc1: error while loading shared libraries: /lib/x86_64-linux-gnu/libisl.so.23: invalid ELF header. I would usually explore more about the issue, but time constraints!

this error occurs while the library file /lib/x86_64-linux-gnu/libisl.so.23 is corrupted or invalid i guess... To solve this error try checking if this file exists : ls -l /lib/x86_64-linux-gnu/libisl.so.23

if it does then , try insatlling : sudo apt update sudo apt install --reinstall libisl23

if anything happenes ask !!!