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

adds to templates check to Fortinet FortiWLM login panel #9353

Merged
merged 6 commits into from
Mar 15, 2024

Conversation

EgemenKochisarli
Copy link
Contributor

@DhiyaneshGeek DhiyaneshGeek self-assigned this Mar 15, 2024
@DhiyaneshGeek DhiyaneshGeek added the Done Ready to merge label Mar 15, 2024
@DhiyaneshGeek DhiyaneshGeek linked an issue Mar 15, 2024 that may be closed by this pull request
@pussycat0x pussycat0x added the good first issue Good for newcomers label Mar 15, 2024
@pussycat0x pussycat0x merged commit 5478a5c into projectdiscovery:main Mar 15, 2024
2 checks passed
@princechaddha
Copy link
Member

Hello @EgemenKochisarli, thank you so much for sharing this template with the community and contributing to this project 🍻
You can join our discord server. It's a great place to connect with fellow contributors and stay updated with the latest developments. Thank you once again

@sec13b
Copy link

sec13b commented Mar 22, 2024

id: fortiwlm-panel

info:
name: Fortinet FortiWLM Login Panel - Detect
author: EgemenKochisarli
severity: info
description: Fortinet FortiWLM login panel was detected.
reference:
- https://docs.fortinet.com/product/fortiwlm/8.6
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
vendor: fortinet
product: fortiwlm
verified: true
max-request: 1
shodan-query: html:"fortiwlm"
tags: panel,fortinet,fortiwlm

http:

    method: GET
    path:
        "{{BaseURL}}/wlm/login?next=/wlm"

    matchers-condition: and
    matchers:

        type: word
        words:
            "<title>FortiWLM Login</title>"

        type: word
        part: header
        words:
            "text/html"

        type: status
        status:
            200

@DhiyaneshGeek
Copy link
Member

Hi @EgemenKochisarli

You can grab some cool PD Stickers from here http://nux.gg/stickers

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Ready to merge good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fortinet FortiWLM login panel
5 participants