rex-random_identifier 0.1.20 → 0.1.21

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: 1535a86c7b5bcab6e709ba8337f165f2a5f0179ba2a82ab4f96b029a0630cb98
4
- data.tar.gz: 191058bcd6288fe7ba429bcaa36f12861695f5b5cf7af92ce199f90ce4708c13
3
+ metadata.gz: b63b18bb114bed11f187bc67af683c4f22c4d472513f9d26fa25f24fe64e2628
4
+ data.tar.gz: fcd820011763f92154ebdf30768719ddab7b776b9829026a51ec08f27d737432
5
5
  SHA512:
6
- metadata.gz: '08182b8117736c3c2b1113926c353c7b16f1f46935a7f5886a7c7f56aa0c341f174f54d4eefa54e3decbf4697b13a4ee442477864613fa7524ff33abdc5e68b9'
7
- data.tar.gz: 58c553250b747f9474ae18f4535425c4ffdff3be321b328150305a03468040f0c875711681c968c8716903363e1630010750fc186cd431c81c3c177bbebc613f
6
+ metadata.gz: 6ada734cc312bf67da6c24d644aaafe9e045d472d8162ff4e9765cf094095d5fc0362e95ccbd758a511f8dd618315b972e018f290463074723dc06ed3539294a
7
+ data.tar.gz: e5e1e0e7793fda7dfc2275527e563c8ff9fd99eca809fe75bf6afbf6cf7ac15921a1935ea74912c150346b1fcb4750bf191c64ae30d4a2c01f925188abe67f0f
@@ -269,7 +269,8 @@ class Rex::RandomIdentifier::Generator
269
269
  jsp: JSPOpts,
270
270
  javascript: JavaScriptOpts,
271
271
  python: PythonOpts,
272
- powershell: PowershellOpts
272
+ powershell: PowershellOpts,
273
+ php: PHPOpts
273
274
  }
274
275
 
275
276
  # @param opts [Hash] Options, see {DefaultOpts} for default values
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module RandomIdentifier
3
- VERSION = "0.1.20"
3
+ VERSION = "0.1.21"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-random_identifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-01 00:00:00.000000000 Z
11
+ date: 2025-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake