정보보안(구버전)/작업중 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

 

 

Posted by 김정우 강사(카카오톡 : kim10322)
,


Q