Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also display the payload type of an exploit in exploits/show, if it defines one #127

Open
postmodern opened this issue Jul 2, 2024 · 0 comments
Labels
enhancement New feature or request payloads Involving ronin-payloads views Views

Comments

@postmodern
Copy link
Member

postmodern commented Jul 2, 2024

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.

@postmodern postmodern added enhancement New feature or request views Views payloads Involving ronin-payloads labels Jul 2, 2024
@postmodern 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request payloads Involving ronin-payloads views Views
Projects
None yet
Development

No branches or pull requests

1 participant