Hi, I wanna ask if there is a way to obfuscate/hide a python code that works on Splunk? Tried Cython and py_compile to no avail. Or am I just doing it wrong? Any help would be greatly appreciated. Thank you very much!
@kingjeo2
Have tried this?
SPLUNK_HOME/bin/splunk cmd python <<PYTHON_FILE_PATH>>
Hi, what does that do exactly? Thanks.