Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am Outlasted on github.
* I am outlasted (https://keybase.io/outlasted) on keybase.
* I have a public key whose fingerprint is 60B2 0EB5 B300 E3CF 9DE2 A462 5610 7FB7 539A BE6F
To claim this, I am signing this object:
@OblivionDev
OblivionDev / Traversal Fuzzer
Created May 15, 2015 19:05
Path Traversal Fuzzer
#!/usr/bin/env ruby
require 'wwmd'
require 'example_mixins'
include WWMD
puts "Traversal Fuzzer made by Outlasted\n Greetz to .:TeaMp0isoN:."
opts = { :base_url => "http://www.example.com" }
page = Page.new(opts)
spider = page.spider ;
spider.set_ignore([ /logout/i, /login/i ]) ;
while (url = spider.next) ;