mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Add read and write functions
This commit is contained in:
parent
358628c2f2
commit
2cfa11d5f8
@ -45,3 +45,12 @@ reverse-shell-non-interactive:
|
|||||||
load-library:
|
load-library:
|
||||||
label: Library load
|
label: Library load
|
||||||
description: It loads shared libraries that may be used to run code in the binary execution context.
|
description: It loads shared libraries that may be used to run code in the binary execution context.
|
||||||
|
|
||||||
|
file-read:
|
||||||
|
label: File read
|
||||||
|
description: It reads files and may be used to do privileged reads or disclose files outside a restricted environment.
|
||||||
|
|
||||||
|
file-write:
|
||||||
|
label: File write
|
||||||
|
description: It writes files and may be used to do privileged writes or write files outside a restricted environment.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user