From 67b47da430f1246ae5d3d60b5663d5d2de944d14 Mon Sep 17 00:00:00 2001 From: Zarcolio Date: Sun, 10 Mar 2024 19:45:22 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7c775a..a921b36 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ Stuff for Bad USB (or Bad KB on [Xtreme](https://github.com/Flipper-XFW/Xtreme-F ## PowerShell/ * `Offensive`/`Create-PwdDictAttack.ps1` - Creates a Ducky script that tries a list of passwords (or pincodes), for example against the Windows logon screen. Delay and wait time/method are configurable. -* `Offensive`/`Generate-PinCodes.ps1` - Generates 4 number pin codes, easy to remember pin codes first. +* `Offensive`/`Generate-4DigitPinCodes.ps1` - Generates all 4 number pin codes, easy to remember pin codes first. +* `Offensive`/`Generate-6DigitPinCodes.ps1` - Generates easy to remember 6 number pin codes,very easy to remember pin codes first. * `Useful`/`Convert-Ps2Ducky.ps1` - Converts a .ps1 file to a Ducky script. * `Useful`/`Escape-DeadKeysAltcode.ps1` - Changes a Ducky script to escape dead keys (~ ` ' ") on some keyboards (replaces STRING with ALTCODE if a dead key is detected). * `Useful`/`Escape-DeadKeysRepeat.ps1` - Changes a Ducky script to escape dead keys (~ ` ' ") on some keyboards (each dead key is repeated).