강의

멘토링

커뮤니티

Inflearn Community Q&A

maru1009's profile image
maru1009

asked

XSS attack techniques explained by a mock hacking practitioner

Setting up a virtual environment and a practice example environment

common.php수정

Resolved

Written on

·

517

1

오류2.png오류.png수정한 부분인데 잘못된 부분이 있을까요..?

모의해킹모의해킹

Answer 1

0

crehacktive님의 프로필 이미지
crehacktive
Instructor

안녕하세요.

사진 보니 웹 서비스 포트가 81 이군요...

$host = "127.0.0.1" 로 수정하시면 됩니다.

81 을 기입하시면 81 포트를 사용한다는건데 MySQL 포트는 3306이며, 생략시 기본 포트를 사용하게 되어 있습니다.

maru1009's profile image
maru1009

asked

Ask a question