Closed ugu11 closed 7 years ago
And also it ignores the "-" character for example in the portuguese layout
Could you provide steps to reproduce?
Are you using SendKeys
from the backdoor payload or outhid
from an SSH shell or payload?
Or are you refering to a DuckyScript used with outduck
from Shell/payload or SendDuckyScript
from backdoor payload?
Sorry, I ignored the duckhid
in the title. Could you please provide a sample of a DuckyScript which causes this error?
UMSLABEL="HUG4ND" fatlabel $wdir/USB_STORAGE/image.bin $UMSLABEL
USB_VID="0x1d6b" # Vendor ID USB_PID="0x1002" # Product ID USE_ECM=false # we need no Linux/Mac networking USE_RNDIS=true # RNDIS network device to enable hash stealing USE_HID=true # HID keyboard to allow entering cracked password USE_UMS=true # enable USB Mass Storage
HID_KEYBOARD_TEST=true
lang="pt"
function onKeyboardUp() {
cat <<- EOF | duckhid
DELAY 2000
STRING Hello World! -
ENTER
DELAY 1000
EOF
echo "Just testing - _ %" | outhid
}
for example
I'll try to reproduce this next week
ok
So @mame82 , how's this issue going? Any progress?
I'm able to reproduce and preparing fix
Should be fixed, in fact this was caused by a very small typo ... only one "comma" has to be removed.
Oh nice! I'll try it when I get home.
It works like a charm!!! Great job!
Thx for reporting
I've been using the P4wnP1 and recently I noticed that if I just want to write something, let's say "Hello World!", on the notepad for example, it writes ">>Hello World!" instead of just "Hello World!". Is it normal and what can I do to fix this??