pwn 0.5.526 → 0.5.527

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: a959493115414270b5d1d565548abc2e169ebcdacdde93f6162359a173b2a4c8
4
- data.tar.gz: 8a66132150df20b5994f1492df6ef1da8abb9fd44d4b588f3e4fbb97c8305f50
3
+ metadata.gz: 41dad766173e9f532698600df5ad215b77c1536b28d7913ac1ad83650d8f15a3
4
+ data.tar.gz: a620829d63e8fc41d707fb55e6cdc6aef3ca1aa0bab571014631dfb883639c6b
5
5
  SHA512:
6
- metadata.gz: ea116c907d1f520583f386e3ec0c33f983ef8343e773ef2169c04571ecf8c04d3edd7ffb2cc4c9a4a7e07ccfb6409d649b13874e2e17c393245801470127650f
7
- data.tar.gz: 0d7f4f1c1c3e89bc2ee6dd0afac1bbfaa20cc052fa9610fb3ca9e8a6491a99a18bd5ce07d16917f04d11b90157327bf92715b78f40f8e98c5994f41c62074446
6
+ metadata.gz: 86c1c7bd2fad5b04e0170d53de9a820be1276cd1e038a7ae2b224b192e5e421075ef890a3eb35280ca624d28237cb1749a869d9d31ac439eb1fd3159b25ec953
7
+ data.tar.gz: c9a934741503e2b271d289a19950dc203167c0a12ed3f66507fe88dcf0da4843a324fd9035d037375a854ec751808c4690aab03ead1dc342ce2aac419b5d3c2f
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.526]:001 >>> PWN.help
40
+ pwn[v0.5.527]: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.7@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.526]:001 >>> PWN.help
55
+ pwn[v0.5.527]: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.7@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.526]:001 >>> PWN.help
65
+ pwn[v0.5.527]: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/sdr/gqrx.rb CHANGED
@@ -852,6 +852,12 @@ module PWN
852
852
  )
853
853
  break unless keep_looping
854
854
 
855
+ print "\nScan iteration ##{loop_count} complete. Resuming in 30 seconds. Press CTRL+C to exit"
856
+ 30.times do
857
+ print '.'
858
+ sleep 1
859
+ end
860
+ puts "\n"
855
861
  loop_count += 1
856
862
  end
857
863
  rescue Interrupt
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.526'
4
+ VERSION = '0.5.527'
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.526
4
+ version: 0.5.527
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.