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
- Host: GitHub
- URL: https://github.com/sconstantinou/dictionaryfile
- Owner: SConstantinou
- License: mit
- Created: 2018-09-14T07:54:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T15:16:17.000Z (about 7 years ago)
- Last Synced: 2025-01-26T10:41:27.236Z (about 1 year ago)
- Topics: powershell, powershell-adminscripts, powershell-cmdlets, powershell-gallery, powershell-module, powershell-modules, powershell-script, powershell-scripts
- Language: PowerShell
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)