kling-motio-control-apitest-1768 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/poc.rb +6 -0
  3. metadata +38 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fe41dba3ae9bdd5d94c65ff51cc1d09816a77ed0fa4e3489c3d48de2a7eb7701
4
+ data.tar.gz: 7c8aa61180a3a9ff7805919bd60775ea02ee9f4bf5f744fcb726a6d5f310c5b8
5
+ SHA512:
6
+ metadata.gz: 35fb40c755d80d911d9205d4b456c103d3a8a4ed6556df288b08b9c9d65f06592656aff7026b7bcfca3162b18aaa26cf2ba43d155005ae85473c73090aada82e
7
+ data.tar.gz: f0deff53fd3c0b665a6bdba0f9dcd253187b95cb688c49efb846d9f413c199db139c47b3e3251f2c61820550b91f94f9caf74d1ce56c60db4b5e4d73ba0b37eb
data/lib/poc.rb ADDED
@@ -0,0 +1,6 @@
1
+ module KlingMotioControl
2
+ VERSION = "1768.444.568"
3
+ def self.pwned
4
+ puts "DIRECT OVERRIDE SUCCESSFUL!"
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,38 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kling-motio-control-apitest-1768
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - SecurityTest
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ executables: []
13
+ extensions: []
14
+ extra_rdoc_files: []
15
+ files:
16
+ - lib/poc.rb
17
+ homepage: https://example.com
18
+ licenses:
19
+ - MIT
20
+ metadata: {}
21
+ rdoc_options: []
22
+ require_paths:
23
+ - lib
24
+ required_ruby_version: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ version: '0'
29
+ required_rubygems_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ requirements: []
35
+ rubygems_version: 3.7.2
36
+ specification_version: 4
37
+ summary: API manipulation test
38
+ test_files: []