pwn 0.4.592 → 0.4.593

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: 1f08337726b9d0bbbccfb3b37b509cd65cf77047a6c214c25a5d2e6590833c32
4
- data.tar.gz: d2254cd3d25c1287ab5d36c0c490b064eeeeebb8efe20f75423d5d3d82b4d459
3
+ metadata.gz: '0892e1a9435032d1bb7f53cef9f47fa822c8978148e9e2c5a94f5d4eddb2cb1d'
4
+ data.tar.gz: 8e55ec05e53e00cb940edd049e396920669cc2eb0a587e44dc0b2a162413cf80
5
5
  SHA512:
6
- metadata.gz: e79367004da9d02f6d31280f539dabf8210165f9bb47fa21851ca60fa731c0636d8a290c4e2fde72a6dc808cddca841d4a0e1e670dcb33d562073fab4d4c67ee
7
- data.tar.gz: 73cf22e32388593e1d2de56b16974d48bfe1d4157edd2eff1159936071aa614031d9c4a9f3a9cc07b2e63d07c9a0506f4467eea2f12703550649be73d63dae82
6
+ metadata.gz: d417cdf0883a86f81a8f029b783807e124ef5760d2fcd4d093f692c362529f9790b76202ae7f0552f25860be53fc56a4f0cdfef9d9beba7f33b4cbbb9474195c
7
+ data.tar.gz: add9d0da658c38bb0176e0700ea8176c19daee7e10c4fb47d72f0d6aab459459803c123dfd4bb7ecdb863eafda70fd2c46c70c3311aaa200a2a6da04465120e3
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.1.3@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.592]:001 >>> PWN.help
40
+ pwn[v0.4.593]: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.3@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.592]:001 >>> PWN.help
55
+ pwn[v0.4.593]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
data/bin/pwn_phone CHANGED
@@ -42,7 +42,7 @@ OptionParser.new do |options|
42
42
  opts[:randomize] = r
43
43
  end
44
44
 
45
- options.on('-h', '--[no-]start-reporting-server', '<Optional - Start Simple HTTP Server for Reporting>') do |s|
45
+ options.on('-H', '--[no-]start-reporting-server', '<Optional - Start Simple HTTP Server for Reporting>') do |s|
46
46
  opts[:start_reporting_server] = s
47
47
  end
48
48
 
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.592'
4
+ VERSION = '0.4.593'
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.592
4
+ version: 0.4.593
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.