Оригинальный запрос
SELECT * FROM webfour.webfour where name = 'foobar' OR '1'='1'
So we are basically saying Select all from Database where a condition is always true.
And hence we obtain all entries of their database
Arvind Pandey