gobuster icon indicating copy to clipboard operation
gobuster copied to clipboard

Return final page URL from d.http.Request in gobusterdir

Open drwtsn95 opened this issue 3 years ago • 0 comments

It will be easier to import code from libgobuster without copying it if you add one more return value to func (client *HTTPClient) Request method in libgobuster/http. You can use resp.Request.URL.String() as such value. P.S. i am writing additional functionality for gobusterdir, so i copied it's code, but libgobuster code is intended to be only imported from github.

drwtsn95 avatar Jun 22 '22 17:06 drwtsn95