Ne0nd0g / merlin

Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
GNU General Public License v3.0
5.06k stars 801 forks source link

Verbose and Debug Output Broken #116

Closed Ne0nd0g closed 2 years ago

Ne0nd0g commented 3 years ago

Prerequisite

Environment Data

Expected Behavior

Expected set verbose true from the main menu to actually enable Verbose output Expected set debug true from the main menu to actually enable Debug output

Actual Behavior

No Verbose or Debug output is displayed on the terminal

Steps to Reproduce Behavior

Misc Information

Ne0nd0g commented 3 years ago

The set verbose true statement enabled Verbose output for the CLI but did not enable Verbose output for the server component. Added a statement to enable Verbose/Debug output for the server component too.