windapsearch
windapsearch copied to clipboard
Output a proper CSV file
Hello @ropnop,
Could you rather output a clean CSV file with the builtin python csv module in order to have a proper delimiter and "all quoting" policy (to avoid data misinterpretation).
It's really easy to do it, check out this: https://github.com/maaaaz/nmaptocsv/blob/5825bd964e45b12229c03fe4db2686b76f5c058a/nmaptocsv.py#L597
Cheers !