Grunt's personal blog

this is my personal blog for my hacking stuff, my degree stuff, etc

View on GitHub

LFI & Path Traversal

LFI

como poder ver archivos mediante path traversal con PHP wrappers

Ejemplo de RCE

Expect PHP Wrapper

RFI (Remote file inclusion)

RCE + RFI

LFI + File upload

Mediante una imagen

Zip upload

knockd LFI file


for x in 4000 5000 6000; do
nmap -Pn --host-timeout 201 --max-retries 0 -p $x $IP;
done