pwn 0.4.807 → 0.4.808

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: 55f15c6de5fec15e6485a7a4c5505ccd6cd285fac028ef1c57083a3634116ce9
4
- data.tar.gz: c974c5236fe8aedb313833ec1b05e946497f2cf2517cc38a80fbaba10d4f6ee7
3
+ metadata.gz: c4846c7ceb80b744dc61e124b07ccc35b887146ce49acb51ad5b4c87500f73d5
4
+ data.tar.gz: 4fe769081c0bb747d4429e545748f4df1b6f0fe8de08cbfabb87b116f1bdd348
5
5
  SHA512:
6
- metadata.gz: 8d1058a8f1cc00482084ed37d68557925b2f3acdd5bc791cd6ce903610b63632fad795896cde3aa589e22e0b327cf2113dea2b874f9c129496de996234b79820
7
- data.tar.gz: 9c1f3e6cacdb03601a5dd0158a2a999c0cb362402d32c7a5bfbc7fc1c518f1cae8f1caecc41d26ae439f85f5cb1f63689a2f8fbdb1f1b90251229de30d80a505
6
+ metadata.gz: cf4cdcf05d0302ce367463173bfb9cbe402026d70bdcdf36ce4ab97ea034a86186c4d73cdb678fe7a28eb157592dcb2e8f3647365ae310c3b08b3a0f9a2d4079
7
+ data.tar.gz: 0b1d06b8372eded16041b70e3f06f78fc7c6283dba26820c271ae6dd3f5990b68fb5f3cdfe0423345c02b291f42c391afe527aac70e74bf62b52b0bfeaa6e8be
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.807]:001 >>> PWN.help
40
+ pwn[v0.4.808]: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.807]:001 >>> PWN.help
55
+ pwn[v0.4.808]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
data/bin/pwn_bdba_groups CHANGED
@@ -61,6 +61,8 @@ begin
61
61
  end
62
62
 
63
63
  group_details_arr = []
64
+ # TODO: Add pagination support
65
+ # i.e. group_arr[:next]
64
66
  group_arr.each do |group|
65
67
  group_id = group[:id]
66
68
 
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.807'
4
+ VERSION = '0.4.808'
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.807
4
+ version: 0.4.808
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.