mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
598 B
598 B
description | functions | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This allows to write arbitrary files as root, provided that the proper HTTP response is made. Specifically the content of a certain header will be written in the file. First start `varnishncsa` as follows, then trigger the file write with: ``` curl -H 'yyy: DATA' http://localhost:6081/xxx ``` |
|