홈페이지 취약점 분석 이야기 | 파일 지도 사진 깨알 |
---|
>> 목록보이기 Drunk Admin Web Hacking Challenge 실습 설명서술취한 관리자(개발자) 웹해킹 도전 문제는 다양한 지식을 필요로 한다. 만약 이 문제가 실제 서비스라면 - 예를 들어 소수의 사람만이 공유하는 - 웹 포트를 인지하기도 어려워진다. 또한 확장자 검증을 우회하여 웹쉘을 올리는 작업도 경험이 많지 않다면 파악하기 어렵다. 마지막으로 웹서버의 설정을 제대로 파악하지 못하면 웹쉘을 올릴 확률은 또 낮아진다.
그럼에도 불구하고 이 훈련장은 휍취점분석 과정을 소개하기 알맞은 환경을 제공한다.
공개용 웹 취약점 점검 도구인 Drunk Admin Web Hacking Challenge 훈련장은 VMWare를 기반으로 만들어진 가상머신이므로 VMWare Workstation Player가 미리 설치되어 있어야 한다. 참고할 바깥고리
Drunk Admin 압축파일 다운로드 및 VMWare 가상머신 실행$ cd $ mkdir DAWHC $ cd DAWHC/ $ wget http://bechtsoudis.com/data/challenges/drunk_admin_hacking_challenge.zip --2016-10-27 10:13:41-- http://bechtsoudis.com/data/challenges/drunk_admin_hacking_challenge.zip Resolving bechtsoudis.com (bechtsoudis.com)... 192.185.5.163 접속 bechtsoudis.com (bechtsoudis.com)|192.185.5.163|:80... 접속됨. HTTP request sent, awaiting response... 200 OK Length: 565018338 (539M) [application/zip] Saving to: ‘drunk_admin_hacking_challenge.zip’ drunk_admin_hacking_challeng 100%[=================================>] 538.84M 7.06MB/s in 2m 6s 2016-10-27 10:15:47 (4.29 MB/s) - ‘drunk_admin_hacking_challenge.zip’ saved [565018338/565018338] $ unzip drunk_admin_hacking_challenge.zip Archive: drunk_admin_hacking_challenge.zip creating: drunk_admin_hacking_challenge/ inflating: drunk_admin_hacking_challenge/drunk_admin_hacking_challenge.nvram inflating: drunk_admin_hacking_challenge/pwnlab-03-cl2-s002.vmdk inflating: drunk_admin_hacking_challenge/pwnlab-03-cl2.vmdk inflating: drunk_admin_hacking_challenge/pwnlab-03-cl2-s001.vmdk inflating: drunk_admin_hacking_challenge/pwnlab-03-cl2-s003.vmdk inflating: drunk_admin_hacking_challenge/pwnlab-03-cl2-s005.vmdk inflating: drunk_admin_hacking_challenge/pwnlab-03-cl2-s004.vmdk extracting: drunk_admin_hacking_challenge/drunk_admin_hacking_challenge.vmsd inflating: drunk_admin_hacking_challenge/drunk_admin_hacking_challenge.vmx inflating: drunk_admin_hacking_challenge/drunk_admin_hacking_challenge.vmxf extracting: drunk_admin_hacking_challenge/vmware.log $ vmplayer drunk_admin_hacking_challenge/drunk_admin_hacking_challenge.vmx &
* MS 윈도우 시스템에서는 압축을 풀고
부팅 중에 보이는 메시지에서 IP를 확인할 수 있다.
여기서는 "
주 운영체제(Host OS)의 네트워크가 DHCP를 지원하지 않으면 Drunk Admin 가상머신은 인터넷 주소를 할당받지 못한다. 고정 공인 IP주소를 사용하는 경우에는 이러한 현상이 발생한다. 주OS가 WIFI로 연결된 경우에는 별다른 조치없이 정상적으로 IP주소가 할당된다.
Drunk Admin 가상머신이 IP주소를 할당받지 못할 경우에는 위와 같이 손님 운영체제의 네트워크 설정을 NAT로 변경한 후에 손님 운영체제를 재부팅하면 사설IP주소가 할당된다. 개인적으로 웹해킹 실습을 하는 경우라면 손님OS의 네트워크를 NAT로 설정하는 것이 편리하다. 강의와 같이 다수가 접속해야 하는 환경이라면 동일한 WIFI를 사용하여 부팅하면 모든 사람이 Drunk Admin 가상머신에 접근할 수 있을 것이다. Drunk Admin 훈련장 실습 과정 개요
홈페이지 취약점을 분석할 때는 웹검색엔진 등을 이용한 사전조사 작업을 진행하게 된다.
Drunk Admin Web Hacking Challenge의 경우에는 웹에서 많은 정보를 얻을 수 있다.
예를 들어 구글에서 "Drunk Admin Web Hacking Challenge"를 검색하면 다수의 실습 설명서를
찾을 수 있다.
이 설명서들을 이용하면 다음 과정을 거치지 않고도 시스템에 침투할 수 있게 된다.
(약간 다른 면이긴 하나, 많은 웹취약점분석 관련 문서들을 보면
사전조사 작업이 끝나면,
HTTP 또는 HTTPS 포트를 발견하면
마지막으로
도구를 이용한 자동점검( Nmap 실행 - 외부에 개방된 네트워크 포트 알아내기칼리리눅스 손님OS에서 Drunk Admin 손님OS를 표적으로 하여 다음과 같이 네트워크 포트를 스캔한다. root@kali:~# nmap -p- -v 192.168.107.136 Starting Nmap 7.01 ( https://nmap.org ) at 2016-11-02 14:40 KST Initiating Ping Scan at 14:40 Scanning 192.168.107.136 [2 ports] Completed Ping Scan at 14:40, 0.00s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 14:40 Completed Parallel DNS resolution of 1 host. at 14:40, 0.01s elapsed Initiating Connect Scan at 14:40 Scanning 192.168.107.136 [65535 ports] Discovered open port 22/tcp on 192.168.107.136 Discovered open port 111/tcp on 192.168.107.136 Discovered open port 49282/tcp on 192.168.107.136 Discovered open port 8880/tcp on 192.168.107.136 Completed Connect Scan at 14:40, 1.65s elapsed (65535 total ports) Nmap scan report for 192.168.107.136 Host is up (0.0014s latency). Not shown: 65531 closed ports PORT STATE SERVICE 22/tcp open ssh 111/tcp open rpcbind 8880/tcp open cddbp-alt 49282/tcp open unknown Read data files from: /usr/bin/../share/nmap Nmap done: 1 IP address (1 host up) scanned in 1.73 seconds root@kali:~# nmap -p22,111,8880,49282 -A -v 192.168.107.136 Starting Nmap 7.01 ( https://nmap.org ) at 2016-11-02 14:43 KST NSE: Loaded 132 scripts for scanning. NSE: Script Pre-scanning. Initiating NSE at 14:43 Completed NSE at 14:43, 0.00s elapsed Initiating NSE at 14:43 Completed NSE at 14:43, 0.00s elapsed Initiating Ping Scan at 14:43 Scanning 192.168.107.136 [2 ports] Completed Ping Scan at 14:43, 0.00s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 14:43 Completed Parallel DNS resolution of 1 host. at 14:43, 0.01s elapsed Initiating Connect Scan at 14:43 Scanning 192.168.107.136 [4 ports] Discovered open port 22/tcp on 192.168.107.136 Discovered open port 111/tcp on 192.168.107.136 Discovered open port 8880/tcp on 192.168.107.136 Discovered open port 49282/tcp on 192.168.107.136 Completed Connect Scan at 14:43, 0.00s elapsed (4 total ports) Initiating Service scan at 14:43 Scanning 4 services on 192.168.107.136 Completed Service scan at 14:43, 11.02s elapsed (4 services on 1 host) NSE: Script scanning 192.168.107.136. Initiating NSE at 14:43 Completed NSE at 14:43, 0.62s elapsed Initiating NSE at 14:43 Completed NSE at 14:43, 0.00s elapsed Nmap scan report for 192.168.107.136 Host is up (0.00023s latency). PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 5.5p1 Debian 6+squeeze1 (protocol 2.0) | ssh-hostkey: |_ 2048 66:9a:ee:a2:2a:1a:59:47:b9:c5:50:da:a6:96:76:16 (RSA) 111/tcp open rpcbind 2 (RPC #100000) | rpcinfo: | program version port/proto service | 100000 2 111/tcp rpcbind | 100000 2 111/udp rpcbind | 100024 1 49282/tcp status |_ 100024 1 54383/udp status 8880/tcp open http Apache httpd 2.2.16 ((Debian)) | http-methods: |_ Supported Methods: GET HEAD POST OPTIONS |_http-server-header: Apache/2.2.16 (Debian) |_http-title: Tripios 49282/tcp open status 1 (RPC #100024) | rpcinfo: | program version port/proto service | 100000 2 111/tcp rpcbind | 100000 2 111/udp rpcbind | 100024 1 49282/tcp status |_ 100024 1 54383/udp status Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel NSE: Script Post-scanning. Initiating NSE at 14:43 Completed NSE at 14:43, 0.00s elapsed Initiating NSE at 14:43 Completed NSE at 14:43, 0.00s elapsed Read data files from: /usr/bin/../share/nmap Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 12.15 seconds root@kali:~#
Nmap의 기본적인 사용법은 다음과 같다.
Nikto 실행 - 웹서버 설정/환경의 취약점 훑기root@kali:~# nikto -host 192.168.107.136 -port 8880 - Nikto v2.1.6 --------------------------------------------------------------------------- + Target IP: 192.168.107.136 + Target Hostname: 192.168.107.136 + Target Port: 8880 + Start Time: 2016-11-02 14:54:00 (GMT9) --------------------------------------------------------------------------- + Server: Apache/2.2.16 (Debian) + Retrieved x-powered-by header: PHP/5.3.3-7+squeeze8 + The anti-clickjacking X-Frame-Options header is not present. + The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS + The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type + Cookie trypios created without the httponly flag Illegal hexadecimal digit ';' ignored at /var/lib/nikto/plugins/nikto_headers.plugin line 106. + Server leaks inodes via ETags, header found with file /taT3TqFC.asp, inode: 0x723b2, size: 0x33, mtime: 0x4ba515bf8ec40;4bcb127742900 + Uncommon header 'tcn' found, with contents: list + Apache mod_negotiation is enabled with MultiViews, which allows attackers to easily brute force file names. See http://www.wisec.it/sectou.php?id=4698ebdc59d15. The following alternatives for 'index' were found: index.php + Apache/2.2.16 appears to be outdated (current is at least Apache/2.4.12). Apache 2.0.65 (final release) and 2.2.29 are also current. + Web Server returns a valid response with junk HTTP methods, this may cause false positives. + OSVDB-12184: /?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000: PHP reveals potentially sensitive information via certain HTTP requests that contain specific QUERY strings. + OSVDB-12184: /?=PHPE9568F36-D428-11d2-A769-00AA001ACF42: PHP reveals potentially sensitive information via certain HTTP requests that contain specific QUERY strings. + OSVDB-12184: /?=PHPE9568F34-D428-11d2-A769-00AA001ACF42: PHP reveals potentially sensitive information via certain HTTP requests that contain specific QUERY strings. + OSVDB-12184: /?=PHPE9568F35-D428-11d2-A769-00AA001ACF42: PHP reveals potentially sensitive information via certain HTTP requests that contain specific QUERY strings. + OSVDB-3092: /info/: This might be interesting... + OSVDB-3233: /icons/README: Apache default file found. + 8348 requests: 0 error(s) and 16 item(s) reported on remote host + End Time: 2016-11-02 14:54:11 (GMT9) (11 seconds) --------------------------------------------------------------------------- + 1 host(s) tested root@kali:~#
[Ref] $ cat /proc/cpuinfo model name : Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz $ cat /proc/meminfo MemTotal: 1034420 kB -> i7 : quadcore hyperthreading cpu = 8 cores --> VM guest with 1 cpu core and 1GB of RAM [처음 작성한 날: 2016.10.27] [마지막으로 고친 날: 2016.11.29] < 이전 글 : 가상머신 VMWare Workstation Player 설치 (2016.10.28) > 다음 글 : 스마트에디터(SmartEditor) 2.0 Basic의 웹쉘 업로드 취약점 (2016.07.19) 이 저작물은 크리에이티브 커먼즈 저작자표시 4.0 국제 라이선스에 따라 이용할 수 있습니다. 잘못된 내용, 오탈자 및 기타 문의사항은 j1n5uk{at}daum.net으로 연락주시기 바랍니다. 문서의 시작으로 컴퓨터 깨알지식 웹핵 누리집 대문 |