From 2cfa11d5f811fdb15436bf60a668a7f9dea14759 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Mon, 28 May 2018 18:08:53 +0100 Subject: [PATCH] Add read and write functions --- _data/functions.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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