Skip to content

Commit 3aa9677

Browse files
committed
[+]完善ssh暴力破解字典
1 parent 85044f9 commit 3aa9677

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

kscan.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const logo = `
2222
|#.#/|#|___ |#| /###\ |##\|#|
2323
|##| \#####\|#| /#/_\#\ |#.#.#|
2424
|#.#\_____|#||#|____/#/###\#\|#|\##|
25-
|#|\#\#####/ \#####/#/ v1.52#\#| \#|
25+
|#|\#\#####/ \#####/#/ v1.53#\#| \#|
2626
轻量级资产测绘工具 by:kv2
2727
2828
`

lib/hydra/default_ssh_authlist.go

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ func DefaultSshList() *AuthList {
113113
NewSpecialAuth("root", "Changeme@321"),
114114
NewSpecialAuth("root", "Changeme123"),
115115
NewSpecialAuth("sa", "Changeme123"),
116+
NewSpecialAuth("db2inst1", "db2inst1"),
117+
NewSpecialAuth("db2fenc1", "db2fenc1"),
118+
NewSpecialAuth("dasusr1", "dasusr1"),
119+
NewSpecialAuth("db2admin", "db2admin"),
116120
}
117121
return a
118122
}

0 commit comments

Comments
 (0)