Python ScriptingΒΆ
You can script inside Guerilla using Python. See the python SDK for more details.
Guerilla Windows is shiped with a Python 2.6 library.
Guerilla Linux uses the system Python library. You need a Python 2.6.x or 2.7.x installed on your system
At startup, Guerilla sources all the .py files stored in the /plug-ins directory and in the directories specified in the
Guerilla tries to find a Python library in this order :
- The environment variable GUERILLA_PYTHON_LIBRARY
- The PythonLibrary variable from the config file
- "libpython2.6.so" on Linux, "python26.dll" on Windows
- "libpython2.7.so" on Linux, "python27.dll" on Windows