pwn 0.4.969 → 0.4.971

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6654eeceac4b7c574a8940bc04ff518153a8c66c264940865d9bbe009395316
4
- data.tar.gz: b7f080c8781a7697f69b0c855dcad4dd726349e7242a4c3089416b955943078d
3
+ metadata.gz: 1d447c3bec9fd3cf46a68c2724cea25648fb60a3c6c34205b30240e996a8b70f
4
+ data.tar.gz: 202bd9467f1728bc8e5ffc76f4dbae44bb18c956227acae3744901e5ee8ccbcb
5
5
  SHA512:
6
- metadata.gz: a7cbe822b60724f43713ef3856ad2658b4d13979b0318bd2a8bd035b27c498cf10b038923f7349813ec7d87b1cf9894e9ff821835cae24d4f1fe4551dd2b0009
7
- data.tar.gz: 0ea04aa2e470903ad103a76d8c1dc598d6cc9b34816ada2e170f0b07e010d570c8ac810971631b666c2761daf0206958826ad77325ca8ef774e2ef1fa6a7dc4c
6
+ metadata.gz: e800c235e90e4f1beabbecf93d29d909df3c54adf005d0093d28f565319e0f416805c553acc772cf4bfdf26b51ea131984aa443b4a61dde203b3bfb66ee357f8
7
+ data.tar.gz: c24c107f0e5b3605a86a52cf20fa98c06d559e05e9c16e3020f1fd3f5bf4802c693452689f2df64da40d0ebfa95a1860ff78a79f461a41b081d47591c65348bb
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.4.969]:001 >>> PWN.help
40
+ pwn[v0.4.971]: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.0@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.969]:001 >>> PWN.help
55
+ pwn[v0.4.971]: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.0@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.4.969]:001 >>> PWN.help
65
+ pwn[v0.4.971]: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:
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'colorize'
4
+
5
+ module PWN
6
+ module Banner
7
+ # This plugin processes images into readable text
8
+ module Anon
9
+ # Supported Method Parameters::
10
+ # PWN::Banner::Anon.get
11
+
12
+ public_class_method def self.get
13
+ '
14
+ ⠀⢠⣾⣿⣿⣗⣢⠀⠀⠀⠀⠀⠀⢤⣒⣿⣿⣷⣆⠀⠀
15
+ ⠀⠋⠉⠉⠙⠻⣿⣷⡄⠀⠀⠀⡄⣾⣿⠛⠉⠉⠉⠃⠀
16
+ ⠀⠀⢀⡠⢤⣠⣀⡹⡄⠀⠀⠀⡘⣁⣤⣠⠤⡀⠀⠀⠀
17
+ ⠀⡤⢾⣿⣿⣿⣿⡿⠀⠀⠀⠀⠸⣿pwn⣾⠦⣄⠀
18
+ ⠀⠀⠀⠀⠉⠈⠀⠀⣠⠀⠀⠀⣀⠀⠈⠈⠁⠀⠀⠀⠀
19
+ ⠀⠀⠀⠀⠀⠀⣀⡔⢻⠀⠀⠀⠙⠢⡀⠀⠀⠀⠀⠀⠀
20
+ ⢘⡦⣤⠤⠒⠋⠘⢤⡀⣀⣀⣀⡨⠚⠉⠓⠠⣤⢤⡞⠀
21
+ ⠀⢹⡜⢷⣄⠀⣀⣀⣾⡶⢶⣷⣄⣀⡀⢀⣴⢏⡾⠁⠀
22
+ ⠀⠀⠹⡮⡛⠛⠛⢻⡿⠥⠤⡽⡿⠛⠛⠛⣣⡾⠁⠀⠀
23
+ ⠀⠀⠀⠙⢄⠁⠀⠀⠈⣇⣀⡼⠃⠀⠀⢁⠞⠀⠀⠀⠀
24
+ ⠀⠀⠀⠀⠀⠉⢆⡀⠀⢸⣿⡇⠀⢀⠠⠂⠀⠀⠀⠀⠀
25
+ ⠀⠀⠀⠀⠀⠀⠀⠈⠁⠸⢿⡿⠃⠋⠁
26
+ '.black.on_white
27
+ rescue StandardError => e
28
+ raise e
29
+ end
30
+
31
+ # Author(s):: 0day Inc. <request.pentest@0dayinc.com>
32
+
33
+ public_class_method def self.authors
34
+ "AUTHOR(S):
35
+ 0day Inc. <request.pentest@0dayinc.com>
36
+ "
37
+ end
38
+
39
+ # Display Usage for this Module
40
+
41
+ public_class_method def self.help
42
+ puts "USAGE:
43
+ #{self}.get
44
+
45
+ #{self}.authors
46
+ "
47
+ end
48
+ end
49
+ end
50
+ end
@@ -11,20 +11,20 @@ module PWN
11
11
 
12
12
  public_class_method def self.get
13
13
  '
14
- _,.-pwn-.,_
15
- \||\ ;;;;%%%@@@@@@ \ //,
16
- V|/ %;;%%%%%@@@@@@@@@@ ===Y//
17
- 68=== ;;;;%%%%%%@@@@@@@@@@@@ @Y
18
- ;Y ;;%;%%%%%%@@@@@@@@@@@@@@ Y
19
- ;Y ;;;+;%%%%%%@@@@@@@@@@@@@@@ Y
20
- ;Y__;;;+;%%%%%%@@@@@@@@@@@@@@i;;__Y
21
- iiY"";; "uu%@@@@@@@@@@uu" @"";;;>
22
- Y "UUUUUUUUU" @@
23
- `; ___ _ @
24
- `;. ,====\\=. .;"
25
- ``""""`==\\=="
26
- `;=====
27
- ===
14
+ _,.-pwn-.,_
15
+ \||\ ;;;;%%%@@@@@@ \ //,
16
+ V|/ %;;%%%%%@@@@@@@@@@ ===Y//
17
+ 68=== ;;;;%%%%%%@@@@@@@@@@@@ @Y
18
+ ;Y ;;%;%%%%%%@@@@@@@@@@@@@@ Y
19
+ ;Y ;;;+;%%%%%%@@@@@@@@@@@@@@@ Y
20
+ ;Y__;;;+;%%%%%%@@@@@@@@@@@@@@i;;__Y
21
+ iiY"";; "uu%@@@@@@@@@@uu" @"";;;>
22
+ Y "UUUUUUUUU" @@
23
+ `; ___ _ @
24
+ `;. ,====\\=. .;"
25
+ ``""""`==\\=="
26
+ `;=====
27
+ ===
28
28
  '.green
29
29
  rescue StandardError => e
30
30
  raise e
@@ -0,0 +1,59 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'colorize'
4
+
5
+ module PWN
6
+ module Banner
7
+ # This plugin processes images into readable text
8
+ module FSociety
9
+ # Supported Method Parameters::
10
+ # PWN::Banner::FSociety.get
11
+
12
+ public_class_method def self.get
13
+ '
14
+ ⣿⠛⠛⠛⠛⠛⠛⠛⠛⠛⠛⣛⣛⣛⣛⣛⣛⣛⣛⡛⠛⠛⠛⠛⠛⠛⠛⠛⠛⣿
15
+ ⣿⠀⠀⠀⠀⢀⣠⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣦⣤⣀⠀⠀⠀⠀⣿
16
+ ⣿⠀⠀⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⡀⠀⣿
17
+ ⣿⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣤⣿
18
+ ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
19
+ ⣿⠀⠈⢻⣿⠿⠛⠛⠛⠛⠛⢿⣿⣿⣿⣿⣿⣿⡿⠟⠛⠛⠛⠛⠻⣿⣿⠋⠀⣿
20
+ ⣿⠛⠁⢸⣥⣴⣾⣿⣷⣦⡀⠀⠈⠛⣿⣿⠛⠋⠀⢀⣠⣾⣿⣷⣦⣤⡿⠈⢉⣿
21
+ ⣿⢋⣩⣼⡿⣿⣿⣿⡿⠿⢿⣷⣤⣤⣿⣿⣦⣤⣴⣿⠿⠿⣿⣿⣿⢿⣷⣬⣉⣿
22
+ ⣿⣿⣿⣿⣷⣿⡟⠁pwn⠈⢿⣿⣿⣿⢿⣿⠋⠀⠀⠀⠈⢻⣿⣧⣿⣿⣿⣿
23
+ ⣿⣿⣿⣿⣿⣿⣥⣶⣶⣶⣤⣴⣿⡿⣼⣿⡿⣿⣇⣤⣴⣶⣶⣾⣿⣿⣿⣿⣿⣿
24
+ ⣿⣿⣿⡿⢛⣿⣿⣿⣿⣿⣿⡿⣯⣾⣿⣿⣿⣮⣿⣿⣿⣿⣿⣿⣿⡟⠿⣿⣿⣿
25
+ ⣿⣿⡏⠀⠸⣿⣿⣿⣿⣿⠿⠓⠛⢿⣿⣿⡿⠛⠛⠻⢿⣿⣿⣿⣿⡇⠀⠹⣿⣿
26
+ ⣿⣿⡁⠀⠀⠈⠙⠛⠉⠀⠀⠀⠀⠀⠉⠉⠀⠀⠀⠀⠀⠈⠙⠛⠉⠀⠀⠀⣿⣿
27
+ ⣿⠛⢇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡸⠛⣿
28
+ ⣿⠀⠈⢳⣶⣤⣤⣤⣤⡄⠀⠀⠠⠤⠤⠤⠤⠤⠀⠀⢀⣤⣤⣤⣤⣴⣾⠃⠀⣿
29
+ ⣿⠀⠀⠈⣿⣿⣿⣿⣿⣿⣦⣀⡀⠀⠀⠀⠀⠀⣀⣤⣾⣿⣿⣿⣿⣿⠇⠀⠀⣿
30
+ ⣿⠀⠀⠀⢹⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⣿
31
+ ⣿⠀⠀⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃⠀⠀⠀⣿
32
+ ⣿⠀⠀⠀⠀⠀⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠁⠀⠀⠀⠀⣿
33
+ ⣿⠀⠀⠀⠀⠀⠀⠈⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁⠀⠀⠀⠀⠀⠀⣿
34
+ ⠛⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠉⠉⠛⠛⠛⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠛
35
+ '.red
36
+ rescue StandardError => e
37
+ raise e
38
+ end
39
+
40
+ # Author(s):: 0day Inc. <request.pentest@0dayinc.com>
41
+
42
+ public_class_method def self.authors
43
+ "AUTHOR(S):
44
+ 0day Inc. <request.pentest@0dayinc.com>
45
+ "
46
+ end
47
+
48
+ # Display Usage for this Module
49
+
50
+ public_class_method def self.help
51
+ puts "USAGE:
52
+ #{self}.get
53
+
54
+ #{self}.authors
55
+ "
56
+ end
57
+ end
58
+ end
59
+ end
@@ -11,30 +11,30 @@ module PWN
11
11
 
12
12
  public_class_method def self.get
13
13
  '
14
- @@@@@@@%%@@%%%%%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@@@@@@@@@@@@
15
- @@@@@@@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@@@@@@@@
16
- @@@@@@@@@@%%%%@%%%%%%%%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@@@@@
17
- @@@@@@@@@@@@@@@@@%%%%%%%%%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@@
18
- @@@@@@@@@@@@%@@@@%%%%%%%%%%%%#***#%%%%%%%%%%%@@@@@@@@@@@@@@@
19
- @@@@@@@@@@@@@%@@@%%%@%%%%%+-.......:+%%%%%%%%%%@@@@@@@@@@@@@
20
- @@@@@@@@@@@@@@@@@@@%%%%@#:............*%%%%%%%%%%%%@%@@@@@@@
21
- @@@@@@@@@@@@@@@@@@@@@%%%:.:.....*%%*:..%%%%%%%%%%%%%%%@@@@@@
22
- @@@@@@@@@@@@@@@@@@@@@%%%:.-%%:..%%%%*.:%%%%%%%%%%%%%%%%%%%@@
23
- @@@@@@@@@@@@@@@@%%@%%%%%%+=##::::*##-=#%%%%%%%%%%%%%%%%%%%%@
24
- @@@@@@@@@@@@@@@@@@@%*#%%@#==::*=.=+=*%%%%%%%%%%%%%%%%%%%%%%@
25
- @@@@@@@@@@@@@@@@@@@*-::=#@%%+::::*@%%=..%%%%%%%%%%%%%%%%%%%%
26
- @@@@@@@@@@@@@@@@@@@@@%*+--+#%%%%%%#+:...+%%%%%%%%%%%%%%%%%%%
27
- @@@@@@@@@@@@@@@@@@@@@@%%@#+-:+*+=-+*#%*:-%%%%%%%%%%%%%@%%%%%
28
- @@@@@@@@@@@@@@@@@@@@@+-+**+=-==:-+#%%%%%@%%%%%%%%%%%%%%%%%%%
29
- @@@@@@@@@@@@@@@@@@@@@%*::=*#%@@%*=::-=#%%%%%%%%%%%%%%%%%%%%%
30
- @@@@@@@@@@@@@@@@%%@@@@+:=%@@@@%%%@%+:..+%%%%%%%%%%%%%%%%%%%%
31
- @@@@@@@@@@@@@@@@@@@@@@%#%@@@@@@%%@@%%%#*#%%%%%%%%%%%%%%%%%%%
32
- @@@@@@@@@@@@@@@@@@@@@@%%%%@@@@@%%%%%###%%%%%%%%%%%%%%%%%%%%%
33
- @@@@@@@@@@@@@@@@@@@@@%%%%%%%%@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34
- @@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%%%%@@%%%%%%%%%%%%%%%%%%%%%%%%
35
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%%%%%%%%%%%%%%%%%%%%%
37
- PWN
14
+ @@@@@@@%%@@%%%%%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@@@@@@@@@@@@
15
+ @@@@@@@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@@@@@@@@
16
+ @@@@@@@@@@%%%%@%%%%%%%%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@@@@@
17
+ @@@@@@@@@@@@@@@@@%%%%%%%%%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@@
18
+ @@@@@@@@@@@@%@@@@%%%%%%%%%%%%#***#%%%%%%%%%%%@@@@@@@@@@@@@@@
19
+ @@@@@@@@@@@@@%@@@%%%@%%%%%+-.......:+%%%%%%%%%%@@@@@@@@@@@@@
20
+ @@@@@@@@@@@@@@@@@@@%%%%@#:............*%%%%%%%%%%%%@%@@@@@@@
21
+ @@@@@@@@@@@@@@@@@@@@@%%%:.:.....*%%*:..%%%%%%%%%%%%%%%@@@@@@
22
+ @@@@@@@@@@@@@@@@@@@@@%%%:.-%%:..%%%%*.:%%%%%%%%%%%%%%%%%%%@@
23
+ @@@@@@@@@@@@@@@@%%@%%%%%%+=##::::*##-=#%%%%%%%%%%%%%%%%%%%%@
24
+ @@@@@@@@@@@@@@@@@@@%*#%%@#==::*=.=+=*%%%%%%%%%%%%%%%%%%%%%%@
25
+ @@@@@@@@@@@@@@@@@@@*-::=#@%%+::::*@%%=..%%%%%%%%%%%%%%%%%%%%
26
+ @@@@@@@@@@@@@@@@@@@@@%*+--+#%%%%%%#+:...+%%%%%%%%%%%%%%%%%%%
27
+ @@@@@@@@@@@@@@@@@@@@@@%%@#+-:+*+=-+*#%*:-%%%%%%%%%%%%%@%%%%%
28
+ @@@@@@@@@@@@@@@@@@@@@+-+**+=-==:-+#%%%%%@%%%%%%%%%%%%%%%%%%%
29
+ @@@@@@@@@@@@@@@@@@@@@%*::=*#%@@%*=::-=#%%%%%%%%%%%%%%%%%%%%%
30
+ @@@@@@@@@@@@@@@@%%@@@@+:=%@@@@%%%@%+:..+%%%%%%%%%%%%%%%%%%%%
31
+ @@@@@@@@@@@@@@@@@@@@@@%#%@@@@@@%%@@%%%#*#%%%%%%%%%%%%%%%%%%%
32
+ @@@@@@@@@@@@@@@@@@@@@@%%%%@@@@@%%%%%###%%%%%%%%%%%%%%%%%%%%%
33
+ @@@@@@@@@@@@@@@@@@@@@%%%%%%%%@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%%%%@@%%%%%%%%%%%%%%%%%%%%%%%%
35
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%%%%%%%%%%%%%%%%%%%%%
37
+ PWN
38
38
  '.light_black
39
39
  rescue StandardError => e
40
40
  raise e
@@ -11,23 +11,23 @@ module PWN
11
11
 
12
12
  public_class_method def self.get
13
13
  '
14
- _ _
15
- / \ / \
16
- { } { }
17
- { { } }
18
- \ \ / /
19
- \ Y /
20
- .-"`"`"-.
21
- ,` `.
22
- / \
23
- / \
24
- { ."";, }
25
- { /";`.`,; }
26
- \{ ;`,``;. /
27
- { }`""` } /}
28
- { } { //
29
- {||} { /
30
- `"` pwn
14
+ _ _
15
+ / \ / \
16
+ { } { }
17
+ { { } }
18
+ \ \ / /
19
+ \ Y /
20
+ .-"`"`"-.
21
+ ,` `.
22
+ / \
23
+ / \
24
+ { ."";, }
25
+ { /";`.`,; }
26
+ \{ ;`,``;. /
27
+ { }`""` } /}
28
+ { } { //
29
+ {||} { /
30
+ `"` pwn
31
31
  '.white
32
32
  rescue StandardError => e
33
33
  raise e
data/lib/pwn/banner.rb CHANGED
@@ -5,8 +5,10 @@ module PWN
5
5
  # into memory only when they're needed. For more information, see:
6
6
  # http://www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html
7
7
  module Banner
8
+ autoload :Anon, 'pwn/banner/anon'
8
9
  autoload :Bubble, 'pwn/banner/bubble'
9
10
  autoload :DontPanic, 'pwn/banner/dont_panic'
11
+ autoload :FSociety, 'pwn/banner/f_society'
10
12
  autoload :Matrix, 'pwn/banner/matrix'
11
13
  autoload :Ninja, 'pwn/banner/ninja'
12
14
  autoload :OffTheAir, 'pwn/banner/off_the_air'
@@ -20,23 +22,27 @@ module PWN
20
22
 
21
23
  public_class_method def self.get(opts = {})
22
24
  index = opts[:index].to_i
23
- index = Random.rand(1..7) unless index.positive?
25
+ index = Random.rand(1..9) unless index.positive?
24
26
 
25
27
  banner = ''
26
28
  case index
27
29
  when 1
28
- banner = PWN::Banner::Bubble.get
30
+ banner = PWN::Banner::Anon.get
29
31
  when 2
30
- banner = PWN::Banner::DontPanic.get
32
+ banner = PWN::Banner::Bubble.get
31
33
  when 3
32
- banner = PWN::Banner::Matrix.get
34
+ banner = PWN::Banner::DontPanic.get
33
35
  when 4
34
- banner = PWN::Banner::Ninja.get
36
+ banner = PWN::Banner::FSociety.get
35
37
  when 5
36
- banner = PWN::Banner::OffTheAir.get
38
+ banner = PWN::Banner::Matrix.get
37
39
  when 6
38
- banner = PWN::Banner::Pirate.get
40
+ banner = PWN::Banner::Ninja.get
39
41
  when 7
42
+ banner = PWN::Banner::OffTheAir.get
43
+ when 8
44
+ banner = PWN::Banner::Pirate.get
45
+ when 9
40
46
  banner = PWN::Banner::WhiteRabbit.get
41
47
  else
42
48
  raise 'Invalid Index.'
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.969'
4
+ VERSION = '0.4.971'
5
5
  end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ describe PWN::Banner::Anon do
6
+ it 'should cointain a method for banner retrieval' do
7
+ get_response = PWN::Banner::Anon
8
+ expect(get_response).to respond_to :get
9
+ end
10
+
11
+ it 'should display information for authors' do
12
+ authors_response = PWN::Banner::Anon
13
+ expect(authors_response).to respond_to :authors
14
+ end
15
+
16
+ it 'should display information for existing help method' do
17
+ help_response = PWN::Banner::Anon
18
+ expect(help_response).to respond_to :help
19
+ end
20
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ describe PWN::Banner::FSociety do
6
+ it 'should cointain a method for banner retrieval' do
7
+ get_response = PWN::Banner::FSociety
8
+ expect(get_response).to respond_to :get
9
+ end
10
+
11
+ it 'should display information for authors' do
12
+ authors_response = PWN::Banner::FSociety
13
+ expect(authors_response).to respond_to :authors
14
+ end
15
+
16
+ it 'should display information for existing help method' do
17
+ help_response = PWN::Banner::FSociety
18
+ expect(help_response).to respond_to :help
19
+ end
20
+ 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.969
4
+ version: 0.4.971
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -1703,8 +1703,10 @@ files:
1703
1703
  - lib/pwn/aws/workspaces.rb
1704
1704
  - lib/pwn/aws/x_ray.rb
1705
1705
  - lib/pwn/banner.rb
1706
+ - lib/pwn/banner/anon.rb
1706
1707
  - lib/pwn/banner/bubble.rb
1707
1708
  - lib/pwn/banner/dont_panic.rb
1709
+ - lib/pwn/banner/f_society.rb
1708
1710
  - lib/pwn/banner/matrix.rb
1709
1711
  - lib/pwn/banner/ninja.rb
1710
1712
  - lib/pwn/banner/off_the_air.rb
@@ -2020,8 +2022,10 @@ files:
2020
2022
  - spec/lib/pwn/aws/workspaces_spec.rb
2021
2023
  - spec/lib/pwn/aws/x_ray_spec.rb
2022
2024
  - spec/lib/pwn/aws_spec.rb
2025
+ - spec/lib/pwn/banner/anon_spec.rb
2023
2026
  - spec/lib/pwn/banner/bubble_spec.rb
2024
2027
  - spec/lib/pwn/banner/dont_panic_spec.rb
2028
+ - spec/lib/pwn/banner/f_society_spec.rb
2025
2029
  - spec/lib/pwn/banner/matrix_spec.rb
2026
2030
  - spec/lib/pwn/banner/ninja_spec.rb
2027
2031
  - spec/lib/pwn/banner/off_the_air_spec.rb