슈개's IT/Engineer Room

[Solved] 무선랜해킹 WPA2 PMKID Hashcat 설치오류

슈개 2021. 11. 10. 15:36
반응형

[Solved] 무선랜해킹 WPA2 PMKID Hashcat 설치오류

 

 

아래 링크를 참조하여 무선랜해킹 환경 세팅중에 오류과 설치내역을 정리하였음 

[오류 error list]

1. hcxdumptool.c:41:10: fatal error: openssl/conf.h: 그런 파일이나 디렉터리가 없습니다

2. /usr/bin/ld: hcxdumptool.c:(.text+0x165e5): undefined reference to `SSL_free'
collect2: error: ld returned 1 exit status

 

[Sovled 해결]

sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libssl-dev
sudo apt-get install pkg-config

(기본적인 apt-get install update && upgrade 전제)

 

Cracking WPA2 Passwords Using the New PMKID Hashcat Attack

https://null-byte.wonderhowto.com/how-to/hack-wi-fi-cracking-wpa2-passwords-using-new-pmkid-hashcat-attack-0189379/

 

How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack

Cracking the password for WPA2 networks has been roughly the same for many years, but a newer attack requires less interaction and info than previous techniques and has the added advantage of being able to target access points with no one connected. The la

null-byte.wonderhowto.com

 

 

 

 

┌──(root💀kali)-[/home/koreano1]
└─# git clone https://github.com/ZerBea/hcxdumptool.git
'hcxdumptool'에 복제합니다...
remote: Enumerating objects: 3792, done.
remote: Counting objects: 100% (483/483), done.
remote: Compressing objects: 100% (339/339), done.
remote: Total 3792 (delta 312), reused 294 (delta 143), pack-reused 3309
오브젝트를 받는 중: 100% (3792/3792), 1.27 MiB | 1.23 MiB/s, 완료.
델타를 알아내는 중: 100% (2574/2574), 완료.

                                                                             
┌──(root💀kali)-[/home/koreano1]
└─# ls
hcxdumptool  공개  다운로드  문서  바탕화면  비디오  사진  서식  음악
                                                                             
┌──(root💀kali)-[/home/koreano1]
└─# 
                                                                             
┌──(root💀kali)-[/home/koreano1]
└─# cd hcxdumptool 
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# make
mkdir -p .deps
make: pkg-config: 그런 파일이나 디렉터리가 없습니다
make: pkg-config: 그런 파일이나 디렉터리가 없습니다
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxdumptool.d -o hcxdumptool hcxdumptool.c   -DVERSION_TAG=\"6.2.4-58-g7dc3dab\" -DVERSION_YEAR=\"2021\"
hcxdumptool.c:41:10: fatal error: openssl/conf.h: 그런 파일이나 디렉터리가 없습니다
   41 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:74: hcxdumptool] 오류 1
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# pwd                                                                  2 ⨯
/home/koreano1/hcxdumptool
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# 
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# make
make: pkg-config: 그런 파일이나 디렉터리가 없습니다
make: pkg-config: 그런 파일이나 디렉터리가 없습니다
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxdumptool.d -o hcxdumptool hcxdumptool.c   -DVERSION_TAG=\"6.2.4-58-g7dc3dab\" -DVERSION_YEAR=\"2021\"
hcxdumptool.c:41:10: fatal error: openssl/conf.h: 그런 파일이나 디렉터리가 없습니다
   41 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:74: hcxdumptool] 오류 1
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─#                                                                      2 ⨯
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─#                                                                      2 ⨯
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─#                                                                      2 ⨯
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# sudo apt-get -y install libssl-dev                                   2 ⨯
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
다음 패키지가 자동으로 설치되었지만 더 이상 필요하지 않습니다:
  python3-editor python3-ipython-genutils
Use 'sudo apt autoremove' to remove them.
제안하는 패키지:
  libssl-doc
다음 새 패키지를 설치할 것입니다:
  libssl-dev
0개 업그레이드, 1개 새로 설치, 0개 제거 및 231개 업그레이드 안 함.
1,809 k바이트 아카이브를 받아야 합니다.
이 작업 후 8,071 k바이트의 디스크 공간을 더 사용하게 됩니다.
받기:1 http://ftp.harukasan.org/kali kali-rolling/main amd64 libssl-dev amd64 1.1.1l-1 [1,809 kB]
내려받기 1,809 k바이트, 소요시간 51초 (35.3 k바이트/초)                     
Selecting previously unselected package libssl-dev:amd64.
(데이터베이스 읽는중 ...현재 269905개의 파일과 디렉터리가 설치되어 있습니다.)
Preparing to unpack .../libssl-dev_1.1.1l-1_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1l-1) ...
libssl-dev:amd64 (1.1.1l-1) 설정하는 중입니다 ...
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# 
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# 
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# make
make: pkg-config: 그런 파일이나 디렉터리가 없습니다
make: pkg-config: 그런 파일이나 디렉터리가 없습니다
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxdumptool.d -o hcxdumptool hcxdumptool.c   -DVERSION_TAG=\"6.2.4-58-g7dc3dab\" -DVERSION_YEAR=\"2021\"
/usr/bin/ld: /tmp/cc82V7AD.o: in function `globalclose':
hcxdumptool.c:(.text+0x2243): undefined reference to `SSL_free'
/usr/bin/ld: /tmp/cc82V7AD.o: in function `detectweakwpa.part.0':
hcxdumptool.c:(.text+0x2fe3): undefined reference to `EVP_MD_CTX_new'
/usr/bin/ld: hcxdumptool.c:(.text+0x300b): undefined reference to `EVP_PKEY_new_mac_key'
/usr/bin/ld: hcxdumptool.c:(.text+0x301f): undefined reference to `EVP_sha1'
/usr/bin/ld: hcxdumptool.c:(.text+0x3035): undefined reference to `EVP_DigestSignInit'
/usr/bin/ld: hcxdumptool.c:(.text+0x3052): undefined reference to `EVP_DigestUpdate'
/usr/bin/ld: hcxdumptool.c:(.text+0x3068): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0x3074): undefined reference to `EVP_MD_CTX_free'
/usr/bin/ld: hcxdumptool.c:(.text+0x31b8): undefined reference to `EVP_MD_CTX_new'
/usr/bin/ld: hcxdumptool.c:(.text+0x31e0): undefined reference to `EVP_PKEY_new_mac_key'
/usr/bin/ld: hcxdumptool.c:(.text+0x31f8): undefined reference to `EVP_sha256'
/usr/bin/ld: hcxdumptool.c:(.text+0x320e): undefined reference to `EVP_DigestSignInit'
/usr/bin/ld: hcxdumptool.c:(.text+0x322f): undefined reference to `EVP_DigestUpdate'
/usr/bin/ld: hcxdumptool.c:(.text+0x3252): undefined reference to `EVP_DigestSignFinal'
/usr/bin/ld: hcxdumptool.c:(.text+0x3266): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0x3272): undefined reference to `EVP_MD_CTX_reset'
/usr/bin/ld: hcxdumptool.c:(.text+0x3282): undefined reference to `EVP_aes_128_cbc'
/usr/bin/ld: hcxdumptool.c:(.text+0x3298): undefined reference to `EVP_PKEY_new_CMAC_key'
/usr/bin/ld: hcxdumptool.c:(.text+0x3429): undefined reference to `EVP_MD_CTX_new'
/usr/bin/ld: hcxdumptool.c:(.text+0x3451): undefined reference to `EVP_PKEY_new_mac_key'
/usr/bin/ld: hcxdumptool.c:(.text+0x3469): undefined reference to `EVP_sha1'
/usr/bin/ld: hcxdumptool.c:(.text+0x347f): undefined reference to `EVP_DigestSignInit'
/usr/bin/ld: hcxdumptool.c:(.text+0x34a0): undefined reference to `EVP_DigestUpdate'
/usr/bin/ld: hcxdumptool.c:(.text+0x34c3): undefined reference to `EVP_DigestSignFinal'
/usr/bin/ld: hcxdumptool.c:(.text+0x34d7): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0x34e3): undefined reference to `EVP_MD_CTX_reset'
/usr/bin/ld: hcxdumptool.c:(.text+0x3506): undefined reference to `EVP_PKEY_new_mac_key'
/usr/bin/ld: hcxdumptool.c:(.text+0x351e): undefined reference to `EVP_md5'
/usr/bin/ld: hcxdumptool.c:(.text+0x3534): undefined reference to `EVP_DigestSignInit'
/usr/bin/ld: hcxdumptool.c:(.text+0x355b): undefined reference to `EVP_DigestUpdate'
/usr/bin/ld: hcxdumptool.c:(.text+0x357e): undefined reference to `EVP_DigestSignFinal'
/usr/bin/ld: hcxdumptool.c:(.text+0x3592): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0x359e): undefined reference to `EVP_MD_CTX_free'
/usr/bin/ld: hcxdumptool.c:(.text+0x370e): undefined reference to `EVP_DigestSignFinal'
/usr/bin/ld: hcxdumptool.c:(.text+0x3722): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0x372e): undefined reference to `EVP_MD_CTX_reset'
/usr/bin/ld: hcxdumptool.c:(.text+0x3751): undefined reference to `EVP_PKEY_new_mac_key'
/usr/bin/ld: hcxdumptool.c:(.text+0x3769): undefined reference to `EVP_sha1'
/usr/bin/ld: /tmp/cc82V7AD.o: in function `globalinit':
hcxdumptool.c:(.text+0x3cba): undefined reference to `OPENSSL_init_crypto'
/usr/bin/ld: hcxdumptool.c:(.text+0x3cc6): undefined reference to `OPENSSL_init_crypto'
/usr/bin/ld: hcxdumptool.c:(.text+0x3ccb): undefined reference to `OpenSSL_version_num'
/usr/bin/ld: hcxdumptool.c:(.text+0x41a1): undefined reference to `OPENSSL_init_ssl'
/usr/bin/ld: hcxdumptool.c:(.text+0x41aa): undefined reference to `OPENSSL_init_ssl'
/usr/bin/ld: hcxdumptool.c:(.text+0x41af): undefined reference to `TLS_server_method'
/usr/bin/ld: hcxdumptool.c:(.text+0x41b7): undefined reference to `SSL_CTX_new'
/usr/bin/ld: hcxdumptool.c:(.text+0x41db): undefined reference to `SSL_CTX_use_certificate_file'
/usr/bin/ld: hcxdumptool.c:(.text+0x41fb): undefined reference to `SSL_CTX_use_PrivateKey_file'
/usr/bin/ld: hcxdumptool.c:(.text+0x4237): undefined reference to `SSL_CTX_ctrl'
/usr/bin/ld: hcxdumptool.c:(.text+0x424f): undefined reference to `SSL_CTX_set_verify'
/usr/bin/ld: hcxdumptool.c:(.text+0x4267): undefined reference to `SSL_CTX_ctrl'
/usr/bin/ld: hcxdumptool.c:(.text+0x427f): undefined reference to `SSL_CTX_ctrl'
/usr/bin/ld: hcxdumptool.c:(.text+0x428d): undefined reference to `SSL_CTX_set_quiet_shutdown'
/usr/bin/ld: hcxdumptool.c:(.text+0x4399): undefined reference to `ERR_print_errors_fp'
/usr/bin/ld: /tmp/cc82V7AD.o: in function `send_eap_tls':
hcxdumptool.c:(.text+0x78c1): undefined reference to `SSL_write'
/usr/bin/ld: hcxdumptool.c:(.text+0x78e0): undefined reference to `BIO_ctrl'
/usr/bin/ld: hcxdumptool.c:(.text+0x7922): undefined reference to `BIO_read'
/usr/bin/ld: hcxdumptool.c:(.text+0x7c0c): undefined reference to `BIO_read'
/usr/bin/ld: /tmp/cc82V7AD.o: in function `send_eap_tls_eap':
hcxdumptool.c:(.text+0x7db8): undefined reference to `SSL_write'
/usr/bin/ld: hcxdumptool.c:(.text+0x7dd7): undefined reference to `BIO_ctrl'
/usr/bin/ld: hcxdumptool.c:(.text+0x7e19): undefined reference to `BIO_read'
/usr/bin/ld: hcxdumptool.c:(.text+0x8144): undefined reference to `BIO_read'
/usr/bin/ld: /tmp/cc82V7AD.o: in function `printeapol':
hcxdumptool.c:(.text+0xbf8c): undefined reference to `PKCS5_PBKDF2_HMAC_SHA1'
/usr/bin/ld: hcxdumptool.c:(.text+0xc275): undefined reference to `PKCS5_PBKDF2_HMAC_SHA1'
/usr/bin/ld: hcxdumptool.c:(.text+0xc380): undefined reference to `PKCS5_PBKDF2_HMAC_SHA1'
/usr/bin/ld: /tmp/cc82V7AD.o: in function `printpmkid':
hcxdumptool.c:(.text+0xcefe): undefined reference to `EVP_MD_CTX_new'
/usr/bin/ld: hcxdumptool.c:(.text+0xcf2b): undefined reference to `EVP_PKEY_new_mac_key'
/usr/bin/ld: hcxdumptool.c:(.text+0xcf45): undefined reference to `EVP_sha1'
/usr/bin/ld: hcxdumptool.c:(.text+0xcf5d): undefined reference to `EVP_DigestSignInit'
/usr/bin/ld: hcxdumptool.c:(.text+0xcf7d): undefined reference to `EVP_DigestUpdate'
/usr/bin/ld: hcxdumptool.c:(.text+0xcf9f): undefined reference to `EVP_DigestSignFinal'
/usr/bin/ld: hcxdumptool.c:(.text+0xcfb3): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xcfbf): undefined reference to `EVP_MD_CTX_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xd135): undefined reference to `PKCS5_PBKDF2_HMAC_SHA1'
/usr/bin/ld: hcxdumptool.c:(.text+0xd82a): undefined reference to `EVP_MD_CTX_new'
/usr/bin/ld: hcxdumptool.c:(.text+0xd852): undefined reference to `EVP_PKEY_new_mac_key'
/usr/bin/ld: hcxdumptool.c:(.text+0xd86c): undefined reference to `EVP_sha1'
/usr/bin/ld: hcxdumptool.c:(.text+0xd884): undefined reference to `EVP_DigestSignInit'
/usr/bin/ld: hcxdumptool.c:(.text+0xd8a4): undefined reference to `EVP_DigestUpdate'
/usr/bin/ld: hcxdumptool.c:(.text+0xd8c6): undefined reference to `EVP_DigestSignFinal'
/usr/bin/ld: hcxdumptool.c:(.text+0xd8da): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xd8e6): undefined reference to `EVP_MD_CTX_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xd9ef): undefined reference to `PKCS5_PBKDF2_HMAC_SHA1'
/usr/bin/ld: hcxdumptool.c:(.text+0xdbbb): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xdbc7): undefined reference to `EVP_MD_CTX_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xdbd8): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xdbe4): undefined reference to `EVP_MD_CTX_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xdc27): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xdc33): undefined reference to `EVP_MD_CTX_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xdc52): undefined reference to `EVP_PKEY_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xdc5e): undefined reference to `EVP_MD_CTX_free'
/usr/bin/ld: /tmp/cc82V7AD.o: in function `process80211exteap_resp_tls':
hcxdumptool.c:(.text+0xf156): undefined reference to `SSL_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xf197): undefined reference to `SSL_is_init_finished'
/usr/bin/ld: hcxdumptool.c:(.text+0xf1ea): undefined reference to `SSL_in_init'
/usr/bin/ld: hcxdumptool.c:(.text+0xf2b0): undefined reference to `BIO_write'
/usr/bin/ld: hcxdumptool.c:(.text+0xf2d3): undefined reference to `SSL_get_shutdown'
/usr/bin/ld: hcxdumptool.c:(.text+0xf2ee): undefined reference to `SSL_is_init_finished'
/usr/bin/ld: hcxdumptool.c:(.text+0xf2fb): undefined reference to `ERR_clear_error'
/usr/bin/ld: hcxdumptool.c:(.text+0xf30a): undefined reference to `SSL_accept'
/usr/bin/ld: hcxdumptool.c:(.text+0xf32a): undefined reference to `SSL_get_error'
/usr/bin/ld: hcxdumptool.c:(.text+0xf342): undefined reference to `ERR_get_error'
/usr/bin/ld: hcxdumptool.c:(.text+0xf381): undefined reference to `SSL_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xf53b): undefined reference to `SSL_is_init_finished'
/usr/bin/ld: hcxdumptool.c:(.text+0xf552): undefined reference to `SSL_do_handshake'
/usr/bin/ld: hcxdumptool.c:(.text+0xf57e): undefined reference to `SSL_new'
/usr/bin/ld: hcxdumptool.c:(.text+0xf591): undefined reference to `SSL_set_accept_state'
/usr/bin/ld: hcxdumptool.c:(.text+0xf596): undefined reference to `BIO_s_mem'
/usr/bin/ld: hcxdumptool.c:(.text+0xf5a5): undefined reference to `BIO_new'
/usr/bin/ld: hcxdumptool.c:(.text+0xf5af): undefined reference to `BIO_s_mem'
/usr/bin/ld: hcxdumptool.c:(.text+0xf5be): undefined reference to `BIO_new'
/usr/bin/ld: hcxdumptool.c:(.text+0xf5e7): undefined reference to `SSL_set_bio'
/usr/bin/ld: hcxdumptool.c:(.text+0xf69f): undefined reference to `BIO_write'
/usr/bin/ld: hcxdumptool.c:(.text+0xf6ec): undefined reference to `SSL_shutdown'
/usr/bin/ld: hcxdumptool.c:(.text+0xf705): undefined reference to `SSL_free'
/usr/bin/ld: hcxdumptool.c:(.text+0xf76a): undefined reference to `SSL_read'
/usr/bin/ld: hcxdumptool.c:(.text+0xfa47): undefined reference to `ERR_reason_error_string'
/usr/bin/ld: hcxdumptool.c:(.text+0xfc23): undefined reference to `SSL_shutdown'
/usr/bin/ld: hcxdumptool.c:(.text+0xfcfc): undefined reference to `SSL_shutdown'
/usr/bin/ld: /tmp/cc82V7AD.o: in function `process80211exteap_resp':
hcxdumptool.c:(.text+0x135d3): undefined reference to `SSL_shutdown'
/usr/bin/ld: hcxdumptool.c:(.text+0x135f2): undefined reference to `SSL_free'
/usr/bin/ld: /tmp/cc82V7AD.o: in function `process_packet':
hcxdumptool.c:(.text+0x165d6): undefined reference to `SSL_shutdown'
/usr/bin/ld: hcxdumptool.c:(.text+0x165e5): undefined reference to `SSL_free'
collect2: error: ld returned 1 exit status
make: *** [Makefile:74: hcxdumptool] 오류 1
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─#                                                                      2 ⨯
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# sudo apt-get install libcurl4-openssl-dev                          130 ⨯
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
다음 패키지가 자동으로 설치되었지만 더 이상 필요하지 않습니다:
  python3-editor python3-ipython-genutils
Use 'sudo apt autoremove' to remove them.
제안하는 패키지:
  libcurl4-doc libidn11-dev libkrb5-dev libldap2-dev librtmp-dev
  libssh2-1-dev pkg-config
다음 새 패키지를 설치할 것입니다:
  libcurl4-openssl-dev
0개 업그레이드, 1개 새로 설치, 0개 제거 및 231개 업그레이드 안 함.
432 k바이트 아카이브를 받아야 합니다.
이 작업 후 1,626 k바이트의 디스크 공간을 더 사용하게 됩니다.
받기:1 http://http.kali.org/kali kali-rolling/main amd64 libcurl4-openssl-dev amd64 7.74.0-1.3+b1 [432 kB]
내려받기 432 k바이트, 소요시간 13초 (32.5 k바이트/초)                       
Selecting previously unselected package libcurl4-openssl-dev:amd64.
(데이터베이스 읽는중 ...현재 270022개의 파일과 디렉터리가 설치되어 있습니다.)
Preparing to unpack .../libcurl4-openssl-dev_7.74.0-1.3+b1_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.74.0-1.3+b1) ...
libcurl4-openssl-dev:amd64 (7.74.0-1.3+b1) 설정하는 중입니다 ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for kali-menu (2021.4.2) ...
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# sudo apt-get install pkg-config
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
다음 패키지가 자동으로 설치되었지만 더 이상 필요하지 않습니다:
  python3-editor python3-ipython-genutils
Use 'sudo apt autoremove' to remove them.
다음 새 패키지를 설치할 것입니다:
  pkg-config
0개 업그레이드, 1개 새로 설치, 0개 제거 및 231개 업그레이드 안 함.
65.1 k바이트 아카이브를 받아야 합니다.
이 작업 후 209 k바이트의 디스크 공간을 더 사용하게 됩니다.
받기:1 http://ftp.harukasan.org/kali kali-rolling/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
내려받기 65.1 k바이트, 소요시간 3초 (21.1 k바이트/초)
Selecting previously unselected package pkg-config.
(데이터베이스 읽는중 ...현재 270045개의 파일과 디렉터리가 설치되어 있습니다.)
Preparing to unpack .../pkg-config_0.29.2-1_amd64.deb ...
Unpacking pkg-config (0.29.2-1) ...
pkg-config (0.29.2-1) 설정하는 중입니다 ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for kali-menu (2021.4.2) ...
                                                                             
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# sudo apt-get install libssl-dev                                      1 ⨯
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
libssl-dev is already the newest version (1.1.1l-1).
다음 패키지가 자동으로 설치되었지만 더 이상 필요하지 않습니다:
  python3-editor python3-ipython-genutils
Use 'sudo apt autoremove' to remove them.
0개 업그레이드, 0개 새로 설치, 0개 제거 및 231개 업그레이드 안 함.
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# make
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxdumptool.d -o hcxdumptool hcxdumptool.c -lssl -lcrypto  -DVERSION_TAG=\"6.2.4-58-g7dc3dab\" -DVERSION_YEAR=\"2021\"
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxpioff.d -o hcxpioff hcxpioff.c   -DVERSION_TAG=\"6.2.4-58-g7dc3dab\" -DVERSION_YEAR=\"2021\"
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# make install
install -D -m 0755 hcxdumptool /usr/bin/hcxdumptool
install -D -m 0755 hcxpioff /usr/bin/hcxpioff
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxdumptool]
└─# cd ..         
                                                                             
┌──(root💀kali)-[/home/koreano1]
└─# git clone https://github.com/ZerBea/hcxtools.git   
'hcxtools'에 복제합니다...
remote: Enumerating objects: 8606, done.
remote: Counting objects: 100% (788/788), done.
remote: Compressing objects: 100% (548/548), done.
remote: Total 8606 (delta 525), reused 492 (delta 238), pack-reused 7818
오브젝트를 받는 중: 100% (8606/8606), 2.62 MiB | 3.74 MiB/s, 완료.
델타를 알아내는 중: 100% (5961/5961), 완료.
                                                                             
┌──(root💀kali)-[/home/koreano1]
└─# 
                                                                             
┌──(root💀kali)-[/home/koreano1]
└─# cd hcxtools 
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxtools]
└─# make        
mkdir -p .deps
cc -O3 -Wall -Wextra -std=gnu99    -MMD -MF .deps/hcxpcapngtool.d -o hcxpcapngtool hcxpcapngtool.c -lssl -lcrypto -lz  -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99  -I/usr/include/x86_64-linux-gnu  -MMD -MF .deps/hcxhashtool.d -o hcxhashtool hcxhashtool.c -lssl -lcrypto -lcurl  -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxpsktool.d -o hcxpsktool hcxpsktool.c -lssl -lcrypto  -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxpmktool.d -o hcxpmktool hcxpmktool.c -lssl -lcrypto  -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxeiutool.d -o hcxeiutool hcxeiutool.c   -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxwltool.d -o hcxwltool hcxwltool.c   -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxhash2cap.d -o hcxhash2cap hcxhash2cap.c   -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99  -I/usr/include/x86_64-linux-gnu  -MMD -MF .deps/wlancap2wpasec.d -o wlancap2wpasec wlancap2wpasec.c -lssl -lcrypto -lcurl  -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99  -I/usr/include/x86_64-linux-gnu  -MMD -MF .deps/whoismac.d -o whoismac whoismac.c -lssl -lcrypto -lcurl  -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxpmkidtool.d -o hcxpmkidtool hcxpmkidtool.c -lpthread -lssl -lcrypto  -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxhashcattool.d -o hcxhashcattool hcxhashcattool.c -lpthread -lssl -lcrypto  -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxmactool.d -o hcxmactool hcxmactool.c   -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
cc -O3 -Wall -Wextra -std=gnu99   -MMD -MF .deps/hcxessidtool.d -o hcxessidtool hcxessidtool.c   -DVERSION_TAG=\"6.2.4-72-gee38f82\" -DVERSION_YEAR=\"2021\" -DWANTZLIB
                                                                             
┌──(root💀kali)-[/home/koreano1/hcxtools]
└─# make install
install -D -m 0755 hcxpcapngtool /usr/bin/hcxpcapngtool
install -D -m 0755 hcxhashtool /usr/bin/hcxhashtool
install -D -m 0755 hcxpsktool /usr/bin/hcxpsktool
install -D -m 0755 hcxpmktool /usr/bin/hcxpmktool
install -D -m 0755 hcxeiutool /usr/bin/hcxeiutool
install -D -m 0755 hcxwltool /usr/bin/hcxwltool
install -D -m 0755 hcxhash2cap /usr/bin/hcxhash2cap
install -D -m 0755 wlancap2wpasec /usr/bin/wlancap2wpasec
install -D -m 0755 whoismac /usr/bin/whoismac
install -D -m 0755 hcxpmkidtool /usr/bin/hcxpmkidtool
install -D -m 0755 hcxhashcattool /usr/bin/hcxhashcattool
install -D -m 0755 hcxmactool /usr/bin/hcxmactool
install -D -m 0755 hcxessidtool /usr/bin/hcxessidtool

 

 

 

┌──(root💀kali)-[/home/koreano1]
└─# apt install hashcat                                                
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
hashcat is already the newest version (6.1.1+ds1-1).
hashcat 패키지는 수동설치로 지정합니다.
다음 패키지가 자동으로 설치되었지만 더 이상 필요하지 않습니다:
  python3-editor python3-ipython-genutils
Use 'apt autoremove' to remove them.
0개 업그레이드, 0개 새로 설치, 0개 제거 및 231개 업그레이드 안 함.

 

반응형