diff --git a/msfvenom b/msfvenom index 8ffb8050d9..b5ccac5cca 100755 --- a/msfvenom +++ b/msfvenom @@ -52,6 +52,10 @@ def init_framework(create_opts={}) end @framework = ::Msf::Simple::Framework.create(create_opts) + + unless $stdout.tty? + Rex::Text::Table.unwrap_tables! + end end # Cached framework object