pwn 0.4.561 → 0.4.562

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 608728dc0132c4df09fdabd023dd38f22eb58f23dcd97ad0ca527c0831be0ce7
4
- data.tar.gz: fa4e7dbc70c53f000643d3c12288eb6d5133a8333b8da8f93bb1f238f0fcccd7
3
+ metadata.gz: f252259d718c00f89c51573750cb300cc1a020810936cd1693e67ce29eeca7c8
4
+ data.tar.gz: 106025f0c0d06e671908d551001f7b321916194875970ec6028ba3869a95c5f5
5
5
  SHA512:
6
- metadata.gz: 6d0deede7ae49769b8b5b74eb3059283256253343555143eca40e8c12c7cade98d145a7f0a93a674ac7d5abd7a3bb4e9a2b032c9324d6c47331bbdda24b3f6d8
7
- data.tar.gz: 01e5a8fd9e5a9911a31be50c26c6b310b38dfc152332ccf1b833f8a54ed5c7bb664bc345b86d5bf37e32fae86b015408d48093dfa285950b63eeddd8b01e8624
6
+ metadata.gz: 054f8cef077f38baf2fd3fa5cd84a31481c3153f896432ed606e2e1505e8801bf436629e83a567b4b40cc6aec3406cdca6c7453b980b8b79323d975bc28c9f38
7
+ data.tar.gz: 68585e9e5fcc901ff52db929527aed6ac4391d603762212c98f735cabbadd5b114e20dc670a73a6570f605fe608eadf7b0850ef5e6a6771dba8816dbafbaf4f2
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.1.2@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.561]:001 >>> PWN.help
40
+ pwn[v0.4.562]:001 >>> PWN.help
41
41
  ```
42
42
 
43
43
  [![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -52,7 +52,7 @@ $ rvm use ruby-3.1.2@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.561]:001 >>> PWN.help
55
+ pwn[v0.4.562]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -106,7 +106,6 @@ def request_path(opts = {})
106
106
  http_resp_length: e.response.body.length,
107
107
  http_resp: "#{e.response.body[0..300]}..."
108
108
  }
109
- next
110
109
  rescue URI::InvalidURIError
111
110
  url_encoded_wordlist_arr = []
112
111
  wordlist_line.split('/').each do |path|
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.561'
4
+ VERSION = '0.4.562'
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.561
4
+ version: 0.4.562
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-11-02 00:00:00.000000000 Z
11
+ date: 2022-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport