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

Add a `PathTraversal` exploit class #143

Closed postmodern closed 3 months ago

postmodern commented 4 months ago

Add an exploit class that represents path traversal exploits. It should include Mixins::Loot by default and define a path param.

postmodern commented 3 months ago

Implemented by bc12c4f.