pwn 0.4.574 → 0.4.575

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: cb88a0293d025a0bddb923374dcfc1092f6a64763e182df73c1475b47be2cf29
4
- data.tar.gz: b28ee3fa4b754ffec3067865e4fc660af3f9bc395787bb125aee275bcdff9cbc
3
+ metadata.gz: 30f9627edf50cd99fea3e8cd20b143cdc0633c6268adf2984fbbfebb76d16d52
4
+ data.tar.gz: bcc6eebdc731fccc18261847e59c8146ea88ac80c866f43f9fa4216c3c26339e
5
5
  SHA512:
6
- metadata.gz: 1e474ce41fe0d15b1804b8d862ee3c70a593869ce787e6cfcef56c1ff5f61ded879c5e4c0fb41e03c0bf282fe77641123e4d1af536023d3d9d737c74cb8b4a35
7
- data.tar.gz: c8104d907f8424c29449c9f53b697c4cf05e79dc4d854c07e1742e0ca8df8ddc94bf08964d99e7a426132c29e98ce05400ac63aeebf5445c0830255d4c8250a5
6
+ metadata.gz: add0c9eef99f2ae638581301744b48c14aa8c6e7aace0ea6d7bef2a3b46a733f2b2b249f013f79deb3e02faa45c07ceac635335c655b4d4b55a01ddeea0c4be7
7
+ data.tar.gz: ea8bb06aeb4ae671863fe17de02c65fe21e88bdaf033cbb7c40fbc0b095ec15e459365250d3053b6c1eedc872b58af81ec1830ab868f61a54f0f2a3285fc7cf0
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.1.2@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.574]:001 >>> PWN.help
40
+ pwn[v0.4.575]: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.1.2@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.574]:001 >>> PWN.help
55
+ pwn[v0.4.575]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -761,7 +761,7 @@ module PWN
761
761
  end
762
762
  return @@logger.error("Could not find matching scan name for name #{scan_name}") unless clicked
763
763
 
764
- output_path = "#{output_path}/#{scan_name.gsub(/[^\w.\-]/, '_')}/"
764
+ output_path = "#{output_path}/#{scan_name.gsub(/[^\w.-]/, '_')}/"
765
765
  FileUtils.rm_rf output_path if File.directory?(output_path)
766
766
  FileUtils.mkpath output_path
767
767
 
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.574'
4
+ VERSION = '0.4.575'
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.574
4
+ version: 0.4.575
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.