apex_link_admin 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.
Potentially problematic release.
This version of apex_link_admin might be problematic. Click here for more details.
- checksums.yaml +4 -0
- data/lib/hello.rb +1 -0
- metadata +36 -0
checksums.yaml
ADDED
data/lib/hello.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# SSRF v2
|
metadata
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: apex_link_admin
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- tester
|
|
8
|
+
email: testingbear@apexblack.org
|
|
9
|
+
homepage: http://127.0.0.1:3000/admin
|
|
10
|
+
summary: SSRF linkback verify test v2
|
|
11
|
+
description: Testing link verification SSRF
|
|
12
|
+
licenses:
|
|
13
|
+
- MIT
|
|
14
|
+
metadata: {}
|
|
15
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
21
|
+
requirements:
|
|
22
|
+
- - ">="
|
|
23
|
+
- !ruby/object:Gem::Version
|
|
24
|
+
version: '0'
|
|
25
|
+
files:
|
|
26
|
+
- lib/hello.rb
|
|
27
|
+
bindir: bin
|
|
28
|
+
executables: []
|
|
29
|
+
require_paths:
|
|
30
|
+
- lib
|
|
31
|
+
extensions: []
|
|
32
|
+
extra_rdoc_files: []
|
|
33
|
+
date: 2026-07-07
|
|
34
|
+
dependencies: []
|
|
35
|
+
rubygems_version: 3.5.0
|
|
36
|
+
specification_version: 4
|