pwn 0.4.831 → 0.4.832

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: 006b32a48b59e5990975a5f161e91c63749c3f63fc1a825c8ce67cf647a9c3e5
4
- data.tar.gz: d27b7a2ddcd2102ebb6273bc284352cb67b9327dead053c9cb82584a693b73a4
3
+ metadata.gz: ae1b272c35aaeea2db78c7dd6b507ea3c4399c2c56602397359a9be3332aeb9c
4
+ data.tar.gz: 91590c90846ebbf7143cd244f31882e3267b2b70b1380661bbad81b7e74a5c24
5
5
  SHA512:
6
- metadata.gz: 1643fe23f6480e7eca3b87b780586676c15a0ea5202d82bc58ec314b8ed7e971d67ad0e9d4c18e972173a29fe2ebc23688bae4eecae93cf21d9bbb53014cab6b
7
- data.tar.gz: 173647df72e9ccbe41b7bab18da2596caa3ec6e3b49daec6b1db4989fb95262d7ebc7ef78759676491288cbb80e98e652d08b18addb0dec4fc648a69200ea6b1
6
+ metadata.gz: 51233f3cf15429dd95f9b4aaa475a4e818a1377813cf3729ed81f62d8b63c6a84e588e73bb3758b61f6694df120f318244a0b8e0d5467c532954de2ed5c07292
7
+ data.tar.gz: dc474fc7b6fc8da6c7a6385a9e5676062cb7d11fbdd843103c299d0505a133c260c3ac2400c28b08c8ef434c1dac5f759356749891d13f2eddbdcb0ba55d63b1
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.2@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.831]:001 >>> PWN.help
40
+ pwn[v0.4.832]: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.2.2@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.831]:001 >>> PWN.help
55
+ pwn[v0.4.832]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -30,7 +30,7 @@ module PWN
30
30
  URI::InvalidURIError,
31
31
  URI::InvalidComponentError
32
32
 
33
- next
33
+ false
34
34
  rescue StandardError => e
35
35
  raise e
36
36
  end
@@ -504,7 +504,7 @@ module PWN
504
504
  public_class_method def self.get_uris(opts = {})
505
505
  search_results = opts[:search_results]
506
506
 
507
- search_results[:matches].map do |search_resuls_hash|
507
+ search_results.map do |search_results_hash|
508
508
  extract_and_validate_uris(
509
509
  search_results_hash: search_results_hash
510
510
  )
@@ -604,6 +604,10 @@ module PWN
604
604
  target_ips: 'required - comma-delimited list of ip addresses to target'
605
605
  )
606
606
 
607
+ uri_arr = #{self}.get_uris(
608
+ search_results: 'required - search_results object returned from #search method'
609
+ )
610
+
607
611
  #{self}.authors
608
612
  "
609
613
  end
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.831'
4
+ VERSION = '0.4.832'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.831
4
+ version: 0.4.832
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.