Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aenslei/flipperzero-studies
Learning how to create simple USB payloads using duckyScript and Powershell for the Flipper Zero!
https://github.com/aenslei/flipperzero-studies
badusb badusb-payloads cybersecurity flipper-zero flipperzero learning-by-doing payloads powershell powershell-script rubber-ducky rubber-ducky-script
Last synced: about 4 hours ago
JSON representation
Learning how to create simple USB payloads using duckyScript and Powershell for the Flipper Zero!
- Host: GitHub
- URL: https://github.com/aenslei/flipperzero-studies
- Owner: aenslei
- Created: 2023-11-04T06:16:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T07:33:21.000Z (12 months ago)
- Last Synced: 2023-11-12T08:23:56.547Z (12 months ago)
- Topics: badusb, badusb-payloads, cybersecurity, flipper-zero, flipperzero, learning-by-doing, payloads, powershell, powershell-script, rubber-ducky, rubber-ducky-script
- Language: PowerShell
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flipperZero-studies
Learning how to create simple USB payloads using duckyScript and Powershell for the Flipper Zero!
Documenting my self-led journey in learning how to write USB payloads.# Wifi
Consists of all my Wifi-related duckyScripts.**Script #7**: nearbyNetworks.txt
*A simple script that enumerates nearby Wifi networks.*# Powershell Basics and Keystroke Injection
This first folder consists of all my attempts to master Powershell and Keystroke Injections on Windows machines**Script #6**: deleteFile.txt
*Deletes a file using an externally downloaded Powershell script and deletes said script after. I learnt a LOT in this script.*
**Script #5**: refiningReadAndDupe.txt
*This was a failed experiment, unfortunately. I had no idea that the FZ BadUSB didn't take in DEFINE and VAR in duckyScript. Sad :(***Script #4**: readAndDupe.txt
*Read the content of a file and duplicate it to another folder.***Script #3**: creatingFile.txt
*Created a new directory, made a text file and added content into it before opening up.***Script #2**: makingADirectory.txt
*Also self explanatory.***Script #1**: printingText.txt
*Self explanatory. I got text echoed on a Powershell CLI.*