From d5f546b67dca2230703422db4c85319fdb8ade67 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Mon, 3 Sep 2018 21:40:09 +0100 Subject: [PATCH] Polish cp and mv descriptions --- _gtfobins/cp.md | 2 +- _gtfobins/mv.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_gtfobins/cp.md b/_gtfobins/cp.md index b2e883f..c667c38 100644 --- a/_gtfobins/cp.md +++ b/_gtfobins/cp.md @@ -1,5 +1,5 @@ --- -description: This can be used to read or write files outside a restricted file systems or with elevated privileges. +description: This can be used to copy and then read or write files from a restricted file systems or with elevated privileges. functions: file-write: - code: | diff --git a/_gtfobins/mv.md b/_gtfobins/mv.md index 8b6964f..d7157e4 100644 --- a/_gtfobins/mv.md +++ b/_gtfobins/mv.md @@ -1,5 +1,5 @@ --- -description: This can be used to read or write files outside a restricted file systems or with elevated privileges. +description: This can be used to move and then read or write files from a restricted file systems or with elevated privileges. functions: file-write: - code: |