joshschmelzle / lswifi

a CLI-centric Wi-Fi scanning tool for Windows
https://pypi.org/project/lswifi/
BSD 3-Clause "New" or "Revised" License
49 stars 7 forks source link

[needs help] feature request - export with json #21

Open rozxter1 opened 1 year ago

rozxter1 commented 1 year ago

Currently -export makes two files .ies .bss.

There could be also -exportjson

In result it would generate .ies .bss + .json file, containing formated extracted data like its in "--json" output, but it would be stored for each MAC address next to .ies .bss files

joshschmelzle commented 1 year ago

I think the approach I'd accept in a PR would be to also export a .json file alongside the .ies and .bss file when using the -export option. I'm not interested in maintaining and supporting an additional CLI option for this.

joshschmelzle commented 2 months ago

May be an opportunity here to come up with a sane method of saving output from lswifi to file. Need to research some more.