Generate machine readable msfvenom output when pipes are used

This commit is contained in:
Alan Foster 2021-05-26 11:13:49 +01:00
parent ff56f1fb57
commit 5124219fb6
No known key found for this signature in database
GPG Key ID: 3BD4FA3818818F04
1 changed files with 4 additions and 0 deletions

View File

@ -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