You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a bug, may be something wrong on my side, but I searched for help online but couldn't find anything.
Using default stagers and modules when I try to execute any module on victim I get Boo casting exception:
System.InvalidCastException: Unable to cast object of type 'Boo.Lang.Parser.BooParsingStep' to type 'Boo.Lang.Compiler.ICompilerStep'
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
SILENTTRINITY Version: 0.4.6dev
OS running the Client: Kali 5.4.0
Python Version Running the Client 3.83
OS running the TeamServer: Kali 5.4.0
Python version running the Teamserver: 3.8.3
Current Behavior
When module is run I get this error stack: [1] ST (modules)(boo/msgbox) ≫ run cb939822-4cc2-4958-99b5-cd02ba46d4eb [*] [TS-6GaU9] cb939822-4cc2-4958-99b5-cd02ba46d4eb returned job result (id: EsBHWMws62) System.InvalidCastException: Unable to cast object of type 'Boo.Lang.Parser.BooParsingStep' to type 'Boo.Lang.Compiler.ICompilerStep'. at Boo.Lang.Compiler.Steps.Parsing.NewParserStep() at Boo.Lang.Compiler.Steps.Parsing.get_Parser() at Boo.Lang.Compiler.Steps.Parsing.Initialize(CompilerContext context) at Boo.Lang.Compiler.CompilerPipeline.RunStep(CompilerContext context, ICompilerStep step) at Boo.Lang.Compiler.CompilerPipeline.RunSteps(CompilerContext context) at Boo.Lang.Compiler.CompilerPipeline.<Run>c__AnonStorey0.<>m__0() at Boo.Lang.Environments.ActiveEnvironment.With(IEnvironment environment, Procedure code) at Boo.Lang.Compiler.BooCompiler.Run(CompileUnit compileUnit) at Boo.Lang.Compiler.BooCompiler.Run() at STJob.CompileAndRun(String source, List references) in C:\Users\user\Downloads\Stage.boo:line 526 at STJob.Start() in C:\Users\user\Downloads\Stage.boo:line 386
Any help is appreciated!
The text was updated successfully, but these errors were encountered:
Context
Not sure if this is a bug, may be something wrong on my side, but I searched for help online but couldn't find anything.
Using default stagers and modules when I try to execute any module on victim I get Boo casting exception:
System.InvalidCastException: Unable to cast object of type 'Boo.Lang.Parser.BooParsingStep' to type 'Boo.Lang.Compiler.ICompilerStep'
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Current Behavior
When module is run I get this error stack:
[1] ST (modules)(boo/msgbox) ≫ run cb939822-4cc2-4958-99b5-cd02ba46d4eb [*] [TS-6GaU9] cb939822-4cc2-4958-99b5-cd02ba46d4eb returned job result (id: EsBHWMws62) System.InvalidCastException: Unable to cast object of type 'Boo.Lang.Parser.BooParsingStep' to type 'Boo.Lang.Compiler.ICompilerStep'. at Boo.Lang.Compiler.Steps.Parsing.NewParserStep() at Boo.Lang.Compiler.Steps.Parsing.get_Parser() at Boo.Lang.Compiler.Steps.Parsing.Initialize(CompilerContext context) at Boo.Lang.Compiler.CompilerPipeline.RunStep(CompilerContext context, ICompilerStep step) at Boo.Lang.Compiler.CompilerPipeline.RunSteps(CompilerContext context) at Boo.Lang.Compiler.CompilerPipeline.<Run>c__AnonStorey0.<>m__0() at Boo.Lang.Environments.ActiveEnvironment.With(IEnvironment environment, Procedure code) at Boo.Lang.Compiler.BooCompiler.Run(CompileUnit compileUnit) at Boo.Lang.Compiler.BooCompiler.Run() at STJob.CompileAndRun(String source, List references) in C:\Users\user\Downloads\Stage.boo:line 526 at STJob.Start() in C:\Users\user\Downloads\Stage.boo:line 386
Any help is appreciated!
The text was updated successfully, but these errors were encountered: