/sf2-profiler-exploit

Symfony2 < 2.5.4 profiler exploit

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Symfony2 < 2.5.4 profiler exploit

This exploit abuses a feature of Symfony2's web profiler allowing anyone to inject and explain SQL queries.

Example:

$ python sf2-profiler-sqli.py --url http://localhost/ --table example_user --columns id,username,password

The above example extracts the id,username and password of each example_user table record and display their contents.

More info

Read the related paper.