pwn 0.5.233 → 0.5.234

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: db0096e78104586cb802be3fcbd1a01c44b4b285698c8cd0b80d29fe9ce0db98
4
- data.tar.gz: 7a369b6c4ad42517c953d5e007adcf56ca87c21bd65005df95e5922f09f25bc2
3
+ metadata.gz: ea574a2ecf8c7c30616e7507b4153437b851edc5b125d8b4476a8dfb417faf18
4
+ data.tar.gz: 7d0ded43ec8bbe910c0f452f2ba6719f757926c83c990d2841bb7ae15811e0ad
5
5
  SHA512:
6
- metadata.gz: 9a13c85528792f2470010997a2971624ab7be0e87fc0875658b9e8d897e7cf9063013481341806dd6b724651a92fd6f7553a48396884ebfc03f28d2596c8da85
7
- data.tar.gz: c83b89364e26eaf9f1861c8226b51221bd6d91474340801fae607fc79c014f3a8f27541ffac0a38fcd3d332286bbadb46a38146a10957b3779c8e76755d0286f
6
+ metadata.gz: ad5bd3ddcbe2c2c110da6bcb5e6180f90a109643eeaafd7463a45c7c0a3dbf2ded85ec036c189fd39db89f26c7a2ac029b40b50e673fb74ee6f503e70d12238b
7
+ data.tar.gz: 94168e135df01ead11fc64ebfb44b98485e2384833ded796e31e585cffea29ce00fd8a2553ec2df2c9d48c763a3a62af939b08a08695c42ccc1fefbd23a273af
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.233]:001 >>> PWN.help
40
+ pwn[v0.5.234]: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.233]:001 >>> PWN.help
55
+ pwn[v0.5.234]: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.233]:001 >>> PWN.help
65
+ pwn[v0.5.234]: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:
@@ -63,6 +63,7 @@ module PWN
63
63
  serial_obj: serial_obj,
64
64
  payload: payload
65
65
  )
66
+ sleep 0.1
66
67
  response = PWN::Plugins::Serial.dump_session_data.clone
67
68
  puts response.join
68
69
  PWN::Plugins::Serial.flush_session_data
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.233'
4
+ VERSION = '0.5.234'
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.233
4
+ version: 0.5.234
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.