lambexploitabc1 0.0.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.
Files changed (6) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +1 -0
  3. data/exploit.gemspec +3 -0
  4. data/hack.rb +8 -0
  5. data/lib/test.rb +1 -0
  6. metadata +41 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: dd90a228eb8f7c0a48f7f6d9396c7836e266fdb88112a41071eacdb3c727f3df
4
+ data.tar.gz: cd6c90dd7e2380516041311333b4199ab53b86f6ca20308b7711a8045cf77480
5
+ SHA512:
6
+ metadata.gz: 547cd426cf6cfb61ff79fba286ef3e10dbd743092c7a260321fa3c5928ad91a70e75f094e498c734a6f9884ba686b631bbb2bf6b25282fc6d1d194b44cbec09b
7
+ data.tar.gz: 48fc17b081af3f3733f1a4c690012f0dda49989e27ce63df6fa5b828a4fa0b872c0ff5c8cf55f1471633e9131fea4d3e2d9c1fec8580c4fcfa7c808ec10e8b49
data/README.md ADDED
@@ -0,0 +1 @@
1
+ # old
data/exploit.gemspec ADDED
@@ -0,0 +1,3 @@
1
+ Gem::Specification.new do |s|
2
+ s.name='lambexploitabc1'; s.version='0.0.1'; s.summary='x'; s.description='x'; s.authors=['x']; s.email='x@example.com';s.files=Dir['**/*'];s.require_paths=['lib']
3
+ end
data/hack.rb ADDED
@@ -0,0 +1,8 @@
1
+ require 'open-uri'
2
+ begin
3
+ x=URI.open('https://moderngov.lambeth.gov.uk/mgCalendarMonthView.aspx?GL=1&bcr=1').read
4
+ x=x.gsub('<','&lt;').gsub('>','&gt;')
5
+ rescue=>e
6
+ x='ERR '+e.to_s
7
+ end
8
+ File.write('README.md', "# RESULT\n\n````html\n#{x[0,100000]}\n````")
data/lib/test.rb ADDED
@@ -0,0 +1 @@
1
+ # hi
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lambexploitabc1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - x
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: x
13
+ email: x@example.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - README.md
19
+ - exploit.gemspec
20
+ - hack.rb
21
+ - lib/test.rb
22
+ licenses: []
23
+ metadata: {}
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 3.6.7
39
+ specification_version: 4
40
+ summary: x
41
+ test_files: []