WPA2 Enterprise Hacking2

└─$ sudo hostapd-wpe hostapd-wpe.conf
Configuration file: hostapd-wpe.conf
Using interface wlan0mon with hwaddr 02:00:00:00:00:00 and ssid “CyberPath Personel”
wlan0mon: interface state UNINITIALIZED->ENABLED
wlan0mon: AP-ENABLED
wlan0mon: INTERFACE-DISABLED
wlan0mon: Invalid HW-addr family 0x0323
wlan0mon: INTERFACE-ENABLED
Failed to set beacon parameters

interface=wlan0mon
driver=nl80211
ssid=CyberPath Personal
hw_mode=g
channel=6
ieee8021x=1
eap_server=1
eap_user_file=/home/user/tools/hostapd-2.6/hostapd/hostapd-wpe.eap_user
ca_cert=/home/user/tools/hostapd-wpe/certs/ca.pem
server_cert=/home/user/tools/hostapd-wpe/certs/server.pem
private_key=/home/user/tools/hostapd-wpe/certs/server.key

Nerde hata yapıyorum olmuyor bir türlü. Yardım eder misiniz?

  1. interface
  2. ssid
  3. channel
  4. wpa
  5. own_ip_addr
    Bu beş parametreyi düzenlemeniz lazım. 2 ve 3 numaralı parametreleri doğru ayarlamışsınız. Geri kalan 3 parametreyi ayarlamanız lazım. Takılırsanız tekrar sorabilirsiniz. İyi çalışmalar.
1 Like

interface=wlan0mon “wlan0 mı olacak”
wpa=2
wpa_passphrase=123
own_ip_addr=172.17.0.2
driver=nl80211
ssid=CyberPath Personal
hw_mode=g
channel=6
ieee8021x=1
eap_server=1
eap_user_file=/home/user/tools/hostapd-2.6/hostapd/hostapd-wpe.eap_user
ca_cert=/home/user/tools/hostapd-wpe/certs/ca.pem
server_cert=/home/user/tools/hostapd-wpe/certs/server.pem
private_key=/home/user/tools/hostapd-wpe/certs/server.key

Yaptım ama hata verdi.

└─$ sudo hostapd-wpe hostapd-wpe.conf
Configuration file: hostapd-wpe.conf
Could not open configuration file ‘hostapd-wpe.conf’ for reading.
Failed to set up interface with hostapd-wpe.conf
Failed to initialize interface

1 Like