decal / dirverser

:arrow_up: Code to facilitate testing directory traversal issues

Home Page:https://github.com/decal/dirverser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Directory Traverser Methods

Description

  • Code to facilitate testing directory traversal issues

Features

Examples

require 'dirverser'

include Dirverser::URI

traverse('https://google.com/a/b/c')
=> ["https://google.com/a/", "https://google.com/a/b/", "https://google.com/a/b/c/"]

Requirements

Install

$ gem install dirverser

Copyright

Copyright (c) 2017 Derek Callaway

See LICENSE.txt for license information.

About

:arrow_up: Code to facilitate testing directory traversal issues

https://github.com/decal/dirverser

License:MIT License


Languages

Language:Ruby 100.0%