ronin-rb / ronin-exploits

A Ruby micro-framework for writing and running exploits
https://ronin-rb.dev
GNU Lesser General Public License v3.0
70 stars 23 forks source link

Replace `options={}` with keyword arguments #65

Closed postmodern closed 1 year ago

postmodern commented 2 years ago

Switch from options={} to keyword arguments.

postmodern commented 1 year ago

Ronin::Exploits::Web was gutted with most of the HTTP logic moved into Ronin::Exploits::Mixins::HTTP.