Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Jul 22, 2021
1 parent 872f81c commit 319a9a3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pass-station (1.2.1)
pass-station (1.2.2)
docopt (~> 0.6)
paint (~> 2.2)

Expand Down
11 changes: 11 additions & 0 deletions data/DefaultCreds-Cheat-Sheet.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -533,6 +536,7 @@ CA APM Team Center (web),Guest,Guest
Cable And Wireless,admin,1234
Cabletron,<blank>,<blank>
Cabletron,netman,<blank>
caldera,admin,admin
CA NetQoS (web),nqadmin,nq
CA NetQoS (web),nquser,nq
Canon,<blank>,0
Expand All @@ -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,<blank>,protection
Chase Research,<blank>,iolan
Expand Down Expand Up @@ -694,6 +699,8 @@ cuproplus,<blank>,<blank>
cyberguard,cgadmin,cgadmin
Cyberguard,cgadmin,cgadmin
CyberMax,<blank>,Congress
CyberPower,cyber,cyber
CyberPower,device,cyber
Cyclades,root,<blank>
Cyclades,root,tslinux
Cyclades,super,surt
Expand Down Expand Up @@ -1022,6 +1029,7 @@ Gericom,Administrator,<blank>
"GE Security,Inc.",install,install
giga,Administrator,admin
Gigabyte,admin,admin
GigaFiber,admin,jiocentrum
glftpd,glftpd,glftpd
glFtpD,glftpd,glftpd
Globespan Virata,DSL,DSL
Expand Down Expand Up @@ -1421,6 +1429,7 @@ Jenkins (web),<blank>,<blank>
Jetform,Jetform,<blank>
JetWay,<blank>,spooml
JioFi,administrator,administrator
JioFiber,admin,jiocentrum
Johnson Controls,johnson,control
Joss Technology,<blank>,57gbzb
Joss Technology,<blank>,technolgi
Expand Down Expand Up @@ -1749,6 +1758,7 @@ Netgear,Gearguy,Geardog
Netgear,super,5777364
Netgear,superman,21241036
NetGenesis,naadmin,naadmin
NETIO 4All PowerPDU,admin,admin
Netopia,admin,<blank>
Netopia,admin,noway
Netopia,<blank>,<blank>
Expand Down Expand Up @@ -3115,6 +3125,7 @@ vacron (web),admin,admin
Various,root,admin
VASCO,admin,<blank>
VBrick Systems,admin,admin
vectr,admin,11_ThisIsTheFirstPassword_11
Veramark,admin,password
Verifone,<blank>,166816
Verilink,<blank>,<blank>
Expand Down
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion lib/pass_station/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/pass_station/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Version
VERSION = '1.2.1'
VERSION = '1.2.2'
end

0 comments on commit 319a9a3

Please sign in to comment.