pwn 0.5.356 → 0.5.357

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: 9b868d96f794aec7b4791d100b90533fd12f4c8604d2bce0ecfb2984545a70cb
4
- data.tar.gz: 292c193f5f6bb877a0b4c1b96803dba2c7f67a7fa21dab9ed67da88d66238ffc
3
+ metadata.gz: 5fbffd12dab4ec7445621a5ed40a9f30c897ed6da0b571b8fe86ea31654dc4f8
4
+ data.tar.gz: e7a41bfc31a0f47b6cf3b0f4f5012ad19ebedc8a1f2634ac6da2889a2c8b6b4b
5
5
  SHA512:
6
- metadata.gz: 3f8e83b4c59a0e9ff7d03ee3768ef09316bb6d3e967d1c78ed566ece9dc41f4c96ebe267583cbdc7b7acb84ac0c000b319d2cde4a486630112a03949c8049e7a
7
- data.tar.gz: 84f93e38d00342370e2812a1b23c797dc5a97f44aa538d9a1972dca01e028a72043ac194f1cde78650a12c46d5ec5bd67f82702bb2670d54709e3d5243cc72f5
6
+ metadata.gz: 9b0e0783542662858f36b1ab27478e075ad905b8cb0fbb8c9b21c655210c262ea21b87eb16dc7b03649616ed9d9c8174f53615ba96aef56c94ae80ef89af4df0
7
+ data.tar.gz: 293ab4b74dab8db0e42ace366ce1e5a514261bf4791f211f6cb06b1d56ecb5f6d08a43a7f8a3765a54acb02a832de5bcf1307dd040e12ea89c8c42cc158300b3
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ cd /opt/pwn
37
37
  $ ./install.sh
38
38
  $ ./install.sh ruby-gem
39
39
  $ pwn
40
- pwn[v0.5.356]:001 >>> PWN.help
40
+ pwn[v0.5.357]: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.4.4@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.356]:001 >>> PWN.help
55
+ pwn[v0.5.357]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
  If you're using a multi-user install of RVM do:
@@ -62,7 +62,7 @@ $ rvm use ruby-3.4.4@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.356]:001 >>> PWN.help
65
+ pwn[v0.5.357]:001 >>> PWN.help
66
66
  ```
67
67
 
68
68
  PWN periodically upgrades to the latest version of Ruby which is reflected in `/opt/pwn/.ruby-version`. The easiest way to upgrade to the latest version of Ruby from a previous PWN installation is to run the following script:
@@ -806,7 +806,7 @@ module PWN
806
806
  break if json_scan_queue.all? { |scan| scan[:status] == 'finished' }
807
807
 
808
808
  puts "\n\n\n"
809
- puts '-'* 90
809
+ puts '-' * 90
810
810
  json_scan_queue.each do |scan|
811
811
  puts "Target ID: #{scan[:id]}, Request Count: #{scan[:request_count]}, Progress: #{scan[:percent_complete]}%, Status: #{scan[:status]}"
812
812
  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.5.356'
4
+ VERSION = '0.5.357'
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.5.356
4
+ version: 0.5.357
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.