mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
Fixed with UTF-8 version (and removed blank line)
This commit is contained in:
parent
b06a3aa0b3
commit
8dd2520e04
16
BadUSB/Get-Connected-USBs.txt
Normal file
16
BadUSB/Get-Connected-USBs.txt
Normal file
@ -0,0 +1,16 @@
|
||||
REM Title: Get-Connected-USBs
|
||||
REM Author: atomicsec
|
||||
REM Source: https://github.com/atomiczsec/Get-Connected-USBs
|
||||
REM Generator: https://github.com/I-Am-Jakoby/Powershell-to-Ducky-Converter
|
||||
REM Target OS: Windows 10
|
||||
REM Description: Payload gets all connected USB devices
|
||||
REM
|
||||
DELAY 2000
|
||||
GUI r
|
||||
DELAY 2000
|
||||
STRING powershell
|
||||
DELAY 250
|
||||
ENTER
|
||||
DELAY 2000
|
||||
STRING Get-PnpDevice -PresentOnly | Where-Object { $_.InstanceId -match '^USB' } | Out-File -FilePath .\USB-Connected.txt
|
||||
ENTER
|
Loading…
Reference in New Issue
Block a user