Skip to content

Releases: bit4woo/domain_hunter

domain hunter v1.5

28 Aug 02:56
Compare
Choose a tag to compare

analysis all proxy traffic to find subdomain\similar-domain of your target automatically. reduce usage of "search" button.
自动分析所有Proxy中的流量,提取你配置目标中的子域名和相似域名。减少手动search的必要

domain_hunter_v1.4

06 Jul 06:29
Compare
Choose a tag to compare

1.use multiple thread to improve search speed
2.use regex to find more domain in every response

1、使用多线程提示搜索速度
2、使用正则表达式搜索响应包中的域名,以期发现更多域名

domain_hunter_v1.3

09 Jan 06:41
Compare
Choose a tag to compare

to save domain result automatically and recover when extension loaded.

domain_hunter_v1.2

31 Oct 09:41
Compare
Choose a tag to compare

domain hunter v1.2:
LEVEL UP ~~~ to find subdomains \related-domains\ similar-domains of an organization not only a domain.

domain_hunter_v1.1

29 Sep 11:45
Compare
Choose a tag to compare

Add Upload function to support upload result to your site or system

domain_hunter_v1.0

21 Sep 09:33
Compare
Choose a tag to compare
  1. update logic of includeInScope and sendToSpider to reduces UI action time
  2. add summary of search result
  3. disconnect HttpsURLConnection in time

domain_hunter_v0.9

20 Sep 04:00
Compare
Choose a tag to compare

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

19 Sep 08:31
Compare
Choose a tag to compare

update getSANs() method to void get domains of CDN provider.

Eg. https://open.163.com

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

18 Sep 06:33
Compare
Choose a tag to compare

optimize some steps to reduce memory usage.

domain_hunter_v0.6

03 Aug 03:19
Compare
Choose a tag to compare

use threads to speed up getting related-domains.