pwn 0.5.626 → 0.5.627

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/lib/pwn/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67a226a1a110698db44ee0378d3f9a5fd290d96d633487a3dd4a7e72c1ac09d9
4
- data.tar.gz: 8acea5ce6ab68d30486aef426c176611f379a31acf3092cdea7ced91e8dbf8e9
3
+ metadata.gz: 9e41f7773a146dc00b0f3eb205ef5f0bd4ed7cc894e2a7b0448aa398fc3e23c0
4
+ data.tar.gz: 22e69de2b918558f4702adf91b68615eabe0ddc0d5676b4fe2beb1602c935f13
5
5
  SHA512:
6
- metadata.gz: 48c6bca36c123d6419ee8fd12ff6813e2ab405b4fbd92fb31d1c64aea4ca3a2f75ee25e06e5db61d6db9d58775f8228b51783396c1c8e688dcf6afd224720025
7
- data.tar.gz: 022c9adac00e0ccab76bbd4f6c86d603a32a55ce41e4e0b7d6093a59e52834b4692dbb700bb0e1c8ee2ba50bc0be1a5dd6db0fc80b76308d34188be1f623ce25
6
+ metadata.gz: 271dc24b5a41f4d16ac1a1a1f9c9d4ac6b0cfe2aa3358eb8d7e16058a9036f9e8d73c4528e8a17a8e9c6d31dc263c8a8de56047816f88caad35ba128874e8258
7
+ data.tar.gz: 5cacca96d75ff106f28b5d344b98bb91eb01887332598e28106379fccfafbaf2547ce7f27d983ac8d16ad71964480e2c0fce73ffd152ef3f46af771d8306672b
data/README.md CHANGED
@@ -1,9 +1,7 @@
1
- ![PWN](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/PWN.png)
1
+ <!-- ![PWN](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/PWN.png) -->
2
2
 
3
3
  <p align="center">
4
4
  <img src="documentation/pwn_silent_help_learn_demo.gif" alt="PWN Silent Demo — Help Surfaces + Learning Feedback Loop" width="640">
5
- <br>
6
- <em>Silent walkthrough: <code>pwn</code> help surfaces → <code>pwn-ai</code> → recon → mistakes / learning / extrospection feedback loop</em>
7
5
  </p>
8
6
 
9
7
  ### **Table of Contents** ###
@@ -114,7 +112,7 @@ $ cd /opt/pwn
114
112
  $ ./install.sh
115
113
  $ ./install.sh ruby-gem
116
114
  $ pwn
117
- pwn[v0.5.616]:001 >>> PWN.help
115
+ pwn[v0.5.627]:001 >>> PWN.help
118
116
  ```
119
117
 
120
118
  [![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -138,7 +136,7 @@ $ rvm use ruby-4.0.5@pwn
138
136
  $ gem uninstall --all --executables pwn
139
137
  $ gem install --verbose pwn
140
138
  $ pwn
141
- pwn[v0.5.616]:001 >>> PWN.help
139
+ pwn[v0.5.627]:001 >>> PWN.help
142
140
  ```
143
141
 
144
142
  If using a multi-user RVM install:
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.626'
4
+ VERSION = '0.5.627'
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.626
4
+ version: 0.5.627
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.