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 exploit type in the `exploits/show` view #128

Open postmodern opened 4 months ago

postmodern commented 4 months ago

The exploit type should be displayed in the first row of the exploits/show table. This should be done by mapping @exploit.class.exploit_type to a display name. See the ronin-exploits show command for a mapping of exploit types to display names.