This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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) ; |