Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 718 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 718 Bytes

Invoke-DomainDictionary

Parses information from the Current or specified Domain into a dictionary file to be used for password cracking

Load into memory

IEX(New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/The-Viper-One/Invoke-DomainDictionary/main/Invoke-DomainDictionary")

Commands

Invoke-DomainDictionary                        # Run with default options
Invoke-DomainDictionary -Domain [Domain]       # Speciy the domain from which to collect from
Invoke-DomainDictionary -File [PATH\FileName]  # Specify name of output file

Sample

image