pwn 0.4.693 → 0.4.694

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: aa38474070811f201b0e8c32f5c4b70d21332a937dbbc653cc0f3709a22712d0
4
- data.tar.gz: 2501cf03294539bd830b28e0259625d640ef8a0cbd91a24558d280f3e2b3defb
3
+ metadata.gz: 9fb9fd4aad62f96dc07b0e11989b97a34b0ae46c122326a9edb6d4672f49394f
4
+ data.tar.gz: 654506c5fbf32a8b404c5c5708b51bc693b23f7f598af3237f8b294bcddc6315
5
5
  SHA512:
6
- metadata.gz: 2da3b409af0cf3b2b807daf8838487c1b50b492c8955a96ef494835857d8c41c54b589417aec207227e629b2518de054fd12695a817d39bd4242876ce57c866c
7
- data.tar.gz: 03bd4cde2b4d993c8e13866290e6d0ec97dbff848cfeabc789bcac0e74acafaf731c9d0f12a6dd2e9bbb9e5067fa07df32b6574cbc8a7bf284dfdc6910749ed6
6
+ metadata.gz: 01efe09249d8e9474bec8302f5b4c478b7581cdd4d09b8fc224cb28c31f49fbbb5c3c88ab86bd66dc97f4008aabeb6b6907f2876674c459cb654432b5cee56af
7
+ data.tar.gz: 72ee850e5afe7af31bfa0881490da51299062b7c238b5ce2a747037b8bbe071df86f0163e58f1292081f2cb4c9677db02bb2fa9dc858a1eb7bbe5ae958605596
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.693]:001 >>> PWN.help
40
+ pwn[v0.4.694]: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.693]:001 >>> PWN.help
55
+ pwn[v0.4.694]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -256,7 +256,7 @@ module PWN
256
256
  # "http://#{burpbuddy_api}/scanreport/#{report_url}"
257
257
  # )
258
258
  File.open(output_path, 'w') do |f|
259
- f.puts(report_resp.body)
259
+ f.puts(report_resp.body.gsub(/\r\n/, "\n"))
260
260
  end
261
261
  rescue StandardError => e
262
262
  stop(burp_obj: burp_obj) unless burp_obj.nil?
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.693'
4
+ VERSION = '0.4.694'
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.693
4
+ version: 0.4.694
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.