Skip to content

Commit

Permalink
Add header/footer
Browse files Browse the repository at this point in the history
  • Loading branch information
godylockz committed Nov 23, 2023
1 parent 47fb7da commit 83589a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _gtfobins/nginx.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -66,4 +67,5 @@ functions:
}
EOF
sudo nginx -c $TFC
curl -X PUT http://localhost:$PORT$LFILE -d @$TF
curl -X PUT http://localhost:$PORT$LFILE -d @$TF
---

Check failure on line 71 in _gtfobins/nginx.md

View workflow job for this annotation

GitHub Actions / Tests

71:4 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 83589a1

Please sign in to comment.