Closed maaaaz closed 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
cmedb.py
csv
Feel free to use this example https://github.com/Porchetta-Industries/CrackMapExec/issues/604 to fix it
Cheers !
duplicate of #604
Not really duplicate, as the #604 is just the export shares function.
Hello there,
Currently
cmedb.py
does not use thecsv
Python module to export data. The current implementation is not robust enough : not comma-safe, does not double-quote data, and does not support encodingFeel free to use this example https://github.com/Porchetta-Industries/CrackMapExec/issues/604 to fix it
Cheers !