pwn 0.4.702 → 0.4.703

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: 2ed1a0adc6438474f96321a77062d0ae6179b023a399d89455317c968e319411
4
- data.tar.gz: f6e92b7c81b4a95c1386d28fbfd312251a44c7f1c0d5d87f8c35c6fc71b21131
3
+ metadata.gz: '08dcfe72f65aaf9093d1dec6cb5b42532e32dee67232b33611ef028263ad83a1'
4
+ data.tar.gz: 96a1ba0947499d36317b3e47f32388a3ca1d944c5140827ca8545e203c56bbd8
5
5
  SHA512:
6
- metadata.gz: 8e1febea97aca0637a6ab1151c4308edee84c2e1566ad2d84a5dd0eedfdd35c9f29fe5bb119e90a222f1c2696e42e4f8997e693960359e71cfc32aa9d785a88b
7
- data.tar.gz: 8a32dc2f9eecf7a052ef52202bab7ab04d88e70d8cce2cd18220c69f211610e8d6aa42c01c40c63123bb783a37144b3d0d0cbb56267ea2df5fdf118b9f466448
6
+ metadata.gz: 26214b3bb11d10e90232ab0279d5dba3615706648c7206c4bea4f142531143fd787ac008c0cfa908db1bfaee1f6c041b09bec5b62909cbdec31761c7da8f007b
7
+ data.tar.gz: b600e27dad07c0d777be618c55dc6b49f77874e7b7b6d0713779dd1bddfbf674f7cf5ae472814ad3ca72e3521f75d645791f138597d16ecb002fb81954912415
data/CONTRIBUTING.md CHANGED
@@ -1,10 +1,13 @@
1
- Initial Rules:
1
+ PWN Contribution Rules:
2
2
 
3
- - Be Respectful
4
- - Ask Questions
5
- - Fork PWN
6
- - Make Changes
7
- - Sign Your Work: https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work
8
- - Submit Pull Requests
9
- - Pass Tests
10
- - Profit
3
+ - loop do
4
+ - 'Be Respectful'
5
+ - 'Ask Questions'
6
+ - 'Fork PWN'
7
+ - 'Make Changes'
8
+ - 'Create RSpec Tests'
9
+ - 'Pass RSpec && RuboCop Tests'
10
+ - 'Sign Your Work: https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work'
11
+ - 'Submit Pull Requests'
12
+ - 'Pass Upstream Tests'
13
+ - end
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.702]:001 >>> PWN.help
40
+ pwn[v0.4.703]: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.702]:001 >>> PWN.help
55
+ pwn[v0.4.703]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -312,7 +312,7 @@ module PWN
312
312
 
313
313
  unless browser_obj[:browser].to_s.include?('RestClient')
314
314
  # Close the browser unless this_browser_obj.nil? (thus the &)
315
- this_browser_obj[:browser]&.close
315
+ browser_obj[:browser]&.close
316
316
  end
317
317
  nil
318
318
  rescue StandardError => e
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.702'
4
+ VERSION = '0.4.703'
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.702
4
+ version: 0.4.703
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-17 00:00:00.000000000 Z
11
+ date: 2023-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport