子域名收集 -- SubDomainizer

简介: 子域名收集 -- SubDomainizer

今天给大家介绍一款子域名收集软件SubDomainizer

一、环境 kali2019.3 python3

二、安装过程:

1、复制到本地安装包

https://github.com/nsonaniya2010/SubDomainizer.git

0a2653c851af460fa595bd959398a8f1.png

2、安装依赖

pip3 install -r requirements.txt

0eacb84100b54626af849e6b562bf92a.png

三、命令

显示帮助信息:

python3 SubDomainizer.py -h

查找给定单个URL的子域,S3 bucket和云端URL:

python3 SubDomainizer.py -u http://www.xxx.com

从给定的URL列表中查找子域:

python3 SubDomainizer.py -l list.txt

将结果保存在文件中:

python3 SubDomainizer.py -u https://www.xxx.com -o output.txt

随请求发送cookies:

python3 SubDomainizer.py -u https://www.xxx.com -c “cookies”

禁止非法,后果自负

目录
相关文章
|
10月前
|
Python
​子域名收集 -- Subdomain-Takeover
​子域名收集 -- Subdomain-Takeover
73 0
|
10月前
|
搜索推荐 API Python
子域名收集 -- 提莫(teemo)
子域名收集 -- 提莫(teemo)
121 3
|
10月前
|
Python
子域名收集 -- teemo
子域名收集 -- teemo
62 2
|
10月前
|
开发工具 git Python
子域名收集 -- domained
子域名收集 -- domained
78 1
|
10月前
子域名收集 -- Findomain
子域名收集 -- Findomain
110 0
|
10月前
|
开发工具 git Python
子域名收集 -- Anubis
子域名收集 -- Anubis
53 0
|
10月前
|
开发工具 git Python
子域名收集 -- OneForAll
子域名收集 -- OneForAll
126 0
|
10月前
|
Python
子域名收集 -- Subdomain-Takeover
子域名收集 -- Subdomain-Takeover
70 0
|
10月前
|
开发工具 git Python
子域名收集 -- Aquatone
子域名收集 -- Aquatone
73 0
|
10月前
|
开发工具 git Python
子域名收集 -- subDomainsBrute
子域名收集 -- subDomainsBrute
95 0

热门文章

最新文章