Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shafiqaimanx/subex
- Owner: shafiqaimanx
- License: mit
- Created: 2023-06-05T23:30:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T11:54:31.000Z (about 1 year ago)
- Last Synced: 2023-12-27T12:33:34.198Z (about 1 year ago)
- Topics: cli, cli-app, darwin, golang, linux, osint, osint-tool, redteam, subdomain, subdomain-enumeration, subdomain-scanner, tools, windows
- Language: Go
- Homepage:
- Size: 566 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).