Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ jobs:
matrix:
unit:
- amass
- cmseek
- ffuf
- git-repo-scanner
- gitleaks
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ jobs:
matrix:
parser:
- amass
- cmseek
- ffuf
- git-repo-scanner
- gitleaks
Expand Down Expand Up @@ -409,7 +408,6 @@ jobs:
matrix:
scanner:
- amass
- cmseek
- ffuf
- kube-hunter
- ncrack
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scb-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
matrix:
scanner:
- amass
- cmseek
- ffuf
- gitleaks
- kube-hunter
Expand Down
1 change: 1 addition & 0 deletions documentation/docs/getting-started/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sidebar_position: 3
* `typo3scan` was removed as the scanner itself [isn't maintaned anymore](https://github.com/whoot/Typo3Scan?tab=readme-ov-file#unsupported). Most security aspects of typo3 are now hard to verify from the outside as it requires authentication (which is really good). Some typo3 security aspects (e.g. a incomplete installation) can be verified by [nuclei](https://www.securecodebox.io/docs/scanners/nuclei).
* `kubeaudit` was removed as the scanner itself [isn't maintaned anymore](https://github.com/Shopify/kubeaudit?tab=readme-ov-file#-deprecation-notice-). As a replacement you can use the `trivy` with it's `k8s` scanning mode, see [trivy ScanType k8s example](https://www.securecodebox.io/docs/scanners/trivy#k8s).
* `doggo` was removed. Doggo was added primarily as an experimentation to be used to deduplicate duplicate scan target from cascading rules based on DNS entries. That approach hasn't worked out unfortunately. The doggo integration has been non-functional for a while (see: https://github.com/secureCodeBox/secureCodeBox/issues/2853). As an alternative, nuclei already includes some DNS record based checks, if checks for specific records are required custom nuclei rules could be used to fulfil those requirements.
* `cmseek` was removed. cmseek has seen little updates in the last years. Our secureCodeBox integration with cmseek was always pretty basic, only supporting joomla (a specfifc CMS) results, which hasn't been a big focus for us. As a replacement we recommend using nuclei which has joomla rules which will likely receive more updates in the future.
* `zap-baseline-scan` and `zap-advanced` in favor of the `zap-automation-framework`. The `zap-automation-framework` ScanTpye includes all functionalities of the removed ScanTypes and can be customized easily. The default ScanType for the AutoDiscovery has been changed to the `zap-automation-framework` as well. For migrating to the `zap-automation-framework` please refer to [migration to zap-automation framework](/docs/scanners/zap-automation-framework#migration-to-zap-automation-framework) guide.

➡️ [Reference: #2670](https://github.com/secureCodeBox/secureCodeBox/issues/2670)
Expand Down
9 changes: 0 additions & 9 deletions documentation/src/integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ export const Scanners = [
path: "docs/scanners/amass",
imageUrl: "img/integrationIcons/Amass.svg",
},
{
title: "CMSeeK",
type: "CMS",
usecase:
"Automation of the process of detecting the Joomla CMS and its core vulnerabilities",
path: "docs/scanners/cmseek",
imageUrl: "img/integrationIcons/Default.svg",
},
{
title: "ffuf",
type: "Webserver",
Expand Down Expand Up @@ -203,7 +195,6 @@ export const Scanners = [
path: "docs/scanners/wpscan",
imageUrl: "img/integrationIcons/WPScan.svg",
},

{
title: "ZAP Automation Framework",
type: "WebApplication",
Expand Down
2 changes: 1 addition & 1 deletion operator/internal/telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var telemetryInterval = 24 * time.Hour
// Unofficial Scan Types should be reported as "other" to avoid leakage of confidential data via the scan-types name
var officialScanTypes map[string]bool = map[string]bool{
"amass": true,
"cmseek": true,
"cmseek": true, // deprecated. we'll keep it in this list to still recieve telemetry data from older versions
"doggo": true, // deprecated. we'll keep it in this list to still recieve telemetry data from older versions
"ffuf": true,
"git-repo-scanner": true,
Expand Down
5 changes: 0 additions & 5 deletions scanners/cmseek/.gitignore

This file was deleted.

54 changes: 0 additions & 54 deletions scanners/cmseek/.helm-docs.gotmpl

This file was deleted.

40 changes: 0 additions & 40 deletions scanners/cmseek/.helmignore

This file was deleted.

33 changes: 0 additions & 33 deletions scanners/cmseek/Chart.yaml

This file was deleted.

121 changes: 0 additions & 121 deletions scanners/cmseek/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions scanners/cmseek/Taskfile.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions scanners/cmseek/cascading-rules/scan-joomla.yaml

This file was deleted.

Empty file removed scanners/cmseek/docs/.gitkeep
Empty file.
Loading