본문 바로가기

Study records/Linux server hacking

웹 해킹 - 아파치+PHP+MariaDB 설치

# 패키지 정보 업데이트

apt update

 

# 아파치 웹 서버 설치

apt install apache2

 

# MariaDB 설치

apt install mariadb-server

 

# PHP 모듈 설치

apt install php php-mysql

 

-패키지 정보를 확인하여 취약한 버전이 설치되어 있는지 점검

 

 

 

웹 서비스와 MariaDB 시작

 

 

방화벽 정책 추가

 

 

아파치 웹 서버 접속 확인