정보보안(구버전)/작업중 2016. 12. 9. 17:42
- '/var/www' 디렉토리에 생성된 Google Fake 사이트 관련 파일 확인
root@kali:~# cd /var/www
root@kali:/var/www# ls
harvester_2016-06-07 16:22:05.629238.txt html index.html post.php
- 해당 파일들을 '/var/www/html' 디렉토리로 이동 실시
root@kali:/var/www# ls html
root@kali:/var/www# mv * html
mv: cannot move `html' to a subdirectory of itself, `html/html'
root@kali:/var/www# cd html
root@kali:/var/www/html# ls
harvester_2016-06-07 16:22:05.629238.txt index.html post.php
(터미널2)
@ Kali Linux
- '/var/www' 디렉토리에 생성된 Google Fake 사이트 관련 파일 확인
root@kali:~# cd /var/www
root@kali:/var/www# ls
M0WHDt5p hP892k.jar html index.html msf.exe
- 해당 파일들을 '/var/www/html' 디렉토리로 이동 실시
root@kali:/var/www# ls html
root@kali:/var/www# mv * html
mv: cannot move `html' to a subdirectory of itself, `html/html'
root@kali:/var/www# cd html
root@kali:/var/www/html# ls
M0WHDt5p hP892k.jar index.html msf.exe
- 해당 파일들을 '/var/www/html' 디렉토리로 이동 실시
root@kali:/var/www# ls html
root@kali:/var/www# mv * html
mv: cannot move `html' to a subdirectory of itself, `html/html'
root@kali:/var/www# cd html
root@kali:/var/www/html# ls
harvester_2016-06-07 16:22:05.629238.txt index.html post.php
'정보보안(구버전) > 작업중' 카테고리의 다른 글
모의 해킹 I - 14. CentOS를 이용한 'snort' IDS (0) | 2016.01.31 |
---|---|
모의 해킹 I - 13. CentOS를 이용한 'iptables' 방화벽 (0) | 2016.01.31 |
모의 해킹 I - 02. Metasploit Tool을 이용한 스캐닝 및 공격 (0) | 2016.01.24 |
모의 해킹 I - 01. Information Gathering (0) | 2016.01.24 |