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

Feature Request: CLI File Upload (Wget & Curl) #29

Closed
PowerPress opened this issue Nov 22, 2020 · 3 comments
Closed

Feature Request: CLI File Upload (Wget & Curl) #29

PowerPress opened this issue Nov 22, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@PowerPress
Copy link

Here is an awesome feature request that would add massive pentest value.

I would like to be able to to use use curl and wget to upload files from linux boxes to my updog web server. This is great for when you have shell but no browser access and want an easy way to transfer files. Curl and Wget both these methods just need updog to support receiving them.

@dostoevskylabs dostoevskylabs added the enhancement New feature or request label Dec 4, 2020
@dostoevskylabs
Copy link

Would something like this work for you?

curl -v -XPOST -F "file=@/etc/passwd;filename=passwd" -F "path=/path/to/store/file/on/updog" http://127.0.0.1:9090/upload

@dostoevskylabs dostoevskylabs self-assigned this Dec 5, 2020
@KFDCompiled
Copy link

I'm sure I'm doing something wrong, but has this feature been implemented?

@KFDCompiled
Copy link

KFDCompiled commented Sep 1, 2022

Yeah, I was doing something wrong, see #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants