diff --git a/_data/functions.yml b/_data/functions.yml index 8c832bd..df1e39f 100644 --- a/_data/functions.yml +++ b/_data/functions.yml @@ -45,3 +45,12 @@ reverse-shell-non-interactive: load-library: label: Library load 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. + \ No newline at end of file