Skip to content

pingducky/DUCKY-CONVERTER-for-P4wnP1-A.L.O.A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DUCKY-CONVERTER-for-P4wnP1-A.L.O.A

UPDATE

Simple support to convert a ducky script keyboard language into a keyboard language for P4wnP1 A.L.O.A. and generate payloads for the web interface of P4wnP1 A.L.O.A.

menu2

1) Editor Ducky script / P4wnP1 A.L.O.A

editor2

Enter a Ducky script keyboard keys and press enter to validate a new line, press CTRL c to show the result

2) generate payloads for P4wnP1 A.L.O.A for the web client interface

payloadwindows

choose the operating system you want to attack, select the payload to configure and generate, enter the layout keyboard like : fr, de, us ..

Put the delay between each instruction, this corresponds to the "delay()" value of p4wnp1.

Some payloads require that the ums of P4wnP1 aloa be enabled

by default the ums name of P4wnP1 is README but it only does a few mo which is annoying if document extraction requires multiple files to be extracted.


to create a new disk of P4wnP1:
cd /usr/local/P4wnP1/helper
./genimg -i -s 500 -o newums -l umsname

the fr layout is buger, it doesn't support the "|" character which is annoying to make pipelines on a hid powershell attack

we can however bypass the problem in layout fr:

layout('us')
<br>
press("RIGHT_ALT 6")
<br>
layout('fr')

So I added payloads in layout fr with which the problem was fixed
when you have finished the configs, the payload will be and saved as Output/ folder and it displayed this :

SORTIT

3) test P4wnP1

KEYDETECT
simple python keyboard detect key press to test P4wnP1

4) Credits

Thanks @mame82 for P4wnP1
@Seytonic for his good explanations and tutorials on P4wnP1
@BeBoxoS for share his projects and ideas

Installation

install2

to install :

git clone https://github.com/DuckyTools/DUCKY-CONVERTER-for-P4wnP1-A.L.O.A

cd DUCKY-CONVERTER-for-P4wnP1-A.L.O.A

pip install -r requirements.txt

python ducky-converter_P4wnP1-ALOA.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages