php powerbrowse
Filename: browse.php
Info
This file allows directory listing, reading files and more. It has different modes depending on the file it accesses.
source: shows source code of file
thumb: generates thumbnail of image file
mime | logo | favicon : returns mime type of file
read: returns base64 value of image file.
listdir: list the directory listing (default option)
LFI
# directory listing
/browse.php?dir=<dir-name>
# LFI
/browse.php?p=source&file=</etc/passwd>
Last updated
Was this helpful?