Create neobox-web-server-detect.yaml
parent
3aa6a4d676
commit
0bd6984e4d
|
@ -0,0 +1,25 @@
|
|||
id: neobox-web-server-detect
|
||||
|
||||
info:
|
||||
name: Neobox Web Server Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: app="neobox-Web-Server"
|
||||
tags: tech,neobox,webserver
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<!-- <html lang="en" ng-app="NeoboxUI" ng-controller="GlobalCtrl"> -->'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue