pwn 0.5.196 → 0.5.197

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: 10e94d1c0d582fd41daa3c12e28c19ab20dafabe6116b447e031be47152f2f45
4
- data.tar.gz: b6915b546e50f4be059170aa253b522666861e2095dc764d4b35de8d3aa52876
3
+ metadata.gz: f92bf05f78be9e727004d9049d6301949d45ede4c46bf6fe3eacd984c9956c36
4
+ data.tar.gz: 4a0c9b7d30415268d58594537251268f04498f58a78898b78a1ce282095028cb
5
5
  SHA512:
6
- metadata.gz: 3782bcf8a7bda68d533d48588b5cc5b12571f14d01423f0f1db8309c66fec36f3c0b9df8385f5fb7fda78e9eff1251a505c4c195b7165cc27f88df369106d21f
7
- data.tar.gz: 82fc2481d9a45a82b9a2fe6e7c56124c7fe24eef56cfd87fec7c2ab942b284e107aa48c692ccc305d958b4672ef0f67588635ea1ec1c0d30c78cdf7afdbedc2e
6
+ metadata.gz: 18269c84588e1f422f2b4a31fff983a8b938b8ae79973cdedf1c381505acc641bba69e6aab30556a4885e84455891889eb68d6a1c42157c5f935b8014f6c8510
7
+ data.tar.gz: 305308def68f22467443c214fe20a014a93ae4afc476fd4c5705ddc3c483fb07f1ee49957e24e57dacc1b976200350272adf0ddf3c9140d0cb1f83ee5a8dbd6d
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.196]:001 >>> PWN.help
40
+ pwn[v0.5.197]: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.3.3@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.196]:001 >>> PWN.help
55
+ pwn[v0.5.197]: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.3.3@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.196]:001 >>> PWN.help
65
+ pwn[v0.5.197]: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:
@@ -66,7 +66,7 @@ module PWN
66
66
  Watir.default_timeout = 900
67
67
 
68
68
  args = []
69
- args.push('--start-maximized')
69
+ # args.push('--start-maximized')
70
70
  args.push('--disable-notifications')
71
71
 
72
72
  unless browser_type == :rest
@@ -308,6 +308,7 @@ module PWN
308
308
  jmp_devtools_panel(browser_obj: browser_obj, panel: :elements)
309
309
  end
310
310
 
311
+ browser_obj[:browser].driver.manage.window.maximize
311
312
  new_tab(browser_obj: browser_obj, first_tab: true)
312
313
  end
313
314
 
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.196'
4
+ VERSION = '0.5.197'
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.196
4
+ version: 0.5.197
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.