Also display the payload type of an exploit in exploits/show
, if it defines one
#127
Labels
Milestone
exploits/show
, if it defines one
#127
The
exploits/show
view should check if the@exploit
includesRonin::Exploits::Mixins::HasPayload
and then display@exploit.payload_class
's payload type using thepayload_type_name(@exploit.payload_class)
text helper method.The text was updated successfully, but these errors were encountered: