diff --git a/BadUSB/Get-Connected-USBs.txt b/BadUSB/Get-Connected-USBs.txt deleted file mode 100644 index f8463b5c3..000000000 --- a/BadUSB/Get-Connected-USBs.txt +++ /dev/null @@ -1,16 +0,0 @@ -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 \ No newline at end of file