An open API service indexing awesome lists of open source software.

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.

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"
```