ruby read the output of airodump-ng in a csv file

Viewed 20

I want to read some parameters of a csv file when airodump-ng start.To capture and save the output of airodump-ng into a csv file im using this

airodump-ng wlan0 -w csvfilename --write-interval 60 -o csv

It work fine but i want to read automatically the bssid and channel values from the csv file generated by airodump-ng to use them after.Is possible to do that ?

0 Answers
Related