Skip to content

magnetik/mysql-query-fingerprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Mysql Query Fingerprint PHP generator

Generate a "fingerprint" of a MySQL query.

The fingerprint of SELECT foo FROM bar WHERE foo='bar' is the sale as SELECT foo FROM bar WHERE foo='foo'. Same thing for IN or UNION commands.

##Licence This project is under GPL V3: http://www.gnu.org/licenses/gpl.html

About

PHP script to generate a fingerprint from a MySQL query

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages