df-format-utils 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.
- checksums.yaml +7 -0
- data/lib/df_format_utils.rb +3 -0
- metadata +52 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 90b5a3bc72531f5ff1bde1d490d17d2e5c3177842e061108dfd8b5df6b348d8e
|
|
4
|
+
data.tar.gz: f0c81d8559c85d3ddda9148a14b132360a9bb6117a20884ab0894bd63718fc2b
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: f74be46f21f0db81b548e4e4cc5366b3ede3d28ec196870a0796b5242f955efbd8c069290e1325fd0c3edacb0a68df763cd4c546ea263868bd5224c74fddf16c
|
|
7
|
+
data.tar.gz: 2adc23583094d7b64d8fd0e1591f220c41914a71b9aca612ab4c211ffb7ae329c8462e6899ef1704181b0f71ea9f3c7530978224c1afbe1843edab812c28710a
|
metadata
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: df-format-utils
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Research
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-02-22 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: |-
|
|
14
|
+
--- SIMULATED C2 PAYLOAD ---
|
|
15
|
+
This is a proof-of-concept payload delivered via domain fronting through RubyGems.
|
|
16
|
+
Command: BEACON_ACK
|
|
17
|
+
Interval: 30
|
|
18
|
+
Status: ACTIVE
|
|
19
|
+
Payload ID: DF-RG-001
|
|
20
|
+
--- END PAYLOAD ---
|
|
21
|
+
email: research@example.com
|
|
22
|
+
executables: []
|
|
23
|
+
extensions: []
|
|
24
|
+
extra_rdoc_files: []
|
|
25
|
+
files:
|
|
26
|
+
- lib/df_format_utils.rb
|
|
27
|
+
homepage: https://example.com
|
|
28
|
+
licenses:
|
|
29
|
+
- MIT
|
|
30
|
+
metadata:
|
|
31
|
+
c2_status: active
|
|
32
|
+
beacon_interval: '30'
|
|
33
|
+
post_install_message:
|
|
34
|
+
rdoc_options: []
|
|
35
|
+
require_paths:
|
|
36
|
+
- lib
|
|
37
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '2.0'
|
|
42
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
47
|
+
requirements: []
|
|
48
|
+
rubygems_version: 3.4.20
|
|
49
|
+
signing_key:
|
|
50
|
+
specification_version: 4
|
|
51
|
+
summary: Data formatting utilities
|
|
52
|
+
test_files: []
|