# iwlist scan
write a script if you need to further parse or alter the text.
I am looking for a way to produce a simple clean report which shows wireless Access Points, SSIDs (both broadcast and not) and the type of security used by each SSID.
What is the best way to gather this information using BT-4?
We are in the process of auditing our corporate campus to determine if there are any rogue access points or unsecure networks.
Thank you.
# iwlist scan
write a script if you need to further parse or alter the text.
Take it out of Monitor Mode to use iwlist scan. although to be effective and finding rouge access points you may want to look at something fancier that uses GPS like http://my-trac.assembla.com/giskismet/ unless your university has the cash for a spectrum analyzer.
Okay, I've got the card to run the command, but it's only reporting one SSID, I am aware of at least 3 in this location. Can I assume that each "Cell" represents one access point?
Maybe something like this:
Code:iwlist <interface> scanning | grep "\(ESSID\|Mode:\|Channel:\)" | awk '{for (i=1; i <=2; i++) printf($i"%c",OFS)}' | sed 's/ESSID/\nESSID/g' > report.txt
I like the way that prints out Nick, but it still isn't pulling all of the SSIDs that I know are available at this location. Also, it does not list each of the APs. I know that there are 6 APs in the area that operate 3 SSIDs (I think multiple SSIDs on each AP). All I am getting is 1 SSID.
Sorry for being a bit slow, I am a noobe.
Thanks
I'm more familiary with Kismet output. It will save to an xml file, which you can open in Excel.
When using airodump-ng, I can see the 6 local Access Points available to me. Each of these APs have multiple SSIDs associated with them. When I save the data collected by airodump-ng to a csv file, it only stores 1 of the SSIDs.
How can I get the csv file to record all of the SSIDs associated with the APs?
Thanks
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.