--- !ruby/object:Gem::Specification name: ctf-party version: !ruby/object:Gem::Version version: 2.2.0 platform: ruby authors: - Alexandre ZANNI autorequire: bindir: bin cert_chain: [] date: 2022-07-28 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: docopt requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.6' description: A CLI tool & library to enhance and speed up script/exploit writing for CTF players (or security researchers, bug bounty hunters, pentesters but mostly focused on CTF) by patching the String class to add a short syntax of usual code patterns. Methods for base64, digest (hash), flag, rot (Caesar), hexadecimal, case, cgi (URL encoding/decoding, HTML escaping/unescaping), binary, leet (1337), decimal, XOR, whitespace strip. email: alexandre.zanni@engineer.com executables: - ctf-party - ctf-party_console extensions: [] extra_rdoc_files: [] files: - LICENSE.txt - bin/ctf-party - bin/ctf-party_console - lib/ctf_party.rb - lib/ctf_party/base64.rb - lib/ctf_party/binary.rb - lib/ctf_party/case.rb - lib/ctf_party/cgi.rb - lib/ctf_party/dec.rb - lib/ctf_party/digest.rb - lib/ctf_party/flag.rb - lib/ctf_party/hex.rb - lib/ctf_party/leet.rb - lib/ctf_party/misc.rb - lib/ctf_party/rot.rb - lib/ctf_party/version.rb - lib/ctf_party/xor.rb homepage: https://noraj.github.io/ctf-party/ licenses: - MIT metadata: yard.run: yard bug_tracker_uri: https://github.com/noraj/ctf-party/issues changelog_uri: https://github.com/noraj/ctf-party/blob/master/docs/CHANGELOG.md documentation_uri: https://noraj.github.io/ctf-party/ homepage_uri: https://noraj.github.io/ctf-party/ source_code_uri: https://github.com/noraj/ctf-party/ rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.7.0 - - "<" - !ruby/object:Gem::Version version: '3.2' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.3 signing_key: specification_version: 4 summary: A CLI tool & library to enhance and speed up script/exploit writing with string conversion/manipulation test_files: []