jdwp-shellifier icon indicating copy to clipboard operation
jdwp-shellifier copied to clipboard

Returning the output from commands and conversion to Python3

Open aarislarsen opened this issue 3 months ago • 1 comments

Changes to jdwp-shellifier.py write the output of the --cmd-with-output commands to a customer Java property, which is then printed so you get the actual command output.

jdwp-shellifier3.py is a Python3 conversion, adds a bit of output styling and likewise allows to return the command output.

LLMs (Claude) were heavily used in this, so there's a good chance that something was broken in the process, but both versions have been tested in a production environment with good results.

aarislarsen avatar Oct 09 '25 11:10 aarislarsen

See https://github.com/IOActive/jdwp-shellifier/issues/12

hugsy avatar Oct 11 '25 15:10 hugsy