byt3bl33d3r / SILENTTRINITY

An asynchronous, collaborative post-exploitation agent powered by Python and .NET's DLR
GNU General Public License v3.0
2.17k stars 402 forks source link

[FEATURE REQUEST] Re-add IronPython #125

Open hackabean opened 4 years ago

hackabean commented 4 years ago

Hey, not really a bug but the feature request. I am happy to work on that if that is something you would like to implement into ST.

byt3bl33d3r commented 4 years ago

IronPython was replaced with Boolang for a number of reasons, first and foremost being that Boolang natively supports PInvoke. I do think IronPython would be an awesome addition, but because of this it's not worth implementing currently, additionally I rather wait until IronPython 3 is done before even starting to tackle this.

hackabean commented 4 years ago

Yeah I think that adding python 2.7 functionality now would be less better : ) than waiting for python 3.