완료됨
질문

1' and extractvalue(1, concat(0x0a, select upw from user where uid='admin'));

admin의 upw를 출력하기 위해 이런 식으로 코드를 작성했습니다

하지만, sql syntax 에러가 발생합니다

어디가 잘못되었는지 모르겠습니다

-에러-

(1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'SELECT upw FROM user WHERE uid='admin'));'' at line 1")

#web
작성자 정보
더 깊이 있는 답변이 필요할 때
드림핵 팀과 멘토에게 직접 문의해 보세요!
답변 1
avatar
rubiya
강의 수강: 10

mysql에서 ;는 주석이 아닙니다

2024.03.19. 14:18