An open API service indexing awesome lists of open source software.

https://github.com/sconstantinou/dictionaryfile

PowerShell Password Dictionary File Generator Module
https://github.com/sconstantinou/dictionaryfile

powershell powershell-adminscripts powershell-cmdlets powershell-gallery powershell-module powershell-modules powershell-script powershell-scripts

Last synced: 11 months ago
JSON representation

PowerShell Password Dictionary File Generator Module

Awesome Lists containing this project

README

          

# DictionaryFile

DictionaryFile module will create all password combinations that you are able to have
using a specific characterset. Using this module you will be able to find number of all
password combinations. You are able to create the combinations either on the screen or
use them with another cmdlet. Also, you are able to create a dictionary file including
generated passwords and import a dictionary file that you have already created.

---

### Commands

* [Get-PaswordNumber](https://www.sconstantinou.com/get-passwordnumber)
* [Get-PasswordCombination](https://www.sconstantinou.com/get-passwordcombination)
* [Get-DictionaryFile](https://www.sconstantinou.com/get-dictionaryfile)
* [New-DictionaryFile](https://www.sconstantinou.com/new-dictionaryfile)

---

### Release Notes

* __2.0 24/09/2018__
* Add Get-PasswordCombination
* Add New-DictionaryFile
* Replace Get-DictionaryFile
* Add Input from Pipiline
* Add Ouput to Pipeline
* Characters parameter removed
* Numbers parameter removed
* Symbols parameter removed
* CharacterSet parameter added

* __1.0 13/09/2018__
* Initial Realease

---

### More Information

For more information please check

[https://www.sconstantinou.com/powershell-module-dictionaryfile-v-2-0](https://www.sconstantinou.com/powershell-module-dictionaryfile-v-2-0)