pwn 0.5.148 → 0.5.149

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: '05969867b780e9f4e9137919eae582a812ebb0c3d704be6a53c5a2ddaefb407f'
4
- data.tar.gz: 582023f426c0f3a5724d7ee60ed3ab0b73e8c8a2f42135e633adf41c6fbefeb4
3
+ metadata.gz: 29b9570f7f57f4ed5d543a230b36165966970ecc3da746a6754e869b91bf6a9d
4
+ data.tar.gz: ca56ba0e2b90c817a5585156fb0bc0941c5d2cfc201d303d6c8f89a4dcd48c07
5
5
  SHA512:
6
- metadata.gz: cfb68e41f2eea75dbbc1acd7a169855975fa28e3e0def0bde87c0e9eaf6d16ed16fc2c7ca6ba11b2d0d788b29987ecf0ed7f209c506b31e18d1e04ccda0c376c
7
- data.tar.gz: ddf39d6910f12fecb5e047f5bb2a44cd99a3f629daab6a3de41bc50763ef6db7446adf8094189d08f12c9ce25be4db070169b23a999f45dfb0c1d9ca1a7db4b8
6
+ metadata.gz: f9f20550ce90466675fe206b78a7eca0b4f7ff7fc897fc9d86c900c6aa0345cf986db23184111e389914f0704d9e2ac9041c90c04541c599d0efcc6567beb0d3
7
+ data.tar.gz: 178c38a7f0e86ddc9d5e20b57edb2def4672a00c1f256dd23f40034d99341c7e5aa4579686c6599f861f5146e15dfc8e079d470395c75b3697e1cc8269bd4441
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ cd /opt/pwn
37
37
  $ ./install.sh
38
38
  $ ./install.sh ruby-gem
39
39
  $ pwn
40
- pwn[v0.5.148]:001 >>> PWN.help
40
+ pwn[v0.5.149]: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.3.1@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.148]:001 >>> PWN.help
55
+ pwn[v0.5.149]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
  If you're using a multi-user install of RVM do:
@@ -62,7 +62,7 @@ $ rvm use ruby-3.3.1@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.148]:001 >>> PWN.help
65
+ pwn[v0.5.149]:001 >>> PWN.help
66
66
  ```
67
67
 
68
68
  PWN periodically upgrades to the latest version of Ruby which is reflected in `/opt/pwn/.ruby-version`. The easiest way to upgrade to the latest version of Ruby from a previous PWN installation is to run the following script:
data/etc/pwn.yaml.EXAMPLE CHANGED
@@ -18,6 +18,9 @@ irc:
18
18
  browser:
19
19
  pwn_rb: '/opt/pwn/lib/pwn/plugins/transparent_browser.rb'
20
20
  system_role_content: ''
21
+ ninja:
22
+ pwn_rb: ''
23
+ system_role_content: 'You are a sarcastic hacker. You find software zero day vulnerabilities. This involves analyzing source code, race conditions, application binaries, and network protocols from an offensive security perspective.'
21
24
  nmap:
22
25
  pwn_rb: '/opt/pwn/lib/pwn/plugins/nmap_it.rb'
23
26
  system_role_content: ''
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.148'
4
+ VERSION = '0.5.149'
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.148
4
+ version: 0.5.149
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.