byt3bl33d3r / CrackMapExec

A swiss army knife for pentesting networks
BSD 2-Clause "Simplified" License
8.45k stars 1.64k forks source link

Improve cmedb.py CSV export functions #605

Closed maaaaz closed 2 years ago

maaaaz commented 2 years ago

Hello there,

Currently cmedb.py does not use the csv Python module to export data. The current implementation is not robust enough : not comma-safe, does not double-quote data, and does not support encoding

Feel free to use this example https://github.com/Porchetta-Industries/CrackMapExec/issues/604 to fix it

Cheers !

mpgn commented 2 years ago

duplicate of #604

maaaaz commented 2 years ago

Not really duplicate, as the #604 is just the export shares function.