项目作者: MichaelCaraccio

项目描述 :
Convert .netxml file into CSV file
高级语言: Python
项目地址: git://github.com/MichaelCaraccio/NetXML-to-CSV.git
创建时间: 2015-11-08T16:18:26Z
项目社区:https://github.com/MichaelCaraccio/NetXML-to-CSV

开源协议:MIT License

下载


NetXML-to-CSV

Synopsis

Convert a .netxml file into CSV file.
For those who use Kismet and want to display networks on a Google Maps for example.

CVS file with 5 columns : ESSID, MAC Address, encryption type, latitude, longitude

Code Example

Convert every network into a csv file :

  1. python3 main.py file.netxml result.csv

Convert only WEP encryption networks :

  1. python3 main.py file.netxml result.csv WEP

Convert only WPA+AES-CCM encryption networks :

  1. python3 main.py file.netxml result.csv WPA+AES-CCM

Installation

  1. git clone https://github.com/MichaelCaraccio/NetXML-to-CSV.git

License

MIT