searchpass 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: 775552ec84a6cf1d42a3d4a78d62ebf60f8adaf7
4
- data.tar.gz: 2949b43005515e7d21cf721f3ca082e2c3aae33f
3
+ metadata.gz: bf3287e3c17c7523392d1866f830870fff29a5fa
4
+ data.tar.gz: c4118e8e5c978673293989895c6cfd67a79dea1f
5
5
  SHA512:
6
- metadata.gz: 656197b7a5a5b3b57011cea96c04b85b963e7d7938264e4e3639aa165d6ae410e99c6e3431aae70907f60c810f71b3aab42b7e0f49a14ceff4ed8b6ad74868e6
7
- data.tar.gz: 5524ea8bae8720f3098bb8b32da59fbfc9d58bb4efd282523b1e7953fa880b81a0a186d33a5b8d00f441b9cc30590acce3c92ccb6df0e7cc9715d0f2ec4b350f
6
+ metadata.gz: f53c4f84fd602f505fa89e815f91eb5c282b86986e38b5c76384b6fdea9f3e7bebb4a39c6688149ffdaa92399178937165b531614d7664dccc4f24579d6e5d30
7
+ data.tar.gz: 89467cdd1ac696cc7d41f4fee5e10671d69f3f53fb40ed554ac0fb844f4996f1443e2d7a13c096d971140f5034773d431e55837a692cf8e8f5091eb86050c530
data/README.md CHANGED
@@ -20,4 +20,4 @@ Specific options:
20
20
 
21
21
  ## Credit
22
22
 
23
- The list of default passwords has been uptained from [cirt.net](https://cirt.net/passwords). Thanks to cirt.net and everyone who has contributed!
23
+ The list of default passwords has been obtained from [cirt.net](https://cirt.net/passwords). Thanks to cirt.net and everyone who has contributed!
data/credentials.json CHANGED
@@ -2274,6 +2274,26 @@
2274
2274
  "Doc": "",
2275
2275
  "Notes": "default admin page is:/cgi-bin/admin/admin.cgi"
2276
2276
  },
2277
+ {
2278
+ "Vendor": "Black Duck Software, Inc.",
2279
+ "Name": "Hub",
2280
+ "Method": "HTTP",
2281
+ "User ID": "sysadmin",
2282
+ "Password": "blackduck",
2283
+ "Level": "Administrator",
2284
+ "Doc": "",
2285
+ "Notes": "port 8080"
2286
+ },
2287
+ {
2288
+ "Vendor": "Black Duck Software, Inc.",
2289
+ "Name": "Administration Console",
2290
+ "Method": "HTTP",
2291
+ "User ID": "admin",
2292
+ "Password": "admin",
2293
+ "Level": "Administrator",
2294
+ "Doc": "",
2295
+ "Notes": "port 7081"
2296
+ },
2277
2297
  {
2278
2298
  "Vendor": "Black Widow Web Design Ltd",
2279
2299
  "Name": "Saxon",
@@ -3499,6 +3519,34 @@
3499
3519
  "Level": "Administrator",
3500
3520
  "Doc": ""
3501
3521
  },
3522
+ {
3523
+ "Vendor": "Cyberoam",
3524
+ "Name": "Multiple",
3525
+ "Method": "HTTP",
3526
+ "User ID": "admin",
3527
+ "Password": "admin",
3528
+ "Level": "Administrator",
3529
+ "Doc": "https://docs.cyberoam.com/",
3530
+ "Notes": "UTM, NGFW, Virtual Appliance, Central Console"
3531
+ },
3532
+ {
3533
+ "Vendor": "Cyberoam",
3534
+ "Name": "iView",
3535
+ "Method": "HTTP",
3536
+ "User ID": "admin",
3537
+ "Password": "admin",
3538
+ "Level": "Administrator",
3539
+ "Doc": "https://docs.cyberoam.com/default.asp?id=344&Lang=1&SID="
3540
+ },
3541
+ {
3542
+ "Vendor": "Cyberoam",
3543
+ "Name": "iView",
3544
+ "Method": "SSH",
3545
+ "User ID": "root",
3546
+ "Password": "admin",
3547
+ "Level": "Administrator",
3548
+ "Doc": "https://docs.cyberoam.com/default.asp?id=344&Lang=1&SID="
3549
+ },
3502
3550
  {
3503
3551
  "Vendor": "Cyclades",
3504
3552
  "Name": "Cyclades-TS800",
@@ -13506,6 +13554,14 @@
13506
13554
  "Password": "PASSWORD",
13507
13555
  "Doc": ""
13508
13556
  },
13557
+ {
13558
+ "Vendor": "Rainer Wichmann",
13559
+ "Name": "Beltane",
13560
+ "User ID": "rainer",
13561
+ "Password": "wichmann",
13562
+ "Level": "Administrator",
13563
+ "Doc": "http://la-samhna.de/beltane/beltane_help/installing.html#POSTINSTALL"
13564
+ },
13509
13565
  {
13510
13566
  "Vendor": "Ramp Networks",
13511
13567
  "Name": "WebRamp",
@@ -1,3 +1,3 @@
1
1
  module Searchpass
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: searchpass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Henriksen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-22 00:00:00.000000000 Z
11
+ date: 2016-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  requirements: []
132
132
  rubyforge_project:
133
- rubygems_version: 2.4.5.1
133
+ rubygems_version: 2.6.7
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: Find default passwords for devices and systems.