OWASP / pysap

pysap is an open source Python library that provides modules for crafting and sending packets using SAP's NI, Diag, Enqueue, Router, MS, SNC, IGS, RFC and HDB protocols.
https://owasp.org/www-project-core-business-application-security/
GNU General Public License v2.0
219 stars 61 forks source link

Add cli option to determine output directory when extracting archives with pysapcar #24

Closed okuuva closed 6 years ago

okuuva commented 6 years ago

Fixes #23. Also fixes some linter naggings, upgrades deprecated optparse to argparse and handles some extraction corner cases without printing stack trace.

martingalloar commented 6 years ago

Thanks, great addition and seem to be working great for this use case.