This is a projekt wich acts like a badusb. You can execute payloads, move the mouse and more!
Install this Projekt
git clone https://github.com/Silal123/{PROJEKT}
Copy the cpy.uf2 to your pi picos storage.
If there is a problem with the pi copy the flash_nuke.uf2 to the storage to completly reset it!
python upload.py {Something like E}
When you start the pi it will autommaticly open a "wifi hotspot". When you connect to it you can open 192.168.4.1 in your browser. At this ip you can view the Dashboard of the pi.
Example Script:
PR WIN r
SLEEP 0.1
TYPE cmd /c start https://youtu.be/dQw4w9WgXcQ?si=e7YQIXwcrGH9m84W && exit
SLEEP 0.1
PR ENTER
RELEASE_ALL
This will open your browser and play the youtube video.
Will press a button and release it like:
PR WIN r
This will only press the buttons, not release them again.
PRESS WIN
This will release the buttons.
RELEASE WIN
This will pause the programm.
SLEEP 0.1
This will release all keys
This will type a TEXT
TYPE Hello, this is a text :D
This will move your mouse
MOVE 100 100
This will click the left mouse button
This will click the right mouse button
This will scroll the given number
SCROLL 100