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

Some urls cause Domainizer to totally freeze #30

Closed l0nenul closed 3 years ago

l0nenul commented 3 years ago

This is a really annoying bug, after I gather subdomains and put the URLS in a list to scan them, subdomainizer completely freezes at specific urls for whatever reasons despite being alive hosts, I delete the URL from the txt file that's causing this and rescan, another URL that causes the tool to completely freeze and I had to remove that too..etc until the output finally shows when there are no more URLs causing a permanent freeze

other than that the tool is an exception and is very useful despite simplicity, thank you very much for publicly posting the project

nsonaniya2010 commented 3 years ago

Thanks. Have you tried debugging the code in case of that specific URL. If not please try to get me one example so that I can take a look of the issue and fix it.

nsonaniya2010 commented 3 years ago

So, there is no timeout set on requesting a page/resource, this is the most probable reason for freezing the tool. I will add a timeout and push update.

nsonaniya2010 commented 3 years ago

Fixed issue in latest commit.