pwn 0.5.245 → 0.5.246

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: e6468d086af61cecc1e9163738374c7a1d49a9c6a27fe8488eea47e6420d4ca2
4
- data.tar.gz: 773bb98a75a52f8f303ca3fbd7b3205125d55b9d13c19e4e807c810a15e890ac
3
+ metadata.gz: 26c6cdd49740e6d87395257d2c7cba5d3d5ff292dda6a40f3fc098fc7312eaf7
4
+ data.tar.gz: fd909732d98f4bd2a5f9f9c9c7b2c5bee8e47aa43de3b223418536faeb75cf32
5
5
  SHA512:
6
- metadata.gz: 6e7ef591a93a9ff49136941bae7e7334507e65bc5271e0c82216f17d39434c92d6566fd410d70ea446e8b8109f0a9fd317ba673aeb76cb87ed24202af7ff289f
7
- data.tar.gz: b3229efc4c419ba3d5a0025ee764c122da0557db6c8490918e1dc1b9e8bc06c5805fa87413014d20a3185f472d3fe04701913d1fdba43360e783f580927b1893
6
+ metadata.gz: a17855978aa9ccf18993146411357289dbe7426a68a181655f0d4fdf56c11ffafb1930d7f8bb2b58aa248ae105f50baf7439f831bc6a76eb5992141687d0420a
7
+ data.tar.gz: 79bd9a3082ecff473052d405500ff8df37f3a74a0cd93a095eaaac7db32acede8e8aca869a7b9be6bef835120660407746ca30acc40e892ecbe7655464b40e7a
data/Gemfile CHANGED
@@ -47,7 +47,7 @@ gem 'jwt', '2.10.1'
47
47
  gem 'libusb', '0.7.2'
48
48
  gem 'luhn', '1.0.2'
49
49
  gem 'mail', '2.8.1'
50
- gem 'meshtastic', '0.0.108'
50
+ gem 'meshtastic', '0.0.110'
51
51
  gem 'metasm', '1.0.5'
52
52
  gem 'mongo', '2.21.0'
53
53
  gem 'msfrpc-client', '1.1.2'
@@ -79,8 +79,8 @@ gem 'rmagick', '6.1.1'
79
79
  gem 'rqrcode', '2.2.0'
80
80
  gem 'rspec', '3.13.0'
81
81
  gem 'rtesseract', '3.1.3'
82
- gem 'rubocop', '1.71.2'
83
- gem 'rubocop-rake', '0.6.0'
82
+ gem 'rubocop', '1.72.1'
83
+ gem 'rubocop-rake', '0.7.0'
84
84
  gem 'rubocop-rspec', '3.4.0'
85
85
  gem 'ruby-audio', '1.6.1'
86
86
  gem 'ruby-nmap', '1.0.3'
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.245]:001 >>> PWN.help
40
+ pwn[v0.5.246]: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.1@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.245]:001 >>> PWN.help
55
+ pwn[v0.5.246]: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.1@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.245]:001 >>> PWN.help
65
+ pwn[v0.5.246]: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:
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.245'
4
+ VERSION = '0.5.246'
5
5
  end
@@ -840,8 +840,8 @@
840
840
  {"messages":[{"role":"user","content":"PWN::Plugins::REPL.help Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.help`: "}]}
841
841
  {"messages":[{"role":"user","content":"PWN::Plugins::REPL.refresh_ps1_proc Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.refresh_ps1_proc`: Supported Method Parameters\n\nPWN::Plugins::REPL.refresh_ps1_proc(\n\nmode: 'required - :splat or nil'\n\n)\n"}]}
842
842
  {"messages":[{"role":"user","content":"PWN::Plugins::REPL.start Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.start`: Supported Method Parameters\n\nPWN::Plugins::REPL.start(\n\nopts: 'required - Hash object passed in via pwn OptParser'\n\n)\n"}]}
843
- {"messages":[{"role":"user","content":"PWN::Plugins::REPL.h1_scope Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.h1_scope`: "}]}
844
843
  {"messages":[{"role":"user","content":"PWN::Plugins::REPL.process Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.process`: "}]}
844
+ {"messages":[{"role":"user","content":"PWN::Plugins::REPL.top_h1_program_scope Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.top_h1_program_scope`: "}]}
845
845
  {"messages":[{"role":"user","content":"PWN::Plugins::RFIDler.authors Usage"},{"role":"assistant","content":"`PWN::Plugins::RFIDler.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
846
846
  {"messages":[{"role":"user","content":"PWN::Plugins::RFIDler.connect_via_screen Usage"},{"role":"assistant","content":"`PWN::Plugins::RFIDler.connect_via_screen`: Supported Method Parameters\n\nPWN::Plugins::RFIDler.connect_via_screen(\n\nblock_dev: 'optional - serial block device path (defaults to /dev/ttyUSB0)'\n\n)\n"}]}
847
847
  {"messages":[{"role":"user","content":"PWN::Plugins::RFIDler.help Usage"},{"role":"assistant","content":"`PWN::Plugins::RFIDler.help`: "}]}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.245
4
+ version: 0.5.246
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 2025-02-15 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport
@@ -491,14 +491,14 @@ dependencies:
491
491
  requirements:
492
492
  - - '='
493
493
  - !ruby/object:Gem::Version
494
- version: 0.0.108
494
+ version: 0.0.110
495
495
  type: :runtime
496
496
  prerelease: false
497
497
  version_requirements: !ruby/object:Gem::Requirement
498
498
  requirements:
499
499
  - - '='
500
500
  - !ruby/object:Gem::Version
501
- version: 0.0.108
501
+ version: 0.0.110
502
502
  - !ruby/object:Gem::Dependency
503
503
  name: metasm
504
504
  requirement: !ruby/object:Gem::Requirement
@@ -925,28 +925,28 @@ dependencies:
925
925
  requirements:
926
926
  - - '='
927
927
  - !ruby/object:Gem::Version
928
- version: 1.71.2
928
+ version: 1.72.1
929
929
  type: :runtime
930
930
  prerelease: false
931
931
  version_requirements: !ruby/object:Gem::Requirement
932
932
  requirements:
933
933
  - - '='
934
934
  - !ruby/object:Gem::Version
935
- version: 1.71.2
935
+ version: 1.72.1
936
936
  - !ruby/object:Gem::Dependency
937
937
  name: rubocop-rake
938
938
  requirement: !ruby/object:Gem::Requirement
939
939
  requirements:
940
940
  - - '='
941
941
  - !ruby/object:Gem::Version
942
- version: 0.6.0
942
+ version: 0.7.0
943
943
  type: :runtime
944
944
  prerelease: false
945
945
  version_requirements: !ruby/object:Gem::Requirement
946
946
  requirements:
947
947
  - - '='
948
948
  - !ruby/object:Gem::Version
949
- version: 0.6.0
949
+ version: 0.7.0
950
950
  - !ruby/object:Gem::Dependency
951
951
  name: rubocop-rspec
952
952
  requirement: !ruby/object:Gem::Requirement