pwn 0.5.365 → 0.5.366

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: 2468a8ceb5aaf33a3fbb166bf0f96ae40070b513756899c542e59caa1ee7639b
4
- data.tar.gz: 75320fca9b6d6fa200ec30438c68dbd61df11daa46108a2c7b38a0ca296e15ac
3
+ metadata.gz: ac6a30a54dae903391f0cee9449ab6315a0ec2c0c7d465c6ee8690ff6e5751a2
4
+ data.tar.gz: 537ddd5286c01931b44a9e77a035c4d29e7431b1a02129961283ca5a5f384428
5
5
  SHA512:
6
- metadata.gz: 055c34d4802ac7a9cea63d6903abfcf8d764f95b1e85f586626a33ada0ea6981b3abca6f6268e43a8e366b36d14e898802b130ebd14cda1e14baba538653e984
7
- data.tar.gz: aea3d7774c484b434ace4facfbbf498bd9273497a5f9a5b4f38c6c0fbfcab129cb97da96339447d69c6a9f179540c7277b8aa1f0a918bade1a8f861c761f70f7
6
+ metadata.gz: 9e60f3e426c000b4a47f5c81d4cfc80f971dc4ab622eab194ea45f0ac30102bb50c5e9e3e09691c2527239cf8628be640dedfc5c9198d51f09c527401f891fe0
7
+ data.tar.gz: d6d97a7ad335f8552eb2830b3a4175842a877583f214528d048332e0d698bd834c111f9ff691d9c3f9994b8a0236ddb619476fd9de25012cbc550ca7060421a9
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.365]:001 >>> PWN.help
40
+ pwn[v0.5.366]: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.365]:001 >>> PWN.help
55
+ pwn[v0.5.366]: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.365]:001 >>> PWN.help
65
+ pwn[v0.5.366]: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:
@@ -38,7 +38,7 @@ OptionParser.new do |options|
38
38
  opts[:navigation_instruct] = i
39
39
  end
40
40
 
41
- options.on('-iURL', '---in_scope=URL', '<Optional - URL to add include in scope (Defaults to value of --target_url)>') do |s|
41
+ options.on('-iURL', '--in_scope=URL', '<Optional - URL to add include in scope (Defaults to value of --target_url)>') do |s|
42
42
  opts[:in_scope] = s
43
43
  end
44
44
  end.parse!
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.365'
4
+ VERSION = '0.5.366'
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.365
4
+ version: 0.5.366
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.