Scipiuus/sdd

GitHub: Scipiuus/sdd

一款轻量级的Python命令行子域名枚举工具,通过字典爆破方式发现目标域名的子域名。

Stars: 1 | Forks: 1


   █████████     ██████████      ██████████  

  ███░░░░░███   ░░███░░░░███    ░░███░░░░███ 

 ░███    ░░░     ░███   ░░███    ░███   ░░███

 ░░█████████     ░███    ░███    ░███    ░███

  ░░░░░░░░███    ░███    ░███    ░███    ░███

  ███    ░███    ░███    ███     ░███    ███ 

 ░░█████████  ██ ██████████   ██ ██████████  

  ░░░░░░░░░  ░░ ░░░░░░░░░░   ░░ ░░░░░░░░░░   

S.D.D - Subdomain Discovery

A basic subdomain enumeration tool.


## 安装 ``` git clone https://github.com/Scipiuus/sdd.git ``` ### 依赖项 为了正常运行,S.D.D 依赖于以下模块: - `requests` - `tldextract` 此外,它还需要一个子域名字典(`wordlist`)。支持的文件扩展名有:`".txt"` 和 `".list"`。 #### 依赖安装: * Windows: ``` py -m pip install -r requirements.txt ``` * Linux: ``` pip install -r requirements.txt ``` ## 使用方法 ``` python sdd.py -h ``` 显示该工具的使用说明。 ``` sdd.py [wordlist_path] [option] sdd.py https://test.com wordlist.txt -V -T2 Positional Arguments: url target url wordlist wordlist path Options: -h, --help Show this help message and exit -T, --timeout Set the timeout value (default = 5) -V, --verbose Verbosity mode (default = false) ``` ### 使用示例 ``` python sdd.py https://www.google.com usr/wordlists/sublist.txt -V -T5 ``` 如果启用了详细模式(verbosity),脚本将返回每个被测试的域及其状态码;否则,脚本将不会显示测试过程,但会在最后打印出成功测试的列表。 # 许可证 S.D.D 基于 GNU GPL 许可证授权。请查看 [LICENSE](LICENSE) 了解更多信息。
标签:Bug Bounty, GitHub, HTTP请求, Kali工具, Linux取证, Python, TLD提取, 加密文件系统, 可自定义解析器, 子域名枚举, 密码管理, 开源安全工具, 文档结构分析, 无后门, 爆破枚举, 系统安全, 网络安全, 逆向工具, 逆向工程平台, 隐私保护