diff --git a/views/exploits/show.erb b/views/exploits/show.erb index 55f33c6..39ff904 100644 --- a/views/exploits/show.erb +++ b/views/exploits/show.erb @@ -90,6 +90,16 @@ + <% if defined?(Ronin::Exploits::Metadata::Shouts) && + @exploit.include?(Ronin::Exploits::Metadata::Shouts) %> + + Shouts: + +

<%=h @exploit.shouts.join(', ') %>

+ + + <% end %> + Params: