Skip to content

Instantly share code, notes, and snippets.

@emadshanab
Forked from drfabiocastro/goip-default-login.yaml
Created October 30, 2022 21:59
Show Gist options
  • Save emadshanab/9e2c4e06875c5c06412f2d6d11cd4669 to your computer and use it in GitHub Desktop.
Save emadshanab/9e2c4e06875c5c06412f2d6d11cd4669 to your computer and use it in GitHub Desktop.
GoIP GSM VoIP Gateway Default Login
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
@zynethon
Copy link

but how to exploit it ? remotely!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment