Merge pull request #2906 from DhiyaneshGeek/master

5 New Template Added
patch-1
Prince Chaddha 2021-10-17 21:00:53 +05:30 committed by GitHub
commit a545768ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 130 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: dericam-login
info:
name: Dericam Login
author: dhiyaneshDk
severity: info
reference: https://www.exploit-db.com/ghdb/7354
metadata:
shodan: 'http.title:"Dericam"'
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Dericam</title>"
- type: status
status:
- 200

View File

@ -0,0 +1,26 @@
id: open-game-panel
info:
name: Open Game Panel
author: dhiyaneshDk
severity: info
reference: https://www.exploit-db.com/ghdb/7418
metadata:
shodan: 'http.title:"Open Game Panel"'
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/index.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Open Game Panel</title>"
- type: status
status:
- 200

View File

@ -0,0 +1,26 @@
id: project-insight-login
info:
name: Project Insight - Login
author: dhiyaneshDk
severity: info
reference: https://www.exploit-db.com/ghdb/7413
metadata:
shodan: 'http.title:"Project Insight - Login"'
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/auth/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Project Insight - Login</title>"
- type: status
status:
- 200

View File

@ -0,0 +1,26 @@
id: squirrelmail-login
info:
name: SquirrelMail - Login
author: dhiyaneshDk
severity: info
reference: https://www.exploit-db.com/ghdb/7407
metadata:
shodan: 'http.title:"SquirrelMail - Login"'
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/src/login.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>SquirrelMail - Login</title>"
- type: status
status:
- 200

View File

@ -0,0 +1,26 @@
id: zimbra-web-client
info:
name: Zimbra Web Client - Sign In
author: dhiyaneshDk
severity: info
reference: https://www.exploit-db.com/ghdb/7409
metadata:
shodan: 'http.title:"Zimbra Web Client Sign In"'
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/zimbraAdmin/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Zimbra Administration</title>"
- type: status
status:
- 200