Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
15
rated 0 times [  15] [ 0]  / answers: 1 / hits: 30008  / 2 Years ago, tue, march 1, 2022, 8:49:07

How can I find out what type of security a wireless access point (essid) is using? wep/wpa/wpa2 (preferably using commandline tools)


More From » wireless

 Answers
7

You can use the iwlist tool to print out all details of access points nearby. Assuming your wireless device is called wlan0:



sudo iwlist wlan0 scan


The output from iwlist will show each 'Cell' (or access point) that it finds, including the following details about the encryption type:



                    IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK


This indicates that a network near me is using WPA2, using a pre-shared key (PSK).


[#34778] Wednesday, March 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
repend

Total Points: 195
Total Questions: 113
Total Answers: 107

Location: Nicaragua
Member since Tue, Dec 8, 2020
3 Years ago
;