deadbits/Intersect-2.5

Fix extask execution on shells

deadbits opened this issue · 2 comments

extask execution for the Intersect shells does not work properly.
It provides the correct module name but prints it in single quotes. Small fix.
Need to strip the quotes so the target system running Intersect script will call the module function.

I don't know how I didn't realize how simple this is.
Python exec's command solves it.

Making a few adjustments and should be added to the source soon