pwn 0.4.369 → 0.4.372

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: a6fcadff3240d2d62ac4409734f09da18eb2ce644cf0fb760a8f1bc93e9f1aa1
4
- data.tar.gz: c722c423ecf177f63b1fd19ae1b2d24de51286fd98d9826cb6416bcb81e85ccf
3
+ metadata.gz: dd912f6cd4380b83d03f5272603d4df3920eaf3edbc25ab5b4a029f404ee0abb
4
+ data.tar.gz: 3d650ec87fb507ff1b9d6b221620cd42ae817a2b00414b69a02ae4ab2cf3bc17
5
5
  SHA512:
6
- metadata.gz: f45bf417ce4df44287a95c26d22fa20558a7482ac67a72e604079244faa5716e65dbd0e57b06eca4bf30ae6afb3677f3666fa746b8c73b3e37a4daabc84bad9d
7
- data.tar.gz: dffaca5a25d87af7027f96dace543591a5d77998371b4889ddf1e2170e2c901c5bcf2331e783a92482e96db6a6a05af2a26008de42c8e2d49c7e3551f8cbb9f0
6
+ metadata.gz: 111c9f1ce3342b240ecc02aee552d5b4da7e13acc542b69f80cb3eae646754658cea20d9b5c9235067f3e2f1682fdd6927ac9fbccd13aa593be0ea2df0c2a488
7
+ data.tar.gz: 53a8c77b92c4886c6fc09e3d1d45bb41bfc9b5663bf5eddb890f6425e2c13f1ee275f6aa8b14341bb26b509efb70e2caa5df50370603c6e925e359e96e433f2c
data/README.md CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
  ### **Intro** ###
17
17
  #### **What is PWN** ####
18
- PWN (Pronounced /pōn/ or pone), [formerly known as [CSI](https://github.com/0dayinc/csi)] is an open security automation framework that aims to stand on the shoulders of security giants, promoting trust and innovation. Build your own custom automation drivers freely and easily using pre-built modules.
18
+ PWN (Pronounced /pōn/ or pone), is an open security automation framework that aims to stand on the shoulders of security giants, promoting trust and innovation. Build your own custom automation drivers freely and easily using pre-built modules.
19
19
 
20
20
 
21
21
  #### **Why PWN** ####
@@ -31,9 +31,12 @@ Leveraging various pre-built modules and the pwn prototyper, you can mix-and-mat
31
31
  Tested on Linux, & OSX leveraging Ruby via RVM.
32
32
 
33
33
  ```
34
- $ gem install pwn
34
+ $ rvm gemset create pwn
35
+ $ rvm list gemsets
36
+ $ rvm use ruby-<VERSION>@pwn
37
+ $ gem install --verbose pwn
35
38
  $ pwn
36
- pwn[v0.4.369]:001 >>> PWN.help
39
+ pwn[v0.4.372]:001 >>> PWN.help
37
40
  ```
38
41
 
39
42
  [![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -43,9 +46,12 @@ pwn[v0.4.369]:001 >>> PWN.help
43
46
 
44
47
  It's wise to update pwn often as numerous versions are released/week:
45
48
  ```
46
- $ gem uninstall pwn && gem install pwn
49
+ $ rvm list gemsets
50
+ $ rvm use ruby-<VERSION>@pwn
51
+ $ gem uninstall --all --executables pwn
52
+ $ gem install --verbose pwn
47
53
  $ pwn
48
- pwn[v0.4.369]:001 >>> PWN.help
54
+ pwn[v0.4.372]:001 >>> PWN.help
49
55
  ```
50
56
 
51
57
 
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.369'
4
+ VERSION = '0.4.372'
5
5
  end
@@ -82,7 +82,7 @@ module PWN
82
82
  q = "site:linkedin.com inurl:in intext:\"#{company}\""
83
83
 
84
84
  browser_obj.text_field(name: 'q').wait_until(&:present?).set(q)
85
- browser_obj.button(name: 'btnG').click!
85
+ browser_obj.button(text: 'Google Search').click!
86
86
  sleep 3 # Cough: <hack>
87
87
 
88
88
  browser_obj
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.369
4
+ version: 0.4.372
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-02 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport