--- !ruby/object:Gem::Specification name: buby version: !ruby/object:Gem::Version version: 1.1.7 platform: java authors: - Eric Monti - Matasano Security autorequire: bindir: bin cert_chain: [] date: 2009-12-29 00:00:00 -06:00 default_executable: buby dependencies: [] description: Buby is a mashup of JRuby with the popular commercial web security testing tool Burp Suite from PortSwigger. Burp is driven from and tied to JRuby with a Java extension using the BurpExtender API. This extension aims to add Ruby scriptability to Burp Suite with an interface comparable to the Burp's pure Java extension interface. email: emonti@matasano.com executables: - buby extensions: [] extra_rdoc_files: - History.txt - README.rdoc - bin/buby files: - .bnsignore - History.txt - README.rdoc - Rakefile - VERSION - bin/buby - buby.gemspec - java/buby.jar - java/src/BurpExtender.java - java/src/burp/IBurpExtender.java - java/src/burp/IBurpExtenderCallbacks.java - java/src/burp/IHttpRequestResponse.java - java/src/burp/IScanIssue.java - java/src/burp/IScanQueueItem.java - lib/buby.rb - lib/buby/extends.rb - lib/buby/extends/buby_array_wrapper.rb - lib/buby/extends/http_request_response.rb - lib/buby/extends/scan_issue.rb - samples/drb_buby.rb - samples/drb_sample_cli.rb - samples/mechanize_burp.rb - samples/poc_generator.rb - samples/verb_tamperer.rb - samples/watch_scan.rb - test/buby_test.rb has_rdoc: true homepage: http://emonti.github.com/buby licenses: [] post_install_message: rdoc_options: - --main - README.rdoc require_paths: - lib - java required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Buby is a mashup of JRuby with the popular commercial web security testing tool Burp Suite from PortSwigger test_files: - test/buby_test.rb