Kali Linux에서 wifi 동글 DWA-131을 사용하여 핫스팟을 구성하는 방법


1

나는이 튜토리얼을 시도했다. https://cdn-learn.adafruit.com/downloads/pdf/setting-up-a-raspberry-pi-as-a-wifi-access-point.pdf Kali Linux에서 핫스팟을 만들려고하지만이 구성으로 hostapd를 실행하려고하면 다음과 같은 오류가 발생합니다.

interface=wlan0
driver=rtl8192eu
ssid=GORIO_AP
hw_mode=g
channel=6
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=gorio1234
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP

이것은 오류이다.

Configuration file: /etc/hostapd/hostapd.conf
Line 2: invalid/unknown driver 'rtl8192eu'
1 errors found in configuration file '/etc/hostapd/hostapd.conf'
Failed to set up interface with /etc/hostapd/hostapd.conf
Failed to initialize interface

내 dmesg 로그는

$ dmesg | grep usbcore
[    0.524513] usbcore: registered new interface driver usbfs
[    0.524526] usbcore: registered new interface driver hub
[    0.524552] usbcore: registered new device driver usb
[    1.518790] usbcore: registered new interface driver usbhid
[    2.977948] usbcore: registered new interface driver cdc_acm
[    4.138575] usbcore: registered new interface driver rtl8192eu

내 ifconfig 출력은 다음과 같습니다.

wlan0     Link encap:Ethernet  Endereço de HW 54:2a:a2:77:1f:30  
          UP BROADCASTMULTICAST  MTU:1500  Métrica:1
          RX packets:0 errors:0 dropped:261 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          colisões:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

명령 lsmod

lsmod
Module                  Size  Used by
uas                    24576  0 
usb_storage            61440  1 uas
bnep                   20480  2 
cfg80211              454656  0 
nfnetlink_queue        24576  0 
nfnetlink_log          20480  0 
nfnetlink              16384  2 nfnetlink_log,nfnetlink_queue
bluetooth             425984  5 bnep
rfkill                 20480  5 cfg80211,bluetooth
binfmt_misc            20480  1 
ipt_MASQUERADE         16384  1 
nf_nat_masquerade_ipv4    16384  1 ipt_MASQUERADE
iptable_nat            16384  1 
nf_nat_ipv4            16384  1 iptable_nat
nf_nat                 20480  2 nf_nat_ipv4,nf_nat_masquerade_ipv4
nf_conntrack_ipv4      20480  2 
nf_defrag_ipv4         16384  1 nf_conntrack_ipv4
xt_conntrack           16384  1 
nf_conntrack           94208  5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
iptable_filter         16384  1 
ip_tables              28672  2 iptable_filter,iptable_nat
x_tables               28672  4 ip_tables,ipt_MASQUERADE,xt_conntrack,iptable_filter
8192eu                884736  0
iTCO_wdt               16384  0 
iTCO_vendor_support    16384  1 iTCO_wdt
ppdev                  20480  0 
snd_hda_codec_hdmi     53248  1 
x86_pkg_temp_thermal    16384  0 
intel_powerclamp       20480  0 
intel_rapl             20480  0 
iosf_mbi               16384  1 intel_rapl
coretemp               16384  0 
snd_hda_codec_conexant    24576  1 
snd_hda_codec_generic    65536  1 snd_hda_codec_conexant
kvm_intel             151552  0 
dcdbas                 16384  0 
i915                 1015808  4 
kvm                   425984  1 kvm_intel
psmouse               110592  0 
snd_hda_intel          28672  3 
serio_raw              16384  0 
drm_kms_helper        102400  1 i915
snd_hda_controller     28672  1 snd_hda_intel
pcspkr                 16384  0 
drm                   274432  6 i915,drm_kms_helper
snd_hda_codec         110592  5 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep              16384  1 snd_hda_codec
lpc_ich                24576  0 
cdc_acm                32768  12 
snd_pcm                90112  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
evdev                  24576  8 
8250_fintek            16384  0 
mfd_core               16384  1 lpc_ich
i2c_i801               20480  0 
video                  20480  1 i915
parport_pc             28672  0 
i2c_algo_bit           16384  1 i915
snd_timer              28672  1 snd_pcm
parport                36864  2 ppdev,parport_pc
mei_me                 20480  0 
snd                    69632  14 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
mei                    77824  1 mei_me
soundcore              16384  2 snd,snd_hda_codec
shpchp                 32768  0 
processor              28672  0 
button                 16384  1 i915
thermal_sys            32768  4 video,intel_powerclamp,processor,x86_pkg_temp_thermal
fuse                   90112  7 
autofs4                36864  2 
ext4                  499712  1 
crc16                  16384  2 ext4,bluetooth
mbcache                20480  1 ext4
jbd2                   86016  1 ext4
dm_mod                 94208  0 
sr_mod                 24576  0 
cdrom                  49152  1 sr_mod
sg                     32768  0 
sd_mod                 45056  6 
hid_generic            16384  0 
usbhid                 49152  0 
ata_generic            16384  0 
hid                   106496  2 hid_generic,usbhid
crct10dif_pclmul       16384  0 
crc32_pclmul           16384  0 
crc32c_intel           24576  0 
ghash_clmulni_intel    16384  0 
r8169                  77824  0 
mii                    16384  1 r8169
aesni_intel           167936  0 
aes_x86_64             20480  1 aesni_intel
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
glue_helper            16384  1 aesni_intel
ablk_helper            16384  1 aesni_intel
cryptd                 20480  3 ghash_clmulni_intel,aesni_intel,ablk_helper
ata_piix               36864  4 
ehci_pci               16384  0 
libata                180224  2 ata_generic,ata_piix
ehci_hcd               77824  1 ehci_pci
scsi_mod              200704  6 sg,uas,usb_storage,libata,sd_mod,sr_mod
usbcore               200704  9 uas,usb_storage,ehci_hcd,ehci_pci,usbhid,8192eu,cdc_acm
usb_common             16384  1 usbcore

명령어를 찾을수 없음

rfkill list
bash: rfkill: command not found

내 구현에서 무엇이 잘못되었거나이를 수정하는 방법을 아는 사람이 있습니까?


1
드라이버는 NIC 드라이버에 대해 말하지 않고 hostapd 인터페이스와 통신하기 위해 사용합니다. 일반적으로 설정해야합니다. nl80211 (또는 그 옵션을 생략하십시오). 만나다 자세한 내용은
Tom Yan

답변:


1

wifi 드라이버가 Linux 커널에 포함되어 있지 않기 때문에 올바르지 않습니다. 너 스스로 그것을 얻을 필요가있을 것이다. 다음은 다른 사람에게 도움이되는 수정 사항입니다.

1) / opt / piratebox / conf / hostapd의 드라이버를 "rtl871xdrv"로 변경합니다.

2) 그런 다음 hostapd를 다음과 같이 바꾸십시오.

wget http://www.adafruit.com/downloads/adafruit_hostapd.zip 
unzip adafruit_hostapd.zip 
sudo mv /usr/sbin/hostapd /usr/sbin/hostapd.ORIG 
sudo mv hostapd /usr/sbin
sudo chmod 755 /usr/sbin/hostapd

Raspberry Pi에서 무선 핫스팟 설정에 대한 추가 정보 .

외경 : 카리와 함께 와이파이 동글을 사용하면 큰 행운을 누릴 수 있다고 생각하지 않습니다. 핫스팟으로 실행하려면 작동해야하지만 사용자는 일반적으로 주입 및 기타 펜 테스팅 동작과 관련하여 Realtek 칩의 성능이 좋지 않다고보고합니다.

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.