Skip to content

Commit 09d28f3

Browse files
darsesehsandeep
andauthored
Create pterodactyl-panel (#12440)
* Create pterodactyl-panel.yaml * Align vendor/product names and add panel tag * Additional metadata * tags / reference update --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
1 parent 68f5ae3 commit 09d28f3

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
id: pterodactyl-panel
2+
3+
info:
4+
name: Pterodactyl game server - Panel
5+
severity: info
6+
author: darses
7+
description: |
8+
Detects Pterodactyl game server management panel.
9+
reference:
10+
- https://github.com/pterodactyl/panel
11+
metadata:
12+
verified: true
13+
max-request: 1
14+
vendor: pterodactyl
15+
product: panel
16+
shodan-query:
17+
- title:"Pterodactyl"
18+
- http.favicon.hash:-456405319
19+
- http.favicon.hash:846001371
20+
- "Set-Cookie: pterodactyl_session="
21+
fofa-query:
22+
- title="Pterodactyl"
23+
- icon_hash="-456405319"
24+
- icon_hash="846001371"
25+
- "Set-Cookie: pterodactyl_session="
26+
tags: detect,pterodactyl,panel,oos
27+
28+
http:
29+
- method: GET
30+
path:
31+
- "{{BaseURL}}/auth/login"
32+
33+
matchers-condition: and
34+
matchers:
35+
- type: status
36+
status:
37+
- 200
38+
39+
- type: word
40+
part: header
41+
words:
42+
- "pterodactyl_session="
43+
44+
- type: word
45+
part: body
46+
words:
47+
- "window.SiteConfiguration"

0 commit comments

Comments
 (0)