Releases: bit4woo/domain_hunter
domain hunter v1.5
domain_hunter_v1.4
1.use multiple thread to improve search speed
2.use regex to find more domain in every response
1、使用多线程提示搜索速度
2、使用正则表达式搜索响应包中的域名,以期发现更多域名
domain_hunter_v1.3
to save domain result automatically and recover when extension loaded.
domain_hunter_v1.2
domain hunter v1.2:
LEVEL UP ~~~ to find subdomains \related-domains\ similar-domains of an organization not only a domain.
domain_hunter_v1.1
Add Upload function to support upload result to your site or system
domain_hunter_v1.0
- update logic of includeInScope and sendToSpider to reduces UI action time
- add summary of search result
- disconnect HttpsURLConnection in time
domain_hunter_v0.9
domain hunter v0.9:
update logic of getting possible HTTPS URLs that may contain related-domains.
especially, URL like this: https://202.77.129.30
domain_hunter_v0.8
update getSANs() method to void get domains of CDN provider.
this may lead to miss some related domains, eg. https://www.YouTube.com ,it's principal is *.google.com
but our target is to get useful message, so we need to do this to void CDN provider,I think it's worth~, or any good idea?
domain_hunter_v0.7
optimize some steps to reduce memory usage.
domain_hunter_v0.6
use threads to speed up getting related-domains.