mitre / sandcat

A CALDERA plugin
https://caldera.mitre.org/
Apache License 2.0
63 stars 36 forks source link

VIRTS-1709: Adding python executor to sandcat #357

Closed blackwidow0616 closed 3 years ago

blackwidow0616 commented 3 years ago

Description

Adding python executors for sandcat and checks the version of python on the system and returns the appropriate executor name (supports python3 and python2).

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

This works on Windows (10) and *nix (ubuntu 18 & macos) with python3 (executed via python[.exe] or python3[.exe]) and python2. If a system has both versions, two python executors are made.

Checklist: