ctf-party 4.0.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1eb800f2b8374568f0f0caf62902e9851de280e60f136079486ddb1d80d597a3
4
- data.tar.gz: 5202083c9dcfe5d3f917fd1a706d8bfc305d20e004f1857d406f7ef86c3a674f
3
+ metadata.gz: d9413ed422b3e1da59bf459e2156421fae2025ec2ee516693ae64ccc0900f959
4
+ data.tar.gz: d02a82b63761515a32ac2bc8f026752bee898f2e3b0e270247cf46cd310c8b3b
5
5
  SHA512:
6
- metadata.gz: acfd29ec5d68b4904f60eb2331fd22773865aa80e549c366c285bc7ce3a0448a543729ac3ec8df00821942a70eec740d6ee20942939469463cd8cc15036e9793
7
- data.tar.gz: b9cce70eaeaa54d167f2e657e5b120a776bb3510b9555916ea42739e1011bb335e493045ebf609a8cc2ca55041fbc93c40b30b930700f219193950f584fc10d4
6
+ metadata.gz: ed6080f4edaf43af64aa5460cffa7992cec4e1e17b9bbc86b9c394fdacc6c6cd67fbcd4479c946e4211e68ffd863ee8cdd2c4e04073b0e07ed1365ffaa9031f8
7
+ data.tar.gz: 00f281a6dd25cb97807bc091838d516da2bafd2f190aac318a8e7fdf7a4f5a2fdda38b429eac086ad141aab442cf16bcb53724a961a7297119e40a5d5082b5a1
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020-2020 Alexandre ZANNI
3
+ Copyright (c) 2020-2026 Alexandre ZANNI
4
4
  Copyright (c) 2019-2020 Alexandre ZANNI at Orange Cyberdefense
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
data/bin/ctf-party CHANGED
@@ -90,7 +90,7 @@ cmd_whitelist = {
90
90
  }
91
91
 
92
92
  doc = <<~DOCOPT
93
- ctf-party v#{Version::VERSION} by noraj
93
+ ctf-party v#{CTFParty::VERSION} by noraj
94
94
 
95
95
  Usage:
96
96
  ctf-party <string> <cmd>... [--row --file] [--debug]
@@ -120,7 +120,7 @@ doc = <<~DOCOPT
120
120
  DOCOPT
121
121
 
122
122
  begin
123
- args = Docopt.docopt(doc, version: Version::VERSION)
123
+ args = Docopt.docopt(doc, version: CTFParty::VERSION)
124
124
  # use case 1, using the tool
125
125
  puts args if args['--debug']
126
126
  if args['<string>']
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CTFParty
4
- VERSION = '4.0.0'
4
+ VERSION = '5.0.0'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ctf-party
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre ZANNI
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: base64
@@ -23,6 +23,20 @@ dependencies:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
25
  version: 0.2.0
26
+ - !ruby/object:Gem::Dependency
27
+ name: cgi
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '0.4'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '0.4'
26
40
  - !ruby/object:Gem::Dependency
27
41
  name: docopt
28
42
  requirement: !ruby/object:Gem::Requirement
@@ -43,20 +57,14 @@ dependencies:
43
57
  requirements:
44
58
  - - "~>"
45
59
  - !ruby/object:Gem::Version
46
- version: '1.0'
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: 1.0.2
60
+ version: '1.1'
50
61
  type: :runtime
51
62
  prerelease: false
52
63
  version_requirements: !ruby/object:Gem::Requirement
53
64
  requirements:
54
65
  - - "~>"
55
66
  - !ruby/object:Gem::Version
56
- version: '1.0'
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- version: 1.0.2
67
+ version: '1.1'
60
68
  description: A CLI tool & library to enhance and speed up script/exploit writing for
61
69
  CTF players (or security researchers, bug bounty hunters, pentesters but mostly
62
70
  focused on CTF) by patching the String class to add a short syntax of usual code
@@ -108,17 +116,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
116
  requirements:
109
117
  - - ">="
110
118
  - !ruby/object:Gem::Version
111
- version: 3.1.0
119
+ version: 3.2.0
112
120
  - - "<"
113
121
  - !ruby/object:Gem::Version
114
- version: '4.0'
122
+ version: '5.0'
115
123
  required_rubygems_version: !ruby/object:Gem::Requirement
116
124
  requirements:
117
125
  - - ">="
118
126
  - !ruby/object:Gem::Version
119
127
  version: '0'
120
128
  requirements: []
121
- rubygems_version: 3.6.2
129
+ rubygems_version: 4.0.3
122
130
  specification_version: 4
123
131
  summary: A CLI tool & library to enhance and speed up script/exploit writing with
124
132
  string conversion/manipulation