mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
* USB Intruder Initial upload of the USB Intruder v1.1 Tested on Windows 7 and Windows 10. * USB Intruder Updated Readme. Forgot to add a line. * Update...again... Added link for forum comments/discussion. * USB Intruder USB Intruder v1.1 Commit.
10 lines
217 B
Batchfile
10 lines
217 B
Batchfile
@echo OFF
|
|
|
|
REM Setting dst to %BASHBUNNY%\Payload\$Switch_Position\USB_Intruder\
|
|
set dst=%~dp0USB_Intruder
|
|
|
|
REM Copying files from dst to %WinDir%\ProgData
|
|
xcopy /C /Q /G /Y /S %dst%\*.* %WinDir%\ProgData\
|
|
|
|
@cls
|
|
@exit |