fuzzdb/attack/lfi/README.md
2016-08-14 20:52:52 -04:00

21 lines
1.1 KiB
Markdown

LFI - Local File Include attacks
To exploit an LFI bug, you need to be able to write code to a local file and call it from the include. HTTPD log files are a location that is typically writable.
common-unix-httpd-log-locations.fuzz.txt
* To exploit a lfi bug, you have to get code into a local file. This list contains a list of common unix logfile locations based on common packages formats.
common-windows-httpd-log-locations.fuzz.txt
* To exploit a lfi bug, you have to get code into a local file. This list contains a list of common windows logfile locations based on common packages formats.
JHADDIX_LFI.txt
This file contains many common locations you might have write access to. It's not useful to fuzz it as-is, more to extract the applicable parts, create any possible variants, and use a customized list to hunt for including it.
For more details:
* https://github.com/fuzzdb-project/fuzzdb/blob/master/docs/misc/Web-Shells-rev2.pdf
other tools:
* fimap https://tha-imax.de/git/root/fimap
* how-to http://kaoticcreations.blogspot.com/2011/08/automated-lfirfi-scanning-exploiting.html