nsonaniya2010 / SubDomainizer

A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
MIT License
1.71k stars 233 forks source link

Timeout option #18

Closed mXtbZ closed 4 years ago

mXtbZ commented 4 years ago

Option to have a timeout, some websites keep parsing for 30 min.. Timeout option would be a solution to skip such sites

nsonaniya2010 commented 4 years ago

I will check this out. Although I will re-write the whole tool again and will keep in mind to add timeout.

mXtbZ commented 4 years ago

Hi, thanks for your quick reply, any idea when ? Thanks for the great work !

nsonaniya2010 commented 4 years ago

Thankyou :) Probably by this month.

nsonaniya2010 commented 4 years ago

Hi, The problem lies while making request to a URL (specifically github). I've added a timeout of 60 Second and if connection failed to establish in that timeline then it will skip that request. Although I am keeping this issue open as I will re-write the tool so to think to add that option.

Thanks.

nsonaniya2010 commented 4 years ago

I think this has already been fixed.