diff --git a/_gtfobins/apache.md b/_gtfobins/apache.md new file mode 100644 index 0000000..9679527 --- /dev/null +++ b/_gtfobins/apache.md @@ -0,0 +1,8 @@ +--- +description: This includes the file in the actual configuration file, the first line is leaked as an error message. +functions: + sudo: + - code: | + LFILE=file_to_read + sudo apache2 -f $LFILE +---