iwlist
내 WiFi 핫스팟에 IE 필드를 추가하여 이를 스캔하는 다른 컴퓨터의 출력 에 표시되도록 할 수 있습니까 ?
예:
1234567891011121314151617181920
Wi-Fi 핫스팟으로 선택한 추가 필드(MAC 주소11:22:33:44:55:66
)사용자가 명령을 사용하여 Wi-Fi 핫스팟을 스캔하면
iwlist wlan0 scan
다음과 같은 결과가 출력됩니다.wlan0 Scan completed : Cell 01 - Address: 11:22:33:44:55:66 [...] IE: Unknown 1234567891011121314151617181920 [...]
답변1
IE는 정보 요소를 나타냅니다. 이는 비콘 프레임의 일부로 전송되며 SSID, 지원 속도 등과 같은 다양한 정보를 전달합니다.
Information element Element ID Length (in octets)
---------------------------------------------------------------------------
SSID (see 7.3.2.1) 0 2 to 34
Supported rates (see 7.3.2.2) 1 3 to 10
FH Parameter Set (see 7.3.2.3) 2 7
DS Parameter Set (see 7.3.2.4) 3 3
CF Parameter Set (see 7.3.2.5) 4 8
TIM (see 7.3.2.6) 5 6 to 256
IBSS Parameter Set (see 7.3.2.7) 6 4
Country (see 7.3.2.9) 7 8 to 256
Hopping Pattern Parameters (see 7.3.2.10) 8 4
Hopping Pattern Table (see 7.3.2.11) 9 6 to 256
Request (see 7.3.2.12) 10 2 to 256
BSS Load (see 7.3.2.28) 11 7
EDCA Parameter Set (see 7.3.2.29) 12 20
TSPEC (see 7.3.2.30) 13 57
TCLAS (see 7.3.2.31) 14 2 to 257
Schedule (see 7.3.2.34) 15 16
Challenge text (see 7.3.2.8) 16 3 to 255
Reserved 17–31
Power Constraint (see 7.3.2.15) 32 3
Power Capability (see 7.3.2.16) 33 4
TPC Request (see 7.3.2.17) 34 2
TPC Report (see 7.3.2.18) 35 4
Supported Channels (see 7.3.2.19) 36 4 to 256
Channel Switch Announcement (see 7.3.2.20) 37 5
Measurement Request (see 7.3.2.21) 38 5 to 16
Measurement Report (see 7.3.2.22) 39 5 to 24
Quiet (see 7.3.2.23) 40 8
IBSS DFS (see 7.3.2.24) 41 10 to 255
ERP Information (see 7.3.2.13) 42 3
TS Delay (see 7.3.2.32) 43 6
TCLAS Processing (see 7.3.2.33) 44 3
Reserved 45
QoS Capability (see 7.3.2.35) 46 3
Reserved 47
RSN (see 7.3.2.25) 48 36 to 256
Reserved 49
Extended Supported Rates (see 7.3.2.14) 50 3 to 257
Reserved 51–126
Extended Capabilities 127 2 to 257
Reserved 128–220
Vendor Specific (see 7.3.2.26) 221 3 to 257
Reserved 222–255
이러한 정보 요소 중 일부는 공급업체별로 다르므로 다른 공급업체에서는 무시될 수 있습니다. 보유란 미래에 표준적인 의미를 가질 수 있음을 의미하며 실제로 일부는 이미 그렇습니다. (이전 표준을 보고 있습니다.) 에서 구성할 수 있습니다.호스트 구성 파일
# Additional vendor specific elements for Beacon and Probe Response frames
# This parameter can be used to add additional vendor specific element(s) into
# the end of the Beacon and Probe Response frames. The format for these
# element(s) is a hexdump of the raw information elements (id+len+payload for
# one or more elements)
vendor_elements=dd0411223301
16진수 데이터의 구조는 다음과 같습니다.
요소 ID는 dd이어야 하며 OUI는 에서 할당한 3바이트 숫자입니다.IEEE, 그러나 좋은 소식은 iwlist가 WPA(0050f2) 및 WPA2(000fac)를 제외하고 모두 알 수 없음으로 표시한다는 것입니다.