https://github.com/simatwa/nsubdomain-finder
Perform dns-bruteforce for enumerating subdomains using nmap tool
https://github.com/simatwa/nsubdomain-finder
Last synced: 4 months ago
JSON representation
Perform dns-bruteforce for enumerating subdomains using nmap tool
- Host: GitHub
- URL: https://github.com/simatwa/nsubdomain-finder
- Owner: Simatwa
- License: mit
- Created: 2024-07-19T18:12:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T09:19:18.000Z (almost 2 years ago)
- Last Synced: 2025-09-28T19:29:26.080Z (9 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nsubdomain-finder
> Perform dns-bruteforce for enumerating subdomains using nmap tool.
## Installation
> [!IMPORTANT]
> Ensure you have [nmap](nmap.org) tool installed.
```sh
pip install nsubdomain-finder[cli]
```
## Usage
`$ nsubfinder --help`
```
usage: nsubfinder [-h] [-v] [-t ipv4|ipv6|ipv4v6] [--json] domain
Perform dns-bruteforce for enumerating subdomains using nmap tool
positional arguments:
domain Domain name to perform enumeration
options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-t ipv4|ipv6|ipv4v6, --type ipv4|ipv6|ipv4v6
IP type defaults to ipv6
--json Stdout results in json format
```