File Inclusion
May 18, 2025Path Traversal
If the input isn’t filtered we can start pivoting through the paths until we can reach some critical data
LFI Filters bypassing
- the website filters the (../) we can bypass it by adding (..-../-/) “the - is not included only for explanation”
- let’s say that the website adds an extension to the end of the path we can bypass it by adding a null byte (%00 or 0x00)
- Focus on input fields and Focus on errors