pwn 0.5.278 → 0.5.279

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: 31416d11bd1c37744603f4351c5ac23f36dcd6bf1a5f1ca613916e1cf2068cd0
4
- data.tar.gz: 72ee67d2982cc404bd42f6be039945c7af2626fc5940409863726b2573400bee
3
+ metadata.gz: c1305b14cb06bf37af02be9bae67675548ee58b5027584e9075f40edc6fbdcdb
4
+ data.tar.gz: f01c6b1e804c971930662e6aa6d8f7d9c5b8eb6c2a0bab4dcff9956d11e1a2cf
5
5
  SHA512:
6
- metadata.gz: 7f51183d1bba8bdbedcc6d8e27e689c820316ca2e28a43393e789db9ba4945b8ee90a6ee98e7a04a76d62b2b64ea49681bc43152d2fbc4d1c42a10260b4e89db
7
- data.tar.gz: 2a94290f548adb5b6719a2ce55712e4db12a59e3a95870414fdbc3521b1bccfe9a87b57985632ef509406b607b7c6ec6ce4d2cebe437fb813cdef246150945b8
6
+ metadata.gz: d0bc62a5e5e0d50d49656c47c2070b57d9a1e5fcea44ae1666c73815729431d98820d895bd437f860f138028b3fa823bea7074af6dcdb887c2b1c863bd33a018
7
+ data.tar.gz: 2ceb90153b66ca777cb6a452eda80a743f313a18497a21e21a607b8a7036156d18ae18e5b3d6b10c1dfc4003c6d988217a15328795ffa37b64d5e56e3ea67e08
data/Gemfile CHANGED
@@ -14,12 +14,12 @@ gemspec
14
14
  gem 'activesupport', '8.0.2'
15
15
  gem 'anemone', '0.7.2'
16
16
  gem 'authy', '3.0.1'
17
- gem 'aws-sdk', '3.2.0'
17
+ gem 'aws-sdk', '3.3.0'
18
18
  # gem 'bettercap', '1.6.2'
19
19
  gem 'barby', '0.7.0'
20
20
  gem 'base32', '0.3.4'
21
21
  gem 'brakeman', '7.0.2'
22
- gem 'bson', '5.0.2'
22
+ gem 'bson', '5.1.1'
23
23
  gem 'bundler', '>=2.6.9'
24
24
  gem 'bundler-audit', '0.9.2'
25
25
  gem 'bunny', '2.24.0'
@@ -43,7 +43,7 @@ gem 'jenkins_api_client2', '1.9.0'
43
43
  gem 'js-beautify', '0.1.8'
44
44
  gem 'json', '2.12.2'
45
45
  gem 'jsonpath', '1.1.5'
46
- gem 'jwt', '2.10.1'
46
+ gem 'jwt', '3.1.1'
47
47
  gem 'libusb', '0.7.2'
48
48
  gem 'luhn', '1.0.2'
49
49
  gem 'mail', '2.8.1'
@@ -62,7 +62,7 @@ gem 'nokogiri-diff', '0.3.0'
62
62
  gem 'oily_png', '1.2.1'
63
63
  gem 'open3', '0.2.1'
64
64
  gem 'os', '1.1.4'
65
- gem 'ostruct', '0.6.1'
65
+ gem 'ostruct', '0.6.2'
66
66
  gem 'packetfu', '2.0.0'
67
67
  gem 'packetgen', '4.1.0'
68
68
  gem 'pdf-reader', '2.14.1'
@@ -72,14 +72,14 @@ gem 'pry-doc', '1.6.0'
72
72
  gem 'rake', '13.3.0'
73
73
  gem 'rb-readline', '0.5.5'
74
74
  gem 'rbvmomi2', '3.8.0'
75
- gem 'rdoc', '6.14.0'
75
+ gem 'rdoc', '6.14.1'
76
76
  gem 'rest-client', '2.1.0'
77
77
  gem 'rex', '2.0.13'
78
78
  gem 'rmagick', '6.1.1'
79
79
  gem 'rqrcode', '3.1.0'
80
80
  gem 'rspec', '3.13.1'
81
81
  gem 'rtesseract', '3.1.4'
82
- gem 'rubocop', '1.75.8'
82
+ gem 'rubocop', '1.77.0'
83
83
  gem 'rubocop-rake', '0.7.1'
84
84
  gem 'rubocop-rspec', '3.6.0'
85
85
  gem 'ruby-audio', '1.6.1'
@@ -93,8 +93,8 @@ gem 'selenium-devtools', '0.137.0'
93
93
  gem 'slack-ruby-client', '2.6.0'
94
94
  gem 'socksify', '1.7.1'
95
95
  gem 'spreadsheet', '1.3.4'
96
- gem 'sqlite3', '2.6.0'
97
- gem 'thin', '1.8.2'
96
+ gem 'sqlite3', '2.7.0'
97
+ gem 'thin', '2.0.1'
98
98
  gem 'tty-prompt', '0.23.1'
99
99
  gem 'tty-spinner', '0.9.3'
100
100
  gem 'uart', '1.0.0'
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.278]:001 >>> PWN.help
40
+ pwn[v0.5.279]: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.4.4@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.278]:001 >>> PWN.help
55
+ pwn[v0.5.279]: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.4.4@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.278]:001 >>> PWN.help
65
+ pwn[v0.5.279]: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:
@@ -72,7 +72,7 @@ module PWN
72
72
  end
73
73
 
74
74
  JSON.parse(response, symbolize_names: true)
75
- rescue ExceptionWithResponse => e
75
+ rescue RestClient::ExceptionWithResponse => e
76
76
  case e.message
77
77
  when '400 Bad Request', '404 Resource Not Found'
78
78
  "#{e.message}: #{e.response}"
@@ -165,6 +165,10 @@ module PWN
165
165
  path: 'required - API path to call, without beginning forward slash'
166
166
  )
167
167
 
168
+ **********************************************************************
169
+ * For more information on the Jira Server REST API, see:
170
+ * https://developer.atlassian.com/server/jira/platform/rest-apis/
171
+
168
172
  #{self}.authors
169
173
  "
170
174
  end
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.278'
4
+ VERSION = '0.5.279'
5
5
  end
@@ -0,0 +1,113 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PWN
4
+ module WWW
5
+ # This plugin supports Wayback Machine actions.
6
+ module WaybackMachine
7
+ # Supported Method Parameters::
8
+ # browser_obj = PWN::WWW::WaybackMachine.open(
9
+ # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
10
+ # proxy: 'optional - scheme://proxy_host:port || tor'
11
+ # )
12
+
13
+ public_class_method def self.open(opts = {})
14
+ browser_obj = PWN::Plugins::TransparentBrowser.open(opts)
15
+
16
+ browser = browser_obj[:browser]
17
+ browser.goto('https://web.archive.org')
18
+
19
+ browser_obj
20
+ rescue StandardError => e
21
+ raise e
22
+ end
23
+
24
+ # Supported Method Parameters::
25
+ # browser_obj = PWN::WWW::WaybackMachine.search(
26
+ # browser_obj: 'required - browser_obj returned from #open method',
27
+ # q: 'required - search string'
28
+ # )
29
+
30
+ public_class_method def self.search(opts = {})
31
+ browser_obj = opts[:browser_obj]
32
+ q = opts[:q].to_s
33
+
34
+ browser = browser_obj[:browser]
35
+ browser.text_field(name: 'query').wait_until(&:present?).set(q).submit
36
+
37
+ browser_obj
38
+ rescue StandardError => e
39
+ raise e
40
+ end
41
+
42
+ # Supported Method Parameters::
43
+ # browser_obj = PWN::WWW::WaybackMachine.timetravel(
44
+ # browser_obj: 'required - browser_obj returned from #open method',
45
+ # uri: 'required - URI (e.g. https://example.com)',
46
+ # date: 'optional - date in YYYYMMDD format (Defaults to today)'
47
+ # )
48
+
49
+ public_class_method def self.timetravel(opts = {})
50
+ browser_obj = opts[:browser_obj]
51
+ uri = opts[:uri].to_s
52
+ date = opts[:date] ||= Time.now.strftime('%Y%m%d')
53
+
54
+ browser = browser_obj[:browser]
55
+ browser.goto("https://web.archive.org/web/#{date}/#{uri}")
56
+
57
+ browser_obj
58
+ rescue StandardError => e
59
+ raise e
60
+ end
61
+
62
+ # Supported Method Parameters::
63
+ # browser_obj = PWN::WWW::WaybackMachine.close(
64
+ # browser_obj: 'required - browser_obj returned from #open method'
65
+ # )
66
+
67
+ public_class_method def self.close(opts = {})
68
+ browser_obj = opts[:browser_obj]
69
+ PWN::Plugins::TransparentBrowser.close(
70
+ browser_obj: browser_obj
71
+ )
72
+ rescue StandardError => e
73
+ raise e
74
+ end
75
+
76
+ # Author(s):: 0day Inc. <support@0dayinc.com>
77
+
78
+ public_class_method def self.authors
79
+ "AUTHOR(S):
80
+ 0day Inc. <support@0dayinc.com>
81
+ "
82
+ end
83
+
84
+ # Display Usage for this Module
85
+
86
+ public_class_method def self.help
87
+ puts "USAGE:
88
+ browser_obj = #{self}.open(
89
+ browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
90
+ proxy: 'optional - scheme://proxy_host:port || tor'
91
+ )
92
+
93
+ browser_obj = #{self}.search(
94
+ browser_obj: 'required - browser_obj returned from #open method',
95
+ q: 'required search string'
96
+ )
97
+
98
+ browser_obj = #{self}.timetravel(
99
+ browser_obj: 'required - browser_obj returned from #open method',
100
+ uri: 'required - URI (e.g. https://example.com)',
101
+ date: 'optional - date in YYYYMMDD format (Defaults to today)'
102
+ )
103
+
104
+ browser_obj = #{self}.close(
105
+ browser_obj: 'required - browser_obj returned from #open method',
106
+ )
107
+
108
+ #{self}.authors
109
+ "
110
+ end
111
+ end
112
+ end
113
+ end
@@ -66,17 +66,17 @@ module PWN
66
66
 
67
67
  public_class_method def self.help
68
68
  puts "USAGE:
69
- browser_obj =#{self}.open(
69
+ browser_obj = #{self}.open(
70
70
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
71
71
  proxy: 'optional - scheme://proxy_host:port || tor'
72
72
  )
73
73
 
74
- browser_obj =#{self}.search(
74
+ browser_obj = #{self}.search(
75
75
  browser_obj: 'required - browser_obj returned from #open method',
76
76
  q: 'required search string'
77
77
  )
78
78
 
79
- browser_obj =#{self}.close(
79
+ browser_obj = #{self}.close(
80
80
  browser_obj: 'required - browser_obj returned from #open method',
81
81
  )
82
82
 
data/lib/pwn/www.rb CHANGED
@@ -24,6 +24,7 @@ module PWN
24
24
  autoload :Twitter, 'pwn/www/twitter'
25
25
  autoload :Uber, 'pwn/www/uber'
26
26
  autoload :Upwork, 'pwn/www/upwork'
27
+ autoload :WaybackMachine, 'pwn/www/wayback_machine'
27
28
  autoload :Youtube, 'pwn/www/youtube'
28
29
 
29
30
  # Display a List of Every PWN::WWW Module
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ describe PWN::WWW::WaybackMachine do
6
+ it 'should display information for authors' do
7
+ authors_response = PWN::WWW::WaybackMachine
8
+ expect(authors_response).to respond_to :authors
9
+ end
10
+
11
+ it 'should display information for existing help method' do
12
+ help_response = PWN::WWW::WaybackMachine
13
+ expect(help_response).to respond_to :help
14
+ end
15
+ end
@@ -536,8 +536,9 @@
536
536
  {"messages":[{"role":"user","content":"PWN::Plugins::Char.punctuation Usage"},{"role":"assistant","content":"`PWN::Plugins::Char.punctuation`: Supported Method Parameters\n\nPWN::Plugins::Char.punctuation\n"}]}
537
537
  {"messages":[{"role":"user","content":"PWN::Plugins::Char.spacing_modifiers Usage"},{"role":"assistant","content":"`PWN::Plugins::Char.spacing_modifiers`: Supported Method Parameters\n\nPWN::Plugins::Char.spacing_modifiers\n"}]}
538
538
  {"messages":[{"role":"user","content":"PWN::Plugins::CreditCard.authors Usage"},{"role":"assistant","content":"`PWN::Plugins::CreditCard.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
539
- {"messages":[{"role":"user","content":"PWN::Plugins::CreditCard.generate Usage"},{"role":"assistant","content":"`PWN::Plugins::CreditCard.generate`: Supported Method Parameters\n\nPWN::Plugins::CreditCard.generate(\n\ntype: 'required - card to generate :amex|:unionpay|:dankort|:diners|:elo|:discover|:hipercard|:jcb|:maestro|:mastercard|:mir|:rupay|:solo|:switch|:visa',\ncount: 'optional - number of numbers to generate (defaults to 1)'\n\n)\n"}]}
539
+ {"messages":[{"role":"user","content":"PWN::Plugins::CreditCard.generate Usage"},{"role":"assistant","content":"`PWN::Plugins::CreditCard.generate`: Supported Method Parameters\n\nPWN::Plugins::CreditCard.generate(\n\ntype: 'optional - card type from #list_types method to generate (defaults to :random)',\ncount: 'optional - number of numbers to generate (defaults to 1)'\n\n)\n"}]}
540
540
  {"messages":[{"role":"user","content":"PWN::Plugins::CreditCard.help Usage"},{"role":"assistant","content":"`PWN::Plugins::CreditCard.help`: "}]}
541
+ {"messages":[{"role":"user","content":"PWN::Plugins::CreditCard.list_types Usage"},{"role":"assistant","content":"`PWN::Plugins::CreditCard.list_types`: Supported Method Parameters\n\nPWN::Plugins::CreditCard.list_types\n"}]}
541
542
  {"messages":[{"role":"user","content":"PWN::Plugins::CreditCard.type Usage"},{"role":"assistant","content":"`PWN::Plugins::CreditCard.type`: Supported Method Parameters\n\nPWN::Plugins::CreditCard.type(\n\ncc: 'required - e.g. XXXX XXXX XXXX XXXX'\n\n)\n"}]}
542
543
  {"messages":[{"role":"user","content":"PWN::Plugins::DAOLDAP.authors Usage"},{"role":"assistant","content":"`PWN::Plugins::DAOLDAP.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
543
544
  {"messages":[{"role":"user","content":"PWN::Plugins::DAOLDAP.connect Usage"},{"role":"assistant","content":"`PWN::Plugins::DAOLDAP.connect`: Supported Method Parameters\n\nPWN::Plugins::DAOLDAP.connect(\n\nhost: 'required host or IP',\nport: 'optional port (defaults to 636)',\nbase: 'required ldap base to search from (e.g. dc=domain,dc=com)'\nencryption: 'optional parameter to protect communication in transit, :simple_tls OR :start_tls'\nauth_method: 'required ldap auth bind method, :simple, :sasl, OR :gss_spnego'\nusername: 'required username (e.g. support@0dayinc.com)',\npassword: 'optional (prompts if left blank)',\n\n)\n"}]}
@@ -963,6 +964,21 @@
963
964
  {"messages":[{"role":"user","content":"PWN::Plugins::URIScheme.authors Usage"},{"role":"assistant","content":"`PWN::Plugins::URIScheme.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
964
965
  {"messages":[{"role":"user","content":"PWN::Plugins::URIScheme.help Usage"},{"role":"assistant","content":"`PWN::Plugins::URIScheme.help`: "}]}
965
966
  {"messages":[{"role":"user","content":"PWN::Plugins::URIScheme.list_all_known Usage"},{"role":"assistant","content":"`PWN::Plugins::URIScheme.list_all_known`: Supported Method Parameters\n\nuri_scheme_arr = PWN::Plugins::URIScheme.list_all_known\n"}]}
967
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.authors Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
968
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.calculate_check_digit Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.calculate_check_digit`: "}]}
969
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.decode_vin Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.decode_vin`: "}]}
970
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.decode_wmi Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.decode_wmi`: "}]}
971
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.generate_vin Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.generate_vin`: "}]}
972
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.get_all_makes Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.get_all_makes`: "}]}
973
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.get_all_manufacturers Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.get_all_manufacturers`: "}]}
974
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.get_manufacturer_details Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.get_manufacturer_details`: "}]}
975
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.get_models_for_make Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.get_models_for_make`: "}]}
976
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.get_models_for_make_year Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.get_models_for_make_year`: "}]}
977
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.get_vehicle_types_for_make Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.get_vehicle_types_for_make`: "}]}
978
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.get_wmis_for_manufacturer Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.get_wmis_for_manufacturer`: "}]}
979
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.get_year_code Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.get_year_code`: "}]}
980
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.help Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.help`: "}]}
981
+ {"messages":[{"role":"user","content":"PWN::Plugins::VIN.vin_rest_call Usage"},{"role":"assistant","content":"`PWN::Plugins::VIN.vin_rest_call`: "}]}
966
982
  {"messages":[{"role":"user","content":"PWN::Plugins::Vault.authors Usage"},{"role":"assistant","content":"`PWN::Plugins::Vault.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
967
983
  {"messages":[{"role":"user","content":"PWN::Plugins::Vault.create Usage"},{"role":"assistant","content":"`PWN::Plugins::Vault.create`: Supported Method Parameters\n\nPWN::Plugins::Vault.create(\n\nfile: 'required - encrypted file to create'\n\n)\n"}]}
968
984
  {"messages":[{"role":"user","content":"PWN::Plugins::Vault.decrypt Usage"},{"role":"assistant","content":"`PWN::Plugins::Vault.decrypt`: Supported Method Parameters\n\nPWN::Plugins::Vault.decrypt(\n\nfile: 'required - file to decrypt',\nkey: 'required - key to decrypt',\niv: 'required - iv to decrypt'\n\n)\n"}]}
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.278
4
+ version: 0.5.279
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -57,14 +57,14 @@ dependencies:
57
57
  requirements:
58
58
  - - '='
59
59
  - !ruby/object:Gem::Version
60
- version: 3.2.0
60
+ version: 3.3.0
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - '='
66
66
  - !ruby/object:Gem::Version
67
- version: 3.2.0
67
+ version: 3.3.0
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: barby
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -113,14 +113,14 @@ dependencies:
113
113
  requirements:
114
114
  - - '='
115
115
  - !ruby/object:Gem::Version
116
- version: 5.0.2
116
+ version: 5.1.1
117
117
  type: :runtime
118
118
  prerelease: false
119
119
  version_requirements: !ruby/object:Gem::Requirement
120
120
  requirements:
121
121
  - - '='
122
122
  - !ruby/object:Gem::Version
123
- version: 5.0.2
123
+ version: 5.1.1
124
124
  - !ruby/object:Gem::Dependency
125
125
  name: bundler
126
126
  requirement: !ruby/object:Gem::Requirement
@@ -435,14 +435,14 @@ dependencies:
435
435
  requirements:
436
436
  - - '='
437
437
  - !ruby/object:Gem::Version
438
- version: 2.10.1
438
+ version: 3.1.1
439
439
  type: :runtime
440
440
  prerelease: false
441
441
  version_requirements: !ruby/object:Gem::Requirement
442
442
  requirements:
443
443
  - - '='
444
444
  - !ruby/object:Gem::Version
445
- version: 2.10.1
445
+ version: 3.1.1
446
446
  - !ruby/object:Gem::Dependency
447
447
  name: libusb
448
448
  requirement: !ruby/object:Gem::Requirement
@@ -687,14 +687,14 @@ dependencies:
687
687
  requirements:
688
688
  - - '='
689
689
  - !ruby/object:Gem::Version
690
- version: 0.6.1
690
+ version: 0.6.2
691
691
  type: :runtime
692
692
  prerelease: false
693
693
  version_requirements: !ruby/object:Gem::Requirement
694
694
  requirements:
695
695
  - - '='
696
696
  - !ruby/object:Gem::Version
697
- version: 0.6.1
697
+ version: 0.6.2
698
698
  - !ruby/object:Gem::Dependency
699
699
  name: packetfu
700
700
  requirement: !ruby/object:Gem::Requirement
@@ -827,14 +827,14 @@ dependencies:
827
827
  requirements:
828
828
  - - '='
829
829
  - !ruby/object:Gem::Version
830
- version: 6.14.0
830
+ version: 6.14.1
831
831
  type: :development
832
832
  prerelease: false
833
833
  version_requirements: !ruby/object:Gem::Requirement
834
834
  requirements:
835
835
  - - '='
836
836
  - !ruby/object:Gem::Version
837
- version: 6.14.0
837
+ version: 6.14.1
838
838
  - !ruby/object:Gem::Dependency
839
839
  name: rest-client
840
840
  requirement: !ruby/object:Gem::Requirement
@@ -925,14 +925,14 @@ dependencies:
925
925
  requirements:
926
926
  - - '='
927
927
  - !ruby/object:Gem::Version
928
- version: 1.75.8
928
+ version: 1.77.0
929
929
  type: :runtime
930
930
  prerelease: false
931
931
  version_requirements: !ruby/object:Gem::Requirement
932
932
  requirements:
933
933
  - - '='
934
934
  - !ruby/object:Gem::Version
935
- version: 1.75.8
935
+ version: 1.77.0
936
936
  - !ruby/object:Gem::Dependency
937
937
  name: rubocop-rake
938
938
  requirement: !ruby/object:Gem::Requirement
@@ -1093,28 +1093,28 @@ dependencies:
1093
1093
  requirements:
1094
1094
  - - '='
1095
1095
  - !ruby/object:Gem::Version
1096
- version: 2.6.0
1096
+ version: 2.7.0
1097
1097
  type: :runtime
1098
1098
  prerelease: false
1099
1099
  version_requirements: !ruby/object:Gem::Requirement
1100
1100
  requirements:
1101
1101
  - - '='
1102
1102
  - !ruby/object:Gem::Version
1103
- version: 2.6.0
1103
+ version: 2.7.0
1104
1104
  - !ruby/object:Gem::Dependency
1105
1105
  name: thin
1106
1106
  requirement: !ruby/object:Gem::Requirement
1107
1107
  requirements:
1108
1108
  - - '='
1109
1109
  - !ruby/object:Gem::Version
1110
- version: 1.8.2
1110
+ version: 2.0.1
1111
1111
  type: :runtime
1112
1112
  prerelease: false
1113
1113
  version_requirements: !ruby/object:Gem::Requirement
1114
1114
  requirements:
1115
1115
  - - '='
1116
1116
  - !ruby/object:Gem::Version
1117
- version: 1.8.2
1117
+ version: 2.0.1
1118
1118
  - !ruby/object:Gem::Dependency
1119
1119
  name: tty-prompt
1120
1120
  requirement: !ruby/object:Gem::Requirement
@@ -1953,6 +1953,7 @@ files:
1953
1953
  - lib/pwn/www/twitter.rb
1954
1954
  - lib/pwn/www/uber.rb
1955
1955
  - lib/pwn/www/upwork.rb
1956
+ - lib/pwn/www/wayback_machine.rb
1956
1957
  - lib/pwn/www/youtube.rb
1957
1958
  - packer/daemons/msfrpcd.rb
1958
1959
  - packer/daemons/openvas.rb
@@ -2291,6 +2292,7 @@ files:
2291
2292
  - spec/lib/pwn/www/twitter_spec.rb
2292
2293
  - spec/lib/pwn/www/uber_spec.rb
2293
2294
  - spec/lib/pwn/www/upwork_spec.rb
2295
+ - spec/lib/pwn/www/wayback_machine_spec.rb
2294
2296
  - spec/lib/pwn/www/youtube_spec.rb
2295
2297
  - spec/lib/pwn/www_spec.rb
2296
2298
  - spec/lib/pwn_spec.rb