Skip to content

This PowerShell script performs subdomain brute-forcing on a specified domain using a provided wordlist and resolves subdomains by combining words from the list with various top-level domains. It utilizes the 'Resolve-DnsName' cmdlet to perform DNS resolution.

Notifications You must be signed in to change notification settings

hithmast/DnsBruter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DnsBruter

Bruteforce Subdomains

This script bruteforces subdomains of a given domain.

Usage

bruteforce-subdomains [-Domain] [-Wordlist] [-Output] [-Silent] [-Sleep] [-Verbose]

Arguments

  • -Domain The domain to bruteforce subdomains for.
  • -Wordlist The wordlist to use to generate subdomains.
  • -Output The file to save the results to.
  • -Silent Do not print anything to the console.
  • -Sleep The number of seconds to sleep between DNS lookups.
  • -Verbose The level of verbosity.

Example

dnsbruter.ps1 -Domain example.com -Wordlist wordlist.txt -Output results.txt

This will bruteforce all subdomains of example.com using the wordlist wordlist.txt and save the results to the file results.txt.

Author This script was created by Ali Emara (Hithmast).

About

This PowerShell script performs subdomain brute-forcing on a specified domain using a provided wordlist and resolves subdomains by combining words from the list with various top-level domains. It utilizes the 'Resolve-DnsName' cmdlet to perform DNS resolution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published