OJ / gobuster

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

Show the path when timeout #441

Closed iselt closed 1 year ago

iselt commented 1 year ago

Sometimes it's a big file which causes timeout but we can't see the path. 图片

I modified the the code to show the path but it's not elegant: https://github.com/iselt/gobuster 图片

Hope you can add the function officially.

iselt commented 1 year ago

PS: Because of multi-thread, you can't find the path by the progress number.

firefart commented 1 year ago

this is already implemented on the dev branch. You can try it with go install github.com/OJ/gobuster/v3@dev