https://github.com/shellrow/domainscan
(Sub)Domain scan library. Written in Rust.
https://github.com/shellrow/domainscan
Last synced: 12 months ago
JSON representation
(Sub)Domain scan library. Written in Rust.
- Host: GitHub
- URL: https://github.com/shellrow/domainscan
- Owner: shellrow
- License: mit
- Created: 2022-09-23T15:23:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T07:09:30.000Z (over 2 years ago)
- Last Synced: 2025-06-01T13:43:24.841Z (about 1 year ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# domainscan
Cross-platform (Sub)Domain scan library.
## Features
- Subdomain Scan
- Active
- Passive (`--feature passive`)
## Usage
Add `domainscan` to your dependencies
```toml
[dependencies]
domainscan = "0.3.0"
```