Snatches flags from LFI vulnerable apps. Fast. Automated. No manual
../ guessing.
I spent 2 hours manually trying ../../../../flag on TryHackMe. Built this to never do that again.
- β Auto bruteforces 20+ common flag paths
- β
Null byte
%00truncation bypass - β PHP filter + Base64 auto-decode
- β Clean output - shows flag only when found
- β Built for CTF beginners
python solver.py <TARGET_URL> <PARAM_NAME> <PREFIX>
*Example - THM DogCat Room:*
python solver.py http://10.49.182.104 view dog
Output
[+] FLAG FOUND with Null Byte!
[+] URL: http://10.49.182.104/?view=dog../../../flag.txt%00
[+] FLAG: THM{example_flag_here}
Disclaimer
For educational CTF use only. Test only on machines you have permission to attack.
*Built with πͺ by UZMA after a frustrating LFI session*
---