pwn 0.4.756 → 0.4.757

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: 6c5b966aeac95480ad16ff7e8a04b74e8b9f42af8088332ba98c026849baba4f
4
- data.tar.gz: a1c94c1c342e6600247ad9f941cca3fa761f6022a4195f11cc685be4a72ff881
3
+ metadata.gz: e4795b74346cc98a8c341b70042677729d71db3b18df59cb3f6a44b13bef1caf
4
+ data.tar.gz: 90dd05df6984223d730d3da67c45fd30c0ed16431b6d6457cacd5339f3c9a9f7
5
5
  SHA512:
6
- metadata.gz: df6087faa0dca99db6ecdf416457711de50ed3655c00ece416a9d7e900ba11625f27f1a937228f9d99f32e6c7452c76b2905141d29033ac045646cc5ade650e6
7
- data.tar.gz: e5d4a6ff8bc70c71d80eec22216ede462a9d256b34e6359d3ae9cf89df6a556548d746d533b5750b01a8f1bfa345bc7594116f395fa0504ab023a326eca51232
6
+ metadata.gz: d28d83f8194998b692897203c7373d5f4b0b23e61557cafba3a6780fe47d4b632741e9815954941d0c42074f5b6f26dfd94a356739a6f535c225efc169e213f7
7
+ data.tar.gz: 2b0c9e6dc0d3f6bf81099f5abccd2e35f99a016559bcbd6c363746e14e3639f68a472dd642d5cd1c5dd588584c05c25956a71d602a4c96976d80037f2e281d97
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.756]:001 >>> PWN.help
40
+ pwn[v0.4.757]: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.756]:001 >>> PWN.help
55
+ pwn[v0.4.757]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
data/bin/pwn_bdba_scan CHANGED
@@ -97,7 +97,7 @@ begin
97
97
  output_path: report_path
98
98
  )
99
99
 
100
- puts "Report Saved to: #{report_path}"
100
+ puts "\nReport Saved to: #{report_path}"
101
101
  rescue SystemExit, Interrupt
102
102
  puts "\nGoodbye."
103
103
  rescue StandardError => e
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.756'
4
+ VERSION = '0.4.757'
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.756
4
+ version: 0.4.757
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.