hakluke / hakrawler

Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application
https://hakluke.com
GNU General Public License v3.0
4.41k stars 483 forks source link

return nothing. #145

Closed OmarAtallahh closed 1 year ago

OmarAtallahh commented 1 year ago

hello, i saw the note about the tool that somtimes return nothing,

i have the latest version of hakrawler tool & golang anyway,

i have an ip address (login page), when i use gospider tool it return muh results, such as js links, subdomains etc.. it gives more than 300 results,

when i use hakrawler on the same IP, it return nothing, even when i increase the -d, or use -subs or even putting the redirected url directly instead of the root path, it still return nothing,

does the tool don't work on IPs ?

image

thanks in advance

hakluke commented 1 year ago

It's tough to know what's going on here without knowing the URL you're crawling.

On Sun, 25 Dec 2022 at 05:27, Omar Ahmad @.***> wrote:

hello, i saw the note about the tool that somtimes return nothing,

i have the latest version of hakrawler tool & golang anyway,

i have an ip address (login page), when i use gospider tool it return muh results, such as js links, subdomains etc.. it gives more than 300 results,

when i use hakrawler on the same IP, it return nothing, even when i increase the -d, or use -subs or even putting the redirected url directly instead of the root path, it still return nothing,

does the tool don't work on IPs ?

[image: image] https://user-images.githubusercontent.com/42843641/209448902-3fc56a4b-a001-4924-b33b-5c736e98c7a0.png

thanks in advance

— Reply to this email directly, view it on GitHub https://github.com/hakluke/hakrawler/issues/145, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKT6Y7MIMHEMGVRDEJL6ETWO5FCBANCNFSM6AAAAAATIS35PI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

OmarAtallahh commented 1 year ago

can I send you the URL privately? via email or something,

thanks.

hakluke commented 1 year ago

Yeah you can DM me on Twitter

hakluke commented 1 year ago

It was because the SSL certificate wasn't valid for that host... Just needed to use --insecure 🙂