# -*- encoding: utf-8 -*- # stub: ronin-exploits 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "ronin-exploits".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Postmodern".freeze] s.date = "2009-01-08" s.description = "Ronin Exploits is a Ruby library for Ronin that provides exploitation and payload crafting functionality. Ronin is a Ruby platform designed for information security and data exploration tasks. Ronin allows for the rapid development and distribution of code over many of the common Source-Code-Management (SCM) systems.".freeze s.email = ["postmodern.mod3@gmail.com".freeze] s.extra_rdoc_files = ["History.txt".freeze, "COPYING.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "TODO.txt".freeze] s.files = ["COPYING.txt".freeze, "History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "TODO.txt".freeze, "lib/ronin/exploits.rb".freeze, "lib/ronin/exploits/binary_exploit.rb".freeze, "lib/ronin/exploits/buffer_overflow.rb".freeze, "lib/ronin/exploits/buffer_overflow_target.rb".freeze, "lib/ronin/exploits/exceptions.rb".freeze, "lib/ronin/exploits/exceptions/exploit_not_built.rb".freeze, "lib/ronin/exploits/exceptions/restricted_char.rb".freeze, "lib/ronin/exploits/exploit.rb".freeze, "lib/ronin/exploits/exploit_author.rb".freeze, "lib/ronin/exploits/exploit_target.rb".freeze, "lib/ronin/exploits/exploitable.rb".freeze, "lib/ronin/exploits/format_string.rb".freeze, "lib/ronin/exploits/format_string_target.rb".freeze, "lib/ronin/exploits/impact.rb".freeze, "lib/ronin/exploits/requirement.rb".freeze, "lib/ronin/exploits/version.rb".freeze, "lib/ronin/exploits/web_exploit.rb".freeze, "lib/ronin/models.rb".freeze, "lib/ronin/payloads.rb".freeze, "lib/ronin/payloads/ability.rb".freeze, "lib/ronin/payloads/binary_payload.rb".freeze, "lib/ronin/payloads/payload.rb".freeze, "lib/ronin/payloads/payload_author.rb".freeze, "lib/ronin/payloads/shellcode.rb".freeze, "lib/ronin/payloads/web_payload.rb".freeze, "lib/ronin/translators/xor.rb".freeze, "lib/ronin/vuln/behavior.rb".freeze, "spec/exploits/exploit_spec.rb".freeze, "spec/exploits/exploitable_spec.rb".freeze, "spec/exploits/web_exploit_spec.rb".freeze, "spec/exploits_spec.rb".freeze, "spec/payloads/payload_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/translators/xor_spec.rb".freeze, "spec/vuln/behavior_spec.rb".freeze, "tasks/spec.rb".freeze] s.homepage = "http://ronin.rubyforge.org/exploits/".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ronin Exploits is a Ruby library for Ronin that provides exploitation and payload crafting functionality".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0.1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 1.8.2".freeze]) end