diff --git a/Gemfile.lock b/Gemfile.lock index b634146..52b2bac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pass-station (1.2.1) + pass-station (1.2.2) docopt (~> 0.6) paint (~> 2.2) diff --git a/data/DefaultCreds-Cheat-Sheet.csv b/data/DefaultCreds-Cheat-Sheet.csv index 48f7be1..9c20ebb 100644 --- a/data/DefaultCreds-Cheat-Sheet.csv +++ b/data/DefaultCreds-Cheat-Sheet.csv @@ -68,6 +68,9 @@ Addon,admin,admin AddPac Technology,root,router ADIC,admin,password ADIC,admin,secure +ADIP,adip,admin +ADIP,adip,consul +ADIP,adip,insta Adobe,admin,admin Adobe,anonymous,anonymous Adobe,aparker@geometrixx.info,aparker @@ -533,6 +536,7 @@ CA APM Team Center (web),Guest,Guest Cable And Wireless,admin,1234 Cabletron,, Cabletron,netman, +caldera,admin,admin CA NetQoS (web),nqadmin,nq CA NetQoS (web),nquser,nq Canon,,0 @@ -552,6 +556,7 @@ CCH (mssql),sa,PracticeUser1 Celerity,mediator,mediator Celerity,root,Mua'dib Cellit,cellit,cellit +Centreon WebUI,admin,centreon Ceragon Networks,root,tooridu CGI World,,protection Chase Research,,iolan @@ -694,6 +699,8 @@ cuproplus,, cyberguard,cgadmin,cgadmin Cyberguard,cgadmin,cgadmin CyberMax,,Congress +CyberPower,cyber,cyber +CyberPower,device,cyber Cyclades,root, Cyclades,root,tslinux Cyclades,super,surt @@ -1022,6 +1029,7 @@ Gericom,Administrator, "GE Security,Inc.",install,install giga,Administrator,admin Gigabyte,admin,admin +GigaFiber,admin,jiocentrum glftpd,glftpd,glftpd glFtpD,glftpd,glftpd Globespan Virata,DSL,DSL @@ -1421,6 +1429,7 @@ Jenkins (web),, Jetform,Jetform, JetWay,,spooml JioFi,administrator,administrator +JioFiber,admin,jiocentrum Johnson Controls,johnson,control Joss Technology,,57gbzb Joss Technology,,technolgi @@ -1749,6 +1758,7 @@ Netgear,Gearguy,Geardog Netgear,super,5777364 Netgear,superman,21241036 NetGenesis,naadmin,naadmin +NETIO 4All PowerPDU,admin,admin Netopia,admin, Netopia,admin,noway Netopia,, @@ -3115,6 +3125,7 @@ vacron (web),admin,admin Various,root,admin VASCO,admin, VBrick Systems,admin,admin +vectr,admin,11_ThisIsTheFirstPassword_11 Veramark,admin,password Verifone,,166816 Verilink,, diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3535afc..65fd914 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,7 +2,11 @@ ## [1.2.2] -- Update database (new entries) to reflect [upstream](https://github.com/ihebski/DefaultCreds-cheat-sheet/pull/11/files) +- Update database (new entries) to reflect upstream + - [db#11](https://github.com/ihebski/DefaultCreds-cheat-sheet/pull/11/files) + - [db 62cb6d098a8886019f46ea17cffde3eb47d04103](https://github.com/ihebski/DefaultCreds-cheat-sheet/commit/62cb6d098a8886019f46ea17cffde3eb47d04103) + - [db f1fbe1cd20dfcba55300c95b71936830483f38be](https://github.com/ihebski/DefaultCreds-cheat-sheet/commit/f1fbe1cd20dfcba55300c95b71936830483f38be) + - [db#13](https://github.com/ihebski/DefaultCreds-cheat-sheet/pull/13/files) ## [1.2.1] diff --git a/lib/pass_station/source.rb b/lib/pass_station/source.rb index a63e823..dc28c44 100644 --- a/lib/pass_station/source.rb +++ b/lib/pass_station/source.rb @@ -10,7 +10,7 @@ module PassStation class DB UPSTREAM_DATABASE = { URL: 'https://raw.githubusercontent.com/ihebski/DefaultCreds-cheat-sheet/main/DefaultCreds-Cheat-Sheet.csv', - HASH: 'de6a9f7e7ac94fbcd142ec5817efb71d3a0027076266c87ead5158a4960ec708' + HASH: '2107f3105bcc1a218a646beac6f92e2e8c639fac1f3f3e4a3da76b3d14a40dc8' }.freeze class << self diff --git a/lib/pass_station/version.rb b/lib/pass_station/version.rb index 50a91cc..6317272 100644 --- a/lib/pass_station/version.rb +++ b/lib/pass_station/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Version - VERSION = '1.2.1' + VERSION = '1.2.2' end