Create a query to find hosts which use FuelPHP's Profiler.
Many PHP Web application frameworks have a web based debugging console.
- CakePHP: Debug Kit
- FuelPHP: Profiler
- Phalcon: Debug component
- Sympfony: Profiler
The web based debugging console is useful, but it might cause a sensitive information leakage when it is enabled in production.
In FuelPHP, the debugging console is called Profiler and it is based on PHP-Quick-Profiler.
You can find query candidates in the code base.