-
-
Save emadshanab/9e2c4e06875c5c06412f2d6d11cd4669 to your computer and use it in GitHub Desktop.
GoIP GSM VoIP Gateway Default Login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: goip-default-login | |
info: | |
name: GoIP GSM VoIP Gateway Default Login | |
author: drfabiocastro | |
severity: high | |
description: GoIP GSM VoIP Gateway default login and password | |
metadata: | |
shodan-query: 'HTTP/1.0 401 Please Authenticate\r\nWWW-Authenticate: Basic realm="Please Login"' | |
tags: voip,gateway,gsm | |
requests: | |
- raw: | |
- | | |
GET /default/en_US/status.html HTTP/1.1 | |
Host: {{Hostname}} | |
Authorization: Basic {{base64("admin:admin")}} | |
matchers-condition: and | |
matchers: | |
- type: word | |
words: | |
- "RoIP" | |
- "GoIP" | |
- type: status | |
status: | |
- 200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
but how to exploit it ? remotely!