Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chopchop.yml #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
9 changes: 8 additions & 1 deletion chopchop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,19 @@ plugins:
severity: "Medium"
- endpoint: "/"
checks:
- name: Kemp LoadMaster
headers:
- "Location:/lm_auth_proxy?DoLMLogin?"
remediation: Make sure that Kemp LoadMaster is up to date
description: Kemp LoadMaster is present
status_code: 302
severity: "Informational"
- name : GLPI vulnerable version
match:
- '<title>GLPI - Authentification</title>'
- 'title="Powered by Teclib and contributors" class="copyright">GLPI Copyright'
no_match :
- 'src="/public/lib/base.min.js?v=9.5.3"'
- 'src="/public/lib/base.min.js?v=9.5.5"'
remediation: Upgrade GLPI in latest version
description: GLPI vulnerable version detected
status_code: 200
Expand Down