강의

멘토링

커뮤니티

Inflearn Community Q&A

ceo2982's profile image
ceo2982

asked

Preparing for the Digital Forensics Hacking Contest through Challenges (Basics)

AI voice recognition speaker analysis

binwalk설치 관련 질문

Written on

·

585

0

binwalk 설치 과정에서 404 Not Found 에러가 떠요 

어떻게 설치해야되나요 sudo apt-get install binwalk 가 맞나요?

그 전까지 따라하면 계속 binwalk: command not found가 뜨고

칼리리눅스에는 이미 기본으로 있다고는 하는대 안되서 질문합니다.

Forensic

Answer 2

1

boanproject님의 프로필 이미지
boanproject
Instructor

칼리리눅스가 몇 버전이신가요?

혹시 안되면 아래와 같이 실행을 해보시기 바랍니다.

apt-get update

apt-get install binwalk

0

확인한 버전으로는 1.2.0.0 으로 나오고

알려주신 내용대로하니 해결이 되었습니다.

감사합니다.

ceo2982's profile image
ceo2982

asked

Ask a question