Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Typos #108

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions hidtools/backdoor/P4wnP1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down