Closed code4days closed 3 years ago
When running a module using a console, the run_module_with_output method does not add a set TARGET <ID> line to the outputs_str variable. This prevents some exploits from running successfully when the target value is changed.
console
run_module_with_output
set TARGET <ID>
outputs_str
When running a module using a
console
, therun_module_with_output
method does not add aset TARGET <ID>
line to theoutputs_str
variable. This prevents some exploits from running successfully when the target value is changed.