首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > python-parser-for-iwlist-improved

python-parser-for-iwlist-improved

资 源 简 介

WHAT IS THIS? As you know, the output of iwlist is not well printed and difficult to read. This parser will help re-structure the output of iwlist and print it nicely in a table. This modified version produce more output than the original version, written by Hugo Chargois. HOW TO USE? This receives output from stdout from iwlist, so use it as follow: (Assume that the file iwlistparse2.py is in your current working folder: ./) 1. Open Terminal 1. Type: `sudo iwlist wlan0 scan | ./iwlistparse2.py` 1. or type: `sudo iwlist wlan0 scan | ./iwlistparse2.py | egrep "Name|Address|Quality|Signal|Frequency|Ch|Mode|Encryption|Last Beacon|Bit Rates|"`** to have column titles colored. Change **wlan0** to your wireless card, and change **./** to point to the directory where iwlistparse2.py is saved. COPYRIGHT Please see the code for copyright notice.<
VIP VIP
0.182740s