mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-24 12:32:55 +01:00
Inhibit actual locking in flock
This commit is contained in:
parent
3f8a62a253
commit
669f8f0373
@ -1,9 +1,9 @@
|
||||
---
|
||||
functions:
|
||||
execute-interactive:
|
||||
- code: flock /tmp /bin/sh
|
||||
- code: flock -u / /bin/sh
|
||||
sudo-enabled:
|
||||
- code: sudo flock /tmp /bin/sh
|
||||
- code: sudo flock -u / /bin/sh
|
||||
suid-enabled:
|
||||
- code: ./flock /tmp /bin/sh -p
|
||||
- code: ./flock -u / /bin/sh -p
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user