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

Add a drop-down selection of built-in User-Agent strings in the `/network/http` form #133

Open postmodern opened 4 months ago

postmodern commented 4 months ago

The /network/http form should provide a drop-down selection list of built-in User-Agent strings from Ronin::Support::Network::HTTP::UserAgents, which should then be mapped to a Symbol value by Validations::HTTPParams. It should also provide a text field for entering a custom User-Agent string value.