Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download & Upload not working #3

Open
ghost opened this issue Mar 23, 2020 · 5 comments
Open

Download & Upload not working #3

ghost opened this issue Mar 23, 2020 · 5 comments
Labels
documentation Improvements or additions to documentation

Comments

@ghost
Copy link

ghost commented Mar 23, 2020

i tried to download files from remote host , and uploading files none of them works

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Mar 24, 2020

To use 'download' or 'upload' modules we need to input the File 'Absoluct Path'
Video tutorial showing download/upload function: https://youtu.be/5_VLBWYUuJ8?t=362

Also remmenber that the upload working directory its were client has been executed
and download working directory its were meterpeter.ps1 has been executed ..

So.. if the client its executed inside %tmp% directory, its were our upload goes.
and if meterpeter its executed in %userprofile%\Desktop\meterpeter, its were the downloads goes.

Final Notes

If you need to upload to a diferent location ...
then first change Client working dir to the place you want your file to be uploaded, then use the upload module ..How To Display|Change 'Client' Working Directory

@r00t-3xp10it r00t-3xp10it added the help wanted Extra attention is needed label Mar 24, 2020
@ghost
Copy link
Author

ghost commented Mar 24, 2020

Thank you , but also can i download a file if its name is like L1 - Arrays.pdf with spaces ..
thank you!!

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Mar 24, 2020

i have never try that with spaces .. so i dont know if it works or fails ..

you can try using 'single quotes' to download/upload that kind of paths..
- Download Remote File: $env:programfiles\'my folder'\'my program.exe'

@r00t-3xp10it r00t-3xp10it added documentation Improvements or additions to documentation and removed help wanted Extra attention is needed labels Jul 21, 2020
@Ondrik8
Copy link

Ondrik8 commented Jul 22, 2020

Screenshot_4

hung ... hangs for 20 minutes already)

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jul 27, 2020

Uploading large files (binarys.exe) using TCP its super slow (not only in meterpeter)...

because this kind of reverse shells are not meant to deal with large data tranfers ...
they are intent to be one fast access to remote system (shell) ...

Its better to start uploading small file sizes to test if it really hangs ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants