phor3nsic/subdominex
GitHub: phor3nsic/subdominex
一款基于 Bash 的子域名枚举编排工具,聚合多个主流安全侦察工具实现域名资产的自动化发现与识别。
Stars: 2 | Forks: 0
SubdomineX
域名资产识别工具
由 ph0r3nsic 用 💙 编写
在 Twitter 上分享!
安装 •
示例 •
贡献 •
许可证
## 安装 📡
### 克隆:
```
git clone https://github.com/phor3nsic/subdominex
```
### 安装
```
cd subdominex && chmod +x install.sh
sudo ./install.sh
```
### 附言
```
The Chaos tool from ProjectDiscovery requires an API key.
If you have a key, set it as an environment variable:
export CHAOS_KEY=
```
### 使用的工具:
- [subfinder](https://github.com/projectdiscovery/subfinder)
- [assetfinder](https://github.com/tomnomnom/assetfinder)
- [amass](https://github.com/owasp-amass/amass)
- [chaos](https://github.com/projectdiscovery/chaos-client)
- [sublist3r](https://github.com/aboul3la/Sublist3r)
- [findomain](https://github.com/Findomain/Findomain)
- [subscraper](https://github.com/m8sec/subscraper)
- [shuffledns](https://github.com/projectdiscovery/shuffledns)
- [httpx](https://github.com/projectdiscovery/httpx)
- [gospider](https://github.com/jaeles-project/gospider)
- [csprecon](https://github.com/edoardottt/csprecon)
## 示例 💡
### 单个目标:
```
./subdominex.sh example.com
```
### 多个目标:
```
for x in $(cat targets.txt);do ./subdominex.sh $x;done
```
## 贡献 🛠
只需提交一个 [issue](https://github.com/phor3nsic/subdominex/issues) / [pull request](https://github.com/phor3nsic/subdominex/pulls)。
## 许可证 📝
本仓库基于 [MIT 许可证](https://github.com/phor3nsic/subdominex/blob/main/LICENSE)。
请通过 [ph0r3nsic@wearehackerone.com](mailto:ph0r3nsic@wearehackerone.com) 联系我。标签:Bash, Cutter, 子域名枚举, 实时处理, 应用安全, 系统安全, 资产测绘, 运行时操纵