Added mspcontrol-login.yaml, bigfix-login.yaml and Updated favicon-detection.yaml (#4166)
* Added mspcontrol-login.yaml Added mspcontrol-login.yaml * Updated favicon-detection.yaml Added mspcontrol favicon detection * Updated favicon-detection.yaml Deleted empty line * Added bigfix-login.yaml Added bigfix-login.yaml * misc update Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>patch-1
parent
008e1d4ec2
commit
42d92c949c
|
@ -0,0 +1,31 @@
|
|||
id: bigfix-login
|
||||
|
||||
info:
|
||||
name: HCL BigFix Login
|
||||
author: idealphase
|
||||
severity: info
|
||||
description: BigFix automates discovery, management, and remediation of all endpoints whether on-premises, mobile, virtual, or in the cloud - regardless of the operating system, location, or connectivity. With BigFix, you can manage every endpoint.
|
||||
reference:
|
||||
- https://www.hcltechsw.com/bigfix
|
||||
metadata:
|
||||
shodan-query: http.title:"BigFix"
|
||||
google-query: intitle:"BigFix"
|
||||
tags: panel,bigfix
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title> BigFix </title>"
|
||||
- '<div class="bigfix-logo">'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,32 @@
|
|||
id: mspcontrol-login
|
||||
|
||||
info:
|
||||
name: MSPControl Login
|
||||
author: idealphase
|
||||
severity: info
|
||||
description: MSPControl is a Windows hosting control panel for Cloud Computing Companies and IT Providers to automate the provisioning of a full suite of hosted services on Windows servers.
|
||||
reference:
|
||||
- https://mspcontrol.org/
|
||||
- https://mspcontrol.org/downloads/
|
||||
metadata:
|
||||
shodan-query: http.title:"MSPControl - Sign In"
|
||||
google-query: intitle:"MSPControl - Sign In"
|
||||
tags: panel,mspcontrol
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/Default.aspx?pid=Login&ReturnUrl=%2f"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "MSPControl - Sign In"
|
||||
- "Sign In to Control Panel"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -2570,3 +2570,8 @@ requests:
|
|||
name: "vmware-Workspace-ONE-Access"
|
||||
dsl:
|
||||
- "status_code==200 && (\"-1250474341\" == mmh3(base64_py(body)))"
|
||||
|
||||
- type: dsl
|
||||
name: "mspcontrol"
|
||||
dsl:
|
||||
- "status_code==200 && (\"331817455\" == mmh3(base64_py(body)))"
|
||||
|
|
Loading…
Reference in New Issue