Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/tylous/auto_eap
Wi-Fi AuditingPassword AttacksWireless SecurityPenetration Testing
GitHubtylous/auto_eap

Auto_EAP

EAP 네트워크에 대한 자동화된 무차별 대입 로그인 공격

저장소 보기
58226년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Auto_EAP

소개


######2016년 9월 15일 게시됨

Auto_EAP.py는 다양한 유형의 EAP 네트워크에 대해 자동화된 무차별 대입 인증 공격을 수행하도록 설계된 스크립트입니다. 이러한 유형의 무선 네트워크는 RADIUS 서버가 Active Directory에 대해 인증을 확인할 때 도메인 자격 증명의 비밀번호 추측을 용이하게 하는 인터페이스를 제공합니다. Jouni Malinen [email protected]가 만든 python 라이브러리 wpaspy를 사용하여 wpa_supplicant 데몬과 상호 작용함으로써 계정 잠금을 유발하지 않도록 의도된 자동화된 인증 공격을 수행할 수 있습니다.

데모


root@kitploit:~
./Auto_EAP.py -s HoneyPot -K WPA-EAP -E PEAP -U test.txt -p Summer2016 -i wlan0
Initialized...
Trying Username Alice with Password test: SUCCESS
Trying Username Bob with Password test: FAILED
Trying Username Charles with Password test: FAILED
Trying Username David with Password test: SUCCESS
Completed

설치


Auto_EAP의 루트 디렉터리에서 'RunMeFirst.py'를 실행하세요. 이렇게 하면 wpaspy 라이브러리가 컴파일되고 Auto_EAP.py가 테스트에 사용할 독립적인 wpa_supplicant.conf 파일이 설정되며, 시스템의 wpa_supplicant 구성 파일은 그대로 유지됩니다.

도움말


root@kitploit:~
./Auto_EAP.py -h
usage: Auto_EAP.py [-h] -i Interface -s SSID -U Usernamefile -p Password -K
                   Key_mgmt -E Eap_type

optional arguments:
  -h, --help            show this help message and exit
  -i Interface, --interface Interface
                        The Interface to use
  -s SSID, --ssid SSID  The SSID to attack
  -U Usernamefile, --User Usernamefile
                        Path to username file
  -p Password, --password Password
                        Password to use
  -K Key_mgmt, --key_mgmt Key_mgmt
                        Key_Management type to use
  -E Eap_type, --eap_type Eap_type
                        Eap type to use

할 일 목록


  • [✓] .a 유형 무선 카드의 버그 해결 (이 문제 해결에 도움을 준 Havok0x90에게 감사드립니다)
  • [-] 멀티스레딩 기능 추가
  • [-] 비밀번호 목록 지원 추가
도구 다운로드