pwn 0.4.918 → 0.4.919

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: 0fd7436e68d065d6a41044425c6d8003b1da8b57ee4c0353edc3a498ccd5f556
4
- data.tar.gz: d1788e9755b43f4236d68bde7a6d0066f8ecf3b96970218c368dab45b482f878
3
+ metadata.gz: dcb633729b67317348c236e6fdedbb0926928203c5b1388a74cd511018de69c4
4
+ data.tar.gz: c155211704201141887f37493b1146d6ab8811db5959afdd3680fdc8bfb00485
5
5
  SHA512:
6
- metadata.gz: 38586ef5ca2e826c128d6b03b1faf4fedf0b6bd6ae5da98d7951f6bba86ce6a34579727aeba224167a291ebf94db6d6f3243395e752ca771ca0509d1c92db081
7
- data.tar.gz: c638808a8b77409f13740907c3eaa4d58eea8b706c446ec81d4aefeaf504235da2fa0c9136bdfdb5c31f911c5aca5bb051590552ce21906ff4a1b1e2beb0857b
6
+ metadata.gz: 5533222ce6583175fa2b81dee9fced74d8fec85c5079aa1828cf869c33365361e03d039d0862c1a658e60c6b20587246a41dca1dce53804b801303469bcac98f
7
+ data.tar.gz: ed233caf6a1d5c73b6343d655b99336498d11e0f0463ed8bb12386ffb64d166383227451927ecad88af7c745991fad0dab0fc960e12799b974e9f6ebb4843949
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.918]:001 >>> PWN.help
40
+ pwn[v0.4.919]:001 >>> PWN.help
41
41
  ```
42
42
 
43
43
  If you're using a multi-user install of RVM do:
@@ -48,7 +48,7 @@ $ rvm use ruby-3.2.2@pwn
48
48
  $ rvm list gemsets
49
49
  $ rvmsudo gem install --verbose pwn
50
50
  $ pwn
51
- pwn[v0.4.918]:001 >>> PWN.help
51
+ pwn[v0.4.919]:001 >>> PWN.help
52
52
  ```
53
53
 
54
54
  [![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -63,7 +63,7 @@ $ rvm use ruby-3.2.2@pwn
63
63
  $ gem uninstall --all --executables pwn
64
64
  $ gem install --verbose pwn
65
65
  $ pwn
66
- pwn[v0.4.918]:001 >>> PWN.help
66
+ pwn[v0.4.919]:001 >>> PWN.help
67
67
  ```
68
68
 
69
69
  If you're using a multi-user install of RVM do:
@@ -73,7 +73,7 @@ $ rvm use ruby-3.2.2@pwn
73
73
  $ rvmsudo gem uninstall --all --executables pwn
74
74
  $ rvmsudo gem install --verbose pwn
75
75
  $ pwn
76
- pwn[v0.4.918]:001 >>> PWN.help
76
+ pwn[v0.4.919]:001 >>> PWN.help
77
77
  ```
78
78
 
79
79
 
data/bin/pwn_bdba_scan CHANGED
@@ -90,13 +90,13 @@ begin
90
90
 
91
91
  unless report_only
92
92
  puts "Uploading/Scanning: #{target_file}"
93
- puts "Scan Attempt #{abort_total} of #{scan_attempts}..."
94
93
  PWN::Plugins::BlackDuckBinaryAnalysis.upload_file(
95
94
  token: token,
96
95
  file: target_file,
97
96
  group_id: parent_group_id,
98
97
  version: version
99
98
  )
99
+ puts "Scan Attempt #{abort_total} of #{scan_attempts}..."
100
100
  end
101
101
 
102
102
  scan_progress_resp = {}
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.918'
4
+ VERSION = '0.4.919'
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.918
4
+ version: 0.4.919
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.