Skip to content

MichaelCaraccio/NetXML-to-CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 :

python3 main.py file.netxml result.csv

Convert only WEP encryption networks :

python3 main.py file.netxml result.csv WEP

Convert only WPA+AES-CCM encryption networks :

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

Installation

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

License

MIT

About

Convert .netxml file into CSV file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages