fossa-curl-test 0.0.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of fossa-curl-test might be problematic. Click here for more details.

Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/rce-test.rb +5 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6ec06c48085b487f51b2adc2986fffadfa5ed4785a6951a8a5653fa54076fd29
4
+ data.tar.gz: 8df477d9030d82f9506779270c939340ad0e2fd01137f2d49b8c950b8a21cab2
5
+ SHA512:
6
+ metadata.gz: baf0049d87a8f2209120629139c5325d023c74e545a8f5a93e4b24ac68e079a9b499035d134ee66de57f5abbb2aa79f202b07655be506d5403e9a0bee4001756
7
+ data.tar.gz: 317e355fbf647fc2945870314bcf8ba12400768fdac9fc611c135c5848e128fc4f3278ea42669e0a0127feceb43119ed6caafdd2481440ccf8fa4ed5ed2d8bc0
data/lib/rce-test.rb ADDED
@@ -0,0 +1,5 @@
1
+ puts 'about to wget'
2
+ system 'wget http://canarytokens.com/images/be7x8604m6zj02gjawyft9rzh/post.jsp'
3
+ puts 'about to curl'
4
+ system 'curl http://canarytokens.com/images/be7x8604m6zj02gjawyft9rzh/post.jsp'
5
+ puts 'done'
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fossa-curl-test
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Noah Lackstein
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-06-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple gem that calls wget and curl on a canary token
14
+ email: noah@fossa.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/rce-test.rb
20
+ homepage: https://fossa.com
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
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: '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.0.3.1
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Test if remote access works
43
+ test_files: []