dnsx agent is a fast and multi-purpose DNS toolkit.
This repository is an implementation of OXO Agent for dnsx DNS toolkitby by ProjectDiscovery.
The Dnsx Agent works collectively with other agents. It's job is to reverse a subdomain name and send all the identified records to the other agents reponsible for scanning those records. To perform your first scan, simply run the following command:
oxo scan run --install --agent agent/ostorlab/dnsx --agent agent/ostorlab/subfinder domain-name your-domain.com
This command will download and install agents agent/ostorlab/dnsx
& agent/ostorlab/subfinder
and target the domain your-domain
.
Subfinder Agent will scan for , and sends all identified subdomains, then Dnsx will reverse those subdomains and send the records.
You can use any Agent expecting <v3.asset.domain_name> as an in-selector, like Nmap, OpenVas, etc.
For more information, please refer to the OXO Documentation
Agent Dnsx can be installed directly from the oxo agent store or built from this repository.
oxo agent install agent/ostorlab/dnsx
- To build the Dnsx agent you need to have oxo installed in your machine. If you have already installed oxo, you can skip this step.
pip3 install ostorlab
- Clone this repository.
git clone https://github.com/Ostorlab/agent_dnsx.git && cd agent_dnsx
- Build the agent image using oxo cli.
oxo agent build --file=ostorlab.yaml
You can pass the optional flag --organization
to specify your organisation. The organization is empty by default.
4. Run the agent using on of the following commands:
* If you did not specify an organization when building the image:
shell oxo scan run --agent agent//dnsx --agent agent//subfinder domain-name your-domain.com
* If you specified an organization when building the image:
shell oxo scan run --agent agent/[ORGANIZATION]/subfinder --agent agent/[ORGANIZATION]/dnsx domain-name your-domain.com
License: Apache-2.0