sysdream / sf2-profiler-exploit

Symfony2 < 2.5.4 profiler exploit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Symfony2 < 2.5.4 profiler exploit

License:GNU General Public License v2.0


Languages

Language:Python 100.0%