ronin-rb / ronin-app

A local web interface for Ronin.
https://ronin-rb.dev
GNU Affero General Public License v3.0
26 stars 8 forks source link

Also display the payload type in the `payloads/show` view #129

Open postmodern opened 3 months ago

postmodern commented 3 months ago

The payload type should be the first row of the table in the payloads/show view. The @payload.class.payload_type symbol should be mapped to a display name. See Ronin::Payloads::CLI::Printing for a mapping of payload classes to display names.