강의

멘토링

커뮤니티

Inflearn Community Q&A

spdlqj5050537's profile image
spdlqj5050537

asked

Web Hacking & Secure Coding That Web Developers and Information Security Beginners Must Know

[Practice 2-8] Understanding BLIND-BASED Data Inference Techniques through Practice

실습2-8 mysql test데이터베이스는 생성해야 되나요?

Written on

·

407

2

실습2-8 따라하고 있는데 

select id from members where id='test' and substring(system_user(),1,1)='b'; 치면 에러가 나와요

인젝션모의해킹

Answer 3

1

spdlqj5050537님의 프로필 이미지
spdlqj5050537
Questioner

No database selected라고 나옵니다..

test계정 만드는걸 못따라했는데 혹시 test 언제 만드셨나요..?

0

crehacktive님의 프로필 이미지
crehacktive
Instructor

현재 데이터베이스가 선택되지 않아서 발생되는 메시지 입니다.

use pentest;

위의 명령어를 이용해 데이터베이스 선택을 하신 뒤 말씀하신 쿼리 작성을 해보시면 됩니다.

id는 꼭 설명처럼 test를 할 필요없이 있는 계정을 사용하시면 됩니다.

0

crehacktive님의 프로필 이미지
crehacktive
Instructor

어떤 에러가 발생되는지 알수있을까요?

spdlqj5050537's profile image
spdlqj5050537

asked

Ask a question