간만에 칼리를 실행하고, 바뀐 것에 대해 업데이트를 위해apt-get update 결과 아래와 같이 출력되었다. W: An error occurred during the signature verification. The repository is not update and the previous index files will be used. S: Some index files failed to download. They have been ignored, or old ones used instead. 별거없다. 아래와 같이 입력해주면 된다. wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add 위의 사진처럼 해결됨을 확인 할 수 있다. 문제..