From 1e1fa046b944e5be2f6994b4b91db4cd1e3aac23 Mon Sep 17 00:00:00 2001 From: jcstill <31301328+jcstill@users.noreply.github.com> Date: Tue, 12 Sep 2017 20:40:36 -0700 Subject: [PATCH 1/2] Typos Fixes Typos --- hidtools/backdoor/P4wnP1.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hidtools/backdoor/P4wnP1.py b/hidtools/backdoor/P4wnP1.py index dbfcc3f..4812ecd 100644 --- a/hidtools/backdoor/P4wnP1.py +++ b/hidtools/backdoor/P4wnP1.py @@ -667,9 +667,9 @@ def do_FireStage1(self, line): Fires stage 1 via HID keyboard against a PowerShell process on a Windows client. - The code downloads stage 2 and after successfull execution + The code downloads stage 2 and after successful execution commands like "shell" could be used, to get a remote shell - (communictaing through HID covert channel only). + (communicating through HID covert channel only). THE KEYBOARD LANGUAGE HAS TO BE SET ACCORDING TO THE TARGETS KEYBOARD LAYOUT, TO MAKE THIS WORK (use 'GetKeyboardLanguage' @@ -680,7 +680,7 @@ def do_FireStage1(self, line): Is faster, because less keys have to be printed out. As the PowerShell script isn't capable of reading serial and manufacturer of a USB HID composite device, PID and VID have - to be prepended in front of the payload. This leaves a larger + to be perpended in front of the payload. This leaves a larger footprint. trigger_type = 2: @@ -704,8 +704,8 @@ def do_FireStage1(self, line): The value defaults to 1000 ms if omitted. nohide - If "nohide" is added, the stup hiding the powershell window on - the target is omited + If "nohide" is added, the setup hiding the powershell window on + the target is omitted uac If "uac" is added P4wnP1 tries to run an elevated PowerShell From 925bd354f1b3e1ec3cabc9b44a2fa237395bab6d Mon Sep 17 00:00:00 2001 From: jcstill <31301328+jcstill@users.noreply.github.com> Date: Wed, 13 Sep 2017 10:26:52 -0700 Subject: [PATCH 2/2] Update P4wnP1.py --- hidtools/backdoor/P4wnP1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hidtools/backdoor/P4wnP1.py b/hidtools/backdoor/P4wnP1.py index 4812ecd..d3045a5 100644 --- a/hidtools/backdoor/P4wnP1.py +++ b/hidtools/backdoor/P4wnP1.py @@ -680,7 +680,7 @@ def do_FireStage1(self, line): Is faster, because less keys have to be printed out. As the PowerShell script isn't capable of reading serial and manufacturer of a USB HID composite device, PID and VID have - to be perpended in front of the payload. This leaves a larger + to be prepended in front of the payload. This leaves a larger footprint. trigger_type = 2: