rsubdomain 1.2.14

A high-performance subdomain brute-force tool written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) fn default_resolvers() -> Vec<String> {
    vec![
        "223.5.5.5".to_string(),
        "223.6.6.6".to_string(),
        "180.76.76.76".to_string(),
        "119.29.29.29".to_string(),
        "182.254.116.116".to_string(),
        "114.114.114.115".to_string(),
    ]
}