You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exploits/show view should check if the @exploit includes Ronin::Exploits::Mixins::HasPayload and then display @exploit.payload_class by mapping @exploit.payload_class.payload_type to a displayable name (ex: Ronin::Payloads::ShellcodePayload.payload_type -> :shellcode -> Shellcode). See Ronin::Payloads::CLI::Printing for a mapping of payload classes to display names.
The text was updated successfully, but these errors were encountered:
postmodern
changed the title
Also display the payload type of an exploit, if it defines one
Also display the payload type of an exploit in exploits/show, if it defines one
Jul 2, 2024
The
exploits/show
view should check if the@exploit
includesRonin::Exploits::Mixins::HasPayload
and then display@exploit.payload_class
by mapping@exploit.payload_class.payload_type
to a displayable name (ex:Ronin::Payloads::ShellcodePayload.payload_type
->:shellcode
->Shellcode
). See Ronin::Payloads::CLI::Printing for a mapping of payload classes to display names.The text was updated successfully, but these errors were encountered: