We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85044f9 commit 3aa9677Copy full SHA for 3aa9677
kscan.go
@@ -22,7 +22,7 @@ const logo = `
22
|#.#/|#|___ |#| /###\ |##\|#|
23
|##| \#####\|#| /#/_\#\ |#.#.#|
24
|#.#\_____|#||#|____/#/###\#\|#|\##|
25
-|#|\#\#####/ \#####/#/ v1.52#\#| \#|
+|#|\#\#####/ \#####/#/ v1.53#\#| \#|
26
轻量级资产测绘工具 by:kv2
27
28
`
lib/hydra/default_ssh_authlist.go
@@ -113,6 +113,10 @@ func DefaultSshList() *AuthList {
113
NewSpecialAuth("root", "Changeme@321"),
114
NewSpecialAuth("root", "Changeme123"),
115
NewSpecialAuth("sa", "Changeme123"),
116
+ NewSpecialAuth("db2inst1", "db2inst1"),
117
+ NewSpecialAuth("db2fenc1", "db2fenc1"),
118
+ NewSpecialAuth("dasusr1", "dasusr1"),
119
+ NewSpecialAuth("db2admin", "db2admin"),
120
}
121
return a
122
0 commit comments