Website subdomains discovery that leverages 3rd party APIs.
git clone https://github.com/ncryptsion/xdomains.git
npm install
pnpm install
node index.js <domain> <outputName> <full>
| Argument | Description | Example |
|---|---|---|
| domain | The target website domain. | node index.js example.com <outputName> <full> |
| outputName | The name of the output file for the results. | node index.js <domain> output <full> |
| full | If not empty, it will use all APIs otherwise it will not. | node index.js <domain> <outputName> true |
This project is distributed under MIT License