Add read and write functions

This commit is contained in:
Emilio Pinna 2018-05-28 18:08:53 +01:00 committed by Andrea Cardaci
parent 358628c2f2
commit 2cfa11d5f8

View File

@ -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.