pwn 0.4.851 → 0.4.852

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: 68f48c50d16ebd56e19ffdc102ff07fe09f6bf7dd3176638a8f6e9902d7c7c73
4
- data.tar.gz: 593536b5c7076fd9bc71c691584de83fdf2689938f8e0004b59018d575699ca9
3
+ metadata.gz: 3620da462f7410a561287b4a8f26a68a3ca44b672535c13a13a8431cff258032
4
+ data.tar.gz: 6d1533199b589d331b6c8981ddf891c144c87a9898ead53b9add03b4a4d898b1
5
5
  SHA512:
6
- metadata.gz: 5f36369ae56660ecaa12710e96257080854c5d2a108776facbca305b9ba622e68f4f36413e31fc04701f9c9d1f340dc5506d759d4c3b71efad414c90512ce92b
7
- data.tar.gz: 51d03ad68193af874ceb1390e08f8fb6e92591d2eb58966bd5ee8f1d21e38a885c771cb9a17d07fb7d72a9c2386dc88586f2a91b17cfab6af4bc7d62b39d6106
6
+ metadata.gz: 41bf3efbd2ac76a88e1d9289fb1cdefd0338e70b3cc0abef44f1a3811feb43e7e3a6a0f3e25e0ad353233b1303e00aacd43ede7e283933b8e92381d6abecf84c
7
+ data.tar.gz: e65b0ac37ca3fa7db3ff89ec5b3327af4d4e678e1c05af107d59ecb8d0110a71f5f17840e9c5fc61ba6b2f3a7b45355055719bfea1bece9279a3adf9c43d8067
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.851]:001 >>> PWN.help
40
+ pwn[v0.4.852]: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.851]:001 >>> PWN.help
55
+ pwn[v0.4.852]: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.851'
4
+ VERSION = '0.4.852'
5
5
  end
@@ -50,11 +50,15 @@ module PWN
50
50
  link = ul.first.text
51
51
  min_payout_fmt = format('$%0.2f', min_payout)
52
52
 
53
-
54
53
  bounty_program_hash = {
55
54
  name: link.split('/').last,
56
- min_payout: min_payout,
57
- url: link
55
+ min_payout: min_payout_fmt,
56
+ policy: "#{link}?view_policy=true",
57
+ scope: "#{link}/policy_scopes",
58
+ hacktivity: "#{link}/hacktivity",
59
+ thanks: "#{link}/thanks",
60
+ updates: "#{link}/updates",
61
+ collaborators: "#{link}/collaborators"
58
62
  }
59
63
  bb_programs_arr.push(bounty_program_hash)
60
64
  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.851
4
+ version: 0.4.852
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.