kmuzumdar Posted July 21, 2015 Share Posted July 21, 2015 I need to export to csv so I'm doing a --w /sd/dump.csv with a csv output format. The file doesn't have any time stamps on it though--anything I can add to the configuration to get time as well? I want it to give me a file which constantly reads mac addresses with timestamps/ signal strength. My .csv gives me mac and signal strength but only for one instance. I want something like: :01 xx:xx:xx:xx:xx -55db :05 yy:yy:yy:yy:yy -70db . . . Duplicate mac addresses would be encouraged. I assume a .pcapdump would give this information but I was having two issues with that vs. the csv output: With the .pcap I wasn't getting signal strength, or at least, I couldn't find it. Also, my visualization program needs a .csv. Anybody know of a good visualization program for airdump which will give me the signal strength and timestamp in the above way? Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.