qtc-de / beanshooter

JMX enumeration and attacking tool.
GNU General Public License v3.0
378 stars 45 forks source link

Add support for tonka exec output decoding with specified charset #38

Closed peter5he1by closed 8 months ago

peter5he1by commented 8 months ago

In the beginning beanshooter does not decode the output of tonka exec. It just writes the original bytes to console without any side effect. So I think it could be even better if we add an option to decode the output with specified charset to string!

PS: I kept the code format carefully because there is no editorconfig file.