pwn 0.5.476 → 0.5.477

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: 27b283c37fc8b736e65e2c64b23a21333dad62b689ce43e5dd3e958f665d29ae
4
- data.tar.gz: 4a80083f4126e1628992e3c7029cfc358ee9e4c257605045bfab5ba82623efad
3
+ metadata.gz: '0883ae0b40d9110571980c47c111c805136ab3918abe2d521adfbea655fcce0f'
4
+ data.tar.gz: cfc639171b6d34083c3f6d82250d197586361014eaf5bc1c595aa870ca10c6e2
5
5
  SHA512:
6
- metadata.gz: 1d68f38ceda2d002c7c6ba6a8f4efc94d9b6b7b96e33988c5a7d37c06bd131d61140e2ed3b7c5af5fe7d7a2da5528c98d579a3d0ce4f3436439bd948e9bed5aa
7
- data.tar.gz: d3c54e9f9fdb049ee1055df0287935f88f4f2f3f4bd61020983a9b379d68b7f8ed06d86a3ddf28e611c906f23314fb14febe2ca7f68d16fa2f5de6bb49e53fdb
6
+ metadata.gz: b1f45ca0a0756512aa351dc0cc6a40ab5d53843cee7665034bb41141d7d15f7b41fb88bc39dbdc525a52893f23d47a9c1b13d8fcd27bcea6a391b7ff72a8b1ec
7
+ data.tar.gz: 0ad75d4a35ee90ba0c2cb788b0779990bdf484c98a2fdc27849c916b8f324daa91acf49cd9d9e90787f28aea60d7634b6ca78ea0bdb94582428630462db1e592
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.476]:001 >>> PWN.help
40
+ pwn[v0.5.477]: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.4@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.476]:001 >>> PWN.help
55
+ pwn[v0.5.477]: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.4@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.476]:001 >>> PWN.help
65
+ pwn[v0.5.477]: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:
@@ -522,7 +522,6 @@ module PWN
522
522
  PWN.const_set(:MeshTxEchoThread, echo_thread)
523
523
 
524
524
  # Start single subscriber thread (idempotent)
525
- # {packet: {from: 2868848892, to: 4294967295, channel: 93, encrypted: :decrypted, id: 3144461425, hop_limit: 3, topic: "msh/US/UT/2/e/BroadSec/!aaff28fc", node_id_from: "!aaff28fc", node_id_to: "!ffffffff", decoded: {portnum: :TEXT_MESSAGE_APP, payload: "testy"}}, channel_id: "BroadSec", gateway_id: "!aaff28fc"}
526
525
  psks = { active_channel => psk }
527
526
  PWN::Plugins::ThreadPool.fill(
528
527
  enumerable_array: [:mesh_sub],
@@ -556,7 +555,7 @@ module PWN
556
555
  else
557
556
  rx_win.addstr("[#{ts}] [RX][DM INTERCEPTED] #{absolute_topic} >>> #{to}: #{rx_text}\n")
558
557
  end
559
- rx_win.addstr("#{msg.inspect}\n\n\n")
558
+ # rx_win.addstr("#{msg.inspect}\n\n\n")
560
559
  rx_win.refresh
561
560
  end
562
561
  end
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.476'
4
+ VERSION = '0.5.477'
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.476
4
+ version: 0.5.477
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.