Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
/ parseiw Public archive

Script to parse the output of iw scan command into a table

Notifications You must be signed in to change notification settings

yh0-/parseiw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Old README:

Script to parse the output of iw scan command into a table

yh0- 2011-2014 yysjryysjr.gmail.com

Licence: GPLv3

Inspired from iwlist scan parser by Hugo Chargois - 17 jan. 2010, links:

Special thanks to jookey!

example 1: python parseiw.py wlan0

example 2: python parseiw.py wlan0 -m #pick a bssid, then run: python parseiw.py

example 3: (file) iw dev wlan0 scan > output.txt ; python parseiw.py output.txt -m

example 4: (pipe) chmod +x parseiw.py iw dev wlan0 scan passive | ./parseiw.py

Note: Option -c is commented now, marked for removal as this is wrong (lead to race condition?). This script itself is very wrong. Saved here in github for reference and testing.

About

Script to parse the output of iw scan command into a table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages