rsubdomain 1.2.14

A high-performance subdomain brute-force tool written in Rust
Documentation
1
2
3
4
5
6
7
use rsubdomain::device;

#[tokio::main]
async fn main() {
    let ether = device::auto_get_devices().await;
    println!("{:?}", ether);
}