Updated tech-detect.yaml and Added racksnet-login.yaml (#4083)
* Updated tech-detect.yaml Added paloalto-network * Update tech-detect.yaml * Added racksnet-login.yaml Added racksnet-login.yaml * added missing condition Co-authored-by: Prince Chaddha <prince@projectdiscovery.io> Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>patch-1
parent
978d294376
commit
5d98ed51f7
|
@ -0,0 +1,30 @@
|
||||||
|
id: racksnet-login
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: racksnet network automation & management software login
|
||||||
|
author: idealphase
|
||||||
|
severity: info
|
||||||
|
description: Start a new dimension of network automation with racksnet®, Cloud and SDN. Because only racksnet® offers you powerful options such as multi-vendor automation, multi-site management and a cloud that adapts to your needs, instead of the other way around.
|
||||||
|
reference:
|
||||||
|
- https://racksnet.com/en/
|
||||||
|
- https://racksnet.com/en/product-overview/
|
||||||
|
metadata:
|
||||||
|
shodan-query: http.title:"My Datacenter - Login"
|
||||||
|
google-query: intitle:"My Datacenter - Login"
|
||||||
|
tags: panel,racksnet
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "My Datacenter - Login"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
|
@ -3132,3 +3132,11 @@ requests:
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "initApollo)(i.ApolloTargetServer.Self)"
|
- "initApollo)(i.ApolloTargetServer.Self)"
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
name: paloalto-network
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "<!-- BEGIN PAN_FORM_CONTENT -->"
|
||||||
|
- "js/pan/"
|
||||||
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue