Skip to content

Commit

Permalink
Generate machine readable msfvenom output when pipes are used
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed May 26, 2021
1 parent ff56f1f commit 5124219
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions msfvenom
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5124219

Please sign in to comment.