Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 338 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 338 Bytes

PoSHWords

Powershell WebSpider/Passwordlist generator.

This script will spider a website and parse all the words between a minimum and maximum length then output them to a txt file which can be used as a password list for dictionary attacks.

Usage example: ./PoSHWords.ps1 -URL www.google.com -MinLength 6 -MaxLength 15