pwn 0.4.366 → 0.4.367

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/lib/pwn/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 734309b7c727eeb76db4096cfa5a702308ff06a215f6dc5dd82b5f8b0924fc08
4
- data.tar.gz: 929f855bf28a79e12f856cd9ee71757f2af5a7b098d8e50d190fc3b54b802be8
3
+ metadata.gz: 2a2d2c8ea49897f1e95217ef59910cabe3818e9b0b80a517fe9dbcb9f74b889b
4
+ data.tar.gz: 0fc1d002a7b20e50810c9da451bee552c9768b9a1024d1fbf7fb92d6b51995f7
5
5
  SHA512:
6
- metadata.gz: 0b13c8b2759ece5aaf7d32ef1b1b120e794b8fb5bcc71d6bcf9476e0e60809b7ce514137ff2b839bc2c0c45da6f0041a36452f1cf2b7c5e8cc69ee5c6c85e078
7
- data.tar.gz: 781d60b9b587d2f3f88e587da65252082d0aef7a4bc58751a80f0c63d3142420fc811e2e69f657333a4eb9957bd82d12249726f6bf6e2f344760f7d01ad7725f
6
+ metadata.gz: 3e81b57ce5d82e2729d8e3277a770d1a8e3808254560d15b08784a0efb5c159f5a1d0748dc84cb44748a4707f99553905f7fc9d7c073e58dc369c6741a862d41
7
+ data.tar.gz: 92c74b25982a6771b378e40bdd86d5430789fabb8e29d0f36ddb683f7cb9082d4d8a6ccbaa8e4d517a2f5b041aa95422518bb6b39a701350ebac2df68cd0e514
data/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  - [Call to Arms](#call-to-arms)
11
11
  - [Module Documentation](#module-documentation)
12
12
  - [Keep Us Caffeinated](#keep-us-caffeinated)
13
- - [0x4D 0x65 0x72 0x63 0x68](#0x4D-0x65-0x72-0x63-0x68)
13
+ - [0x004D65726368](#0x004D65726368)
14
14
 
15
15
 
16
16
  ### **Intro** ###
@@ -36,7 +36,7 @@ Tested on Linux, & OSX leveraging Ruby via RVM.
36
36
  ```
37
37
  $ gem install pwn
38
38
  $ pwn
39
- pwn[v0.4.366]:001 >>> PWN.help
39
+ pwn[v0.4.367]:001 >>> PWN.help
40
40
  ```
41
41
 
42
42
 
@@ -47,7 +47,7 @@ It's wise to update pwn often as numerous versions are released/week:
47
47
  ```
48
48
  $ gem update pwn
49
49
  $ pwn
50
- pwn[v0.4.366]:001 >>> PWN.help
50
+ pwn[v0.4.367]:001 >>> PWN.help
51
51
  ```
52
52
 
53
53
 
@@ -66,7 +66,7 @@ If you've found this framework useful and you're interested in supporting as man
66
66
  [![Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoff.ee/0dayinc)
67
67
 
68
68
 
69
- ### [**0x4D 0x65 0x72 0x63 0x68**](https://0day.myspreadshop.com/) ###
69
+ ### [**0x004D65726368**](https://0day.myspreadshop.com/) ###
70
70
 
71
71
  [![PWN Sticker](https://image.spreadshirtmedia.com/image-server/v1/products/T1459A839PA3861PT28D1044068794FS8193/views/1,width=300,height=300,appearanceId=839,backgroundColor=000000/ultimate-hacker-t-shirt-to-convey-to-the-public-a-hackers-favorite-past-time.jpg)](https://0day.myspreadshop.com/stickers)
72
72
 
data/lib/pwn/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PWN
4
- VERSION = '0.4.366'
4
+ VERSION = '0.4.367'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.366
4
+ version: 0.4.367
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-01 00:00:00.000000000 Z
11
+ date: 2022-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport