doksu / TA-asngen

ASN Lookup Generator for Splunk
MIT License
10 stars 7 forks source link

Python3 #19

Closed kurtkeller closed 3 years ago

kurtkeller commented 3 years ago

This change makes the asngen work with both python2 and python3 splunk environments. The changes in the asngen code are not huge, but the whole splunklib had to be updated as well.

Code has been tested with both python2 and python3 on splunk> enterprise v8.0.6.

greg-savage commented 3 years ago

Any update on this getting merged?

mckar commented 3 years ago

@greg-savage You can download the version from kurtkeller/TA-asngen/tree/python3 branch, then tar and gzip with 7zip like asn-lookup-generator_111.tgz to asn-lookup-generator_120.tgz I have tested it with Splunk 8.1.2 and it did work after I had the errors with latest available version.

doksu commented 3 years ago

@kurtkeller you're awesome, thank you very much for this MR and apologies for the delay.