Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shafiqaimanx/subex

subEX is a CLI tool for passively enumerating subdomains.
https://github.com/shafiqaimanx/subex

cli cli-app darwin golang linux osint osint-tool redteam subdomain subdomain-enumeration subdomain-scanner tools windows

Last synced: 23 days ago
JSON representation

subEX is a CLI tool for passively enumerating subdomains.

Awesome Lists containing this project

README

        










## ⛔ Disclaimer
This tool can be easily blocked by search engines or any platform it's used on. If it gets blocked, simply wait a couple of minutes and run it again. **The author assumes no responsibility for any misuse of this tool!**

## 📖 Description
subEX is a CLI tool for passively enumerating subdomains. It leverages various online sources and search engines, including classic Google dorks. On top of that, it doesn't guarantee to be fast or accurate but it works! 😉

## đŸ“Ļ Installation
`subEX` requires go1.21+ to install successfully. Run the following command to install the latest version.

```bash
go install -v github.com/shafiqaimanx/subEX@latest
```

###### From the source.

```bash
git clone https://github.com/shafiqaimanx/subEX.git
cd subEX
go build -o subEX main.go
```

###### Prebuilt release right [here](https://github.com/shafiqaimanx/subEX/releases)!

## 🌐 subEX Usages

## Šī¸ License
This tool is Licensed under [MIT](https://raw.githubusercontent.com/shafiqaimanx/subEX/main/LICENSE).