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

Gabia Server Detection #9822

Closed
jadu101 opened this issue May 16, 2024 · 3 comments · Fixed by #9928
Closed

Gabia Server Detection #9822

jadu101 opened this issue May 16, 2024 · 3 comments · Fixed by #9928
Assignees
Labels
Done Ready to merge new-template request for new template to be created

Comments

@jadu101
Copy link

jadu101 commented May 16, 2024

Template for?

Gabia is one of the biggest Cloud, groupware, server, security control, domain, hosting IT infrastructure company from South Korea.
Below .yaml files detects Gabia server from the host.
You can test this .yaml file through https://www.gabia.com

Nuclei Template:

image

id: gabia-detect

info:
  name: Gabia Detection
  author: jadu101
  severity: info
  description: This template identifies Gabia web servers by detecting the unique "gabia" keyword in the Server header of HTTP responses. 
  metadata:
    max-request: 1
  tags: tech,gabia

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers-condition: and
    matchers:
      - type: regex
        part: header
        regex:
          - "gabia+"

      - type: status
        status:
          - 200

    extractors:
      - type: kval
        part: header
        kval:
          - Server
/ Vulnerability / Exploit / Misconfiguration / Technology -->

Details:

@jadu101 jadu101 added the new-template request for new template to be created label May 16, 2024
@GeorginaReeder
Copy link

Thanks for opening this issue @jadu101 , we appreciate it!

@jadu101
Copy link
Author

jadu101 commented May 17, 2024

Hello, will this be added to Nuclei Template?
If not, I am wondering what kind of detection vulnerabilities are accepted to be added to templates.
I am looking for general tip on succeeding on adding a crafted template to the database : )

@DhiyaneshGeek DhiyaneshGeek linked a pull request May 29, 2024 that will close this issue
2 tasks
@DhiyaneshGeek DhiyaneshGeek added the Done Ready to merge label May 29, 2024
@DhiyaneshGeek
Copy link
Member

Hi @jadu101 i have raised the PR #9928

Thanks for sharing this template and contributing the template project !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Ready to merge new-template request for new template to be created
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants