From 166be5b0db4a1474a2ce7ba0707ff50d16d833f3 Mon Sep 17 00:00:00 2001 From: Zarcolio Date: Fri, 2 Jun 2023 15:39:58 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6c4a56b..a387fe3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,6 @@ # Duckyscript Ducky script for Bad USB on the Flipper Zero -PowerShell/ - -* Create-PwdDictAttack.ps1 - Creates a Ducky script that tries a list of passwords, for example against the Windows logon screen. Delay and wait time/method are configurable. -* Escape-DeadKeysAltcode.ps1 - Changes a Ducky script to escape dead keys (~ ` ' ") on some keyboards (replaces STRING with ALTCODE if a dead key is detected). -* Escape-DeadKeysRepeat.ps1 - Changes a Ducky script to escape dead keys (~ ` ' ") on some keyboards (each dead key is repeated). -* Generate-PinCodes.ps1 - Generates 4 number pin codes, easy to remember pin codes first. - Ducky script/ * Exfill-Wifi-Pwd-Win10.txt - Steals wifi passwords (uptil win10, win11 needs admin for all passwords), exfills it via http://127.0.0.1 (edit this) and cleans up last opened MRU listing ("powershell"). Press button to close MS Edge. @@ -19,3 +12,10 @@ Ducky script/ * PinCodes-top10000-Delay2000.txt - 4 Number pin codes (easy to remember pin codes first) turned into a Ducky script by Create-PwdDictAttack.ps1. Waits 2 seconds after each pin code. * Website-FF-Android.txt - Opens a website with Firefox (only works when Firefox hasn't been opened). * Website-Manual-Android.txt - Opens the default browser, then pauses. Manually select the address bar and hit the Run button. An awareness message is displayed. + +PowerShell/ + +* Create-PwdDictAttack.ps1 - Creates a Ducky script that tries a list of passwords, for example against the Windows logon screen. Delay and wait time/method are configurable. +* Escape-DeadKeysAltcode.ps1 - Changes a Ducky script to escape dead keys (~ ` ' ") on some keyboards (replaces STRING with ALTCODE if a dead key is detected). +* Escape-DeadKeysRepeat.ps1 - Changes a Ducky script to escape dead keys (~ ` ' ") on some keyboards (each dead key is repeated). +* Generate-PinCodes.ps1 - Generates 4 number pin codes, easy to remember pin codes first.