mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-04-16 03:45:04 +02:00
Add cp file-read
This commit is contained in:
parent
662994aca8
commit
b6f1947354
@ -13,4 +13,9 @@ functions:
|
|||||||
TF=$(mktemp)
|
TF=$(mktemp)
|
||||||
echo "DATA" > $TF
|
echo "DATA" > $TF
|
||||||
sudo cp $TF $LFILE
|
sudo cp $TF $LFILE
|
||||||
|
file-read:
|
||||||
|
- description: It reads data from files, it may be used to do privileged reads or disclose files outside a restricted file system. The path must be absolute.
|
||||||
|
code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
cp "$LFILE" /dev/stdout
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user