Skip to content

Commit

Permalink
feat: Template improvements for Jenkins & Salesforce + bug fixes
Browse files Browse the repository at this point in the history
feat: Template improvements for Jenkins & Salesforce + bug fixes
  • Loading branch information
0xblackbird authored Jul 11, 2024
2 parents a66b88c + afd8456 commit bca3ca4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ func checkResponse(result *Result, service *Service, r *RequestContext) {
return
}

req = req.WithContext(ctx)

if len(service.Request.Headers) > 0 {
for _, header := range service.Request.Headers {
for key, value := range header {
Expand Down
13 changes: 8 additions & 5 deletions templates/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,15 @@
"response": {
"statusCode": 200,
"detectionFingerprints": [
"<title>Sign in [Jenkins]</title>",
"<title>Signup not supported [Jenkins]</title>"
"<title>Sign in \\[Jenkins\\]</title>",
"<title>Signup not supported \\[Jenkins\\]</title>",
"<title>Register \\[Jenkins\\]</title>"
],
"fingerprints": [
"<title>Sign up [Jenkins]</title>",
"If you already have a Jenkins account, "
"<title>Sign up \\[Jenkins\\]</title>",
"<title>Register \\[Jenkins\\]</title>",
"<title>Create an account! \\[Jenkins\\]</title>",
"If you already have a Jenkins account,"
]
},
"metadata": {
Expand Down Expand Up @@ -526,7 +529,7 @@
"Observe the response manually and further enumerate global and custom Salesforce Objects. View the references for more information."
],
"references": [
"https://bugology.intigriti.io/misconfig-mapper-docs/services/salesforce/salesforce-lightning-aura-component-enabled",
"https://bugology.intigriti.io/misconfig-mapper-docs/services/salesforce/salesforce-lightning-aura-components-enabled",
"https://www.enumerated.ie/index/salesforce",
"https://www.enumerated.ie/index/salesforce-lightning-tinting-the-windows",
"https://infosecwriteups.com/in-simple-words-pen-testing-salesforce-saas-application-part-1-the-essentials-ffae632a00e5",
Expand Down

0 comments on commit bca3ca4

Please sign in to comment.