Skip to content

0xeb-bp/subdomain_prepender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subdomain_prepender

Subdomain prepender for OSINT and bug bounty

Usage

Install Rust if you need it https://www.rust-lang.org/learn/get-started

Compile the code:

cargo build --release

Execute the binary from target/release/

Prepends a list of subdomains from list of domains to a specified output file.

USAGE:
    subdomain_prepender --domains <domains file> --output <output file> --subdomains <subdomains file>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --domains <domains file>          List of domains
    -o, --output <output file>            Output destination
    -s, --subdomains <subdomains file>    List of subdomains

About

Prepend subdomains to domains for brute forcing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages