pwn 0.4.843 → 0.4.845

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: 56bffd67405a5ada63133bd6c208502a3091cbd1aa9d1d339a52f222cdc403ac
4
- data.tar.gz: c3cf5ea899ece28749d46df2de67aa90b242cf97bd414a7aaf4fc91131d287ad
3
+ metadata.gz: 59485e0828bfda38b500b4112cb509615fbf0ab652ea178a1539e895944745db
4
+ data.tar.gz: 27e696c194229c6c7822cfcdd79f90cb415a02dcf64c3cdb23507f7acd483733
5
5
  SHA512:
6
- metadata.gz: d93887f940a1edc3f301529464ce7f697f56f8bb09476b809c1b59599cdc6a44b631003fa05e6c8247b1a1615be334f925a3440347066509aac89de6bfd376d1
7
- data.tar.gz: eac6ae1d24926292f7faf10dbbaa90039f51def564671c7b3eafdcd881c88217858526c6379c14a750904be6c8132f44765f47cd16d22a07ff7f199baea3b72f
6
+ metadata.gz: b22f5340596d1af3e8da1ab76e725aaecb32c5d31f6dabb88caecff9be6b549dedf4d3bca04524538f61e1980198921f315367d508526679300a772a3201707b
7
+ data.tar.gz: 5630dbab9104070809defda4963172d51c3354ead96d1bd14d0ece3ab5d6eb3425c1fafcbd87d53e331d6920ad46f78a3861e08ce880c9cc62f16a85910fea17
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.843]:001 >>> PWN.help
40
+ pwn[v0.4.845]: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.843]:001 >>> PWN.help
55
+ pwn[v0.4.845]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
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.843'
4
+ VERSION = '0.4.845'
5
5
  end
@@ -34,6 +34,8 @@ module PWN
34
34
  browser = browser_obj[:browser]
35
35
 
36
36
  browser.goto('https://hackerone.com/bug-bounty-programs')
37
+ # Wait for JavaScript to load the DOM
38
+ sleep 6
37
39
 
38
40
  bb_orgs_arr = []
39
41
  browser.links.each do |link|
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.843
4
+ version: 0.4.845
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.