보안/Web hacking error based sql injection melonbbang-ruffy 2024. 9. 14. 13:22 https://sumptuous-athlete-4c9.notion.site/error-based-sql-injection-3a9a555926184fbb8da84011f252dd94?pvs=4 error based sql injection | NotionCREATE DATABASE IF NOT EXISTS `users`; GRANT ALL PRIVILEGES ON users.* TO 'dbuser'@'localhost' IDENTIFIED BY 'dbpass'; USE `users`; CREATE TABLE user( idx int auto_increment primary key, uid varchar(128) not null, upw varchar(128) not null ); INSERT INTO usumptuous-athlete-4c9.notion.site에러문을 통해 플래그 알아내는 문제