Create neobox-web-server-detect.yaml

patch-1
PikPikcU 2022-10-07 18:44:24 +07:00 committed by GitHub
parent 3aa6a4d676
commit 0bd6984e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -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