Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Ubee Interactive Corp. EVW327N #23

Open
drmilos opened this issue Mar 31, 2020 · 0 comments
Open

Support for Ubee Interactive Corp. EVW327N #23

drmilos opened this issue Mar 31, 2020 · 0 comments

Comments

@drmilos
Copy link

drmilos commented Mar 31, 2020

Auto-detect the model

1 0 http://192.168.0.1:80 urn:schemas-upnp-org:device:InternetGatewayDevice:1 Ubee Interactive Corp. EVW327N Ubee Interactive Corp. http://www.ubeeinteractive.com EVW327N EVW327N EVW327N http://www.ubeeinteractive.com (unimplemented) uuid:upnp-InternetGatewayDevice-1_0-a8a795bd6192 (unimplemented) urn:schemas-upnp-org:service:Layer3Forwarding:1 urn:upnp-org:serviceId:L3Forwarding1 /Layer3Forwarding.xml /Layer3Forwarding /Layer3Forwarding urn:schemas-upnp-org:device:WANDevice:1 Ubee Interactive Corp. EVW327N Ubee Interactive Corp. http://www.ubeeinteractive.com EVW327N EVW327N EVW327N http://www.ubeeinteractive.com (unimplemented) uuid:upnp-WANDevice-1_0-a8a795bd6192 (unimplemented) urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1 urn:upnp-org:serviceId:WANCommonIFC1 /WANCommonInterfaceConfig.xml /WANCommonInterfaceConfig /WANCommonInterfaceConfig urn:schemas-upnp-org:device:WANConnectionDevice:1 Ubee Interactive Corp. EVW327N Ubee Interactive Corp. http://www.ubeeinteractive.com EVW327N EVW327N EVW327N http://www.ubeeinteractive.com (unimplemented) uuid:upnp-WANConnectionDevice-1_0-a8a795bd6192 (unimplemented) urn:schemas-upnp-org:service:WANIPConnection:1 urn:upnp-org:serviceId:WANIPConn1 /WANIPConnection.xml /WANIPConnection /WANIPConnection /

Logging in

`




									<td class="celltopright">
									</td>
								</tr>
								<tr>
									<td class="cell1">
										&nbsp;
									</td>
									
									<td class="cell2">
										<p style="width:220px">
											<label id="ID_LABEL_LOGIN_DESC">Please enter the username and password to login.</label></p>
									</td>
								</tr>
								<tr>
									<td class="cell1"><label id="ID_LABEL_LOGIN_USERNAME">Username</label></td>
									
									<td class="cell2">
										<input type="text" name="loginUsername" value="" class="invoer">
									</td>
								</tr>
								<tr>
									<td class="cell1">
										<span class="txt">
											<label id="ID_LABEL_LOGIN_PASSWORD">Password</label>
										</span>
									</td>
									
									<td class="cell2">
										<input type="password" name="loginPassword" value="" class="invoer">
									</td>
								</tr>
								<tr>
									<td class="cell1">
										
										
									</td>
									
									<td class="cell2">
										<!--<div class="zp-button">--><input type="submit" value="Login" id="ID_BUTTON_LOGIN"><!--</div>-->
									</td>
								</tr>
								
								<tr>
									<td class="cellbottomleft" height="5"><div style="height:5px;width:100%;overflow:hidden;">
									</div></td>
									
									<td class="cellbottomright">
									</td>
								</tr>
							</tbody></table>
							</form>`

Logging out

http://192.168.0.1/logout.asp

Check if we are logged in

http://192.168.0.1/RgDhcp.asp show "This site can’t be reached"

But page http://192.168.0.1/UbeeAdvConnectedDevicesList.asp redirect to login form and link is the same in address bar http://192.168.0.1/UbeeAdvConnectedDevicesList.asp.

Inspect of the page is following:
<input type="text" name="loginUsername" value="" class="invoer">

Get the connected devices via LAN

`


MAC AddressIP AddressDurationExpires
xx:xx:xx:xx:xx:xx192.168.0.xxD:00 H:01 M:00 S:00Wed Apr 01 09:31:53 2020
xx:xx:xx:xx:xx:xx192.168.0.xxD:00 H:01 M:00 S:00Wed Apr 01 09:52:21 2020
`

I have two bands 2.4 and 5 GHz so I am posting results for both

Get the connected devices via WiFi 2.4GHz

`


 MAC Address  Age(s)  RSSI(dBm)  IP Addr  Host Name ModeSpeed (kbps)
xx:xx:xx:xx:xx:xx3177-46192.168.0.xxHP20522408e7fd2749n144444
xx:xx:xx:xx:xx:xx4115-69192.168.0.xxGJ-xn24000
xx:xx:xx:xx:xx:xx8825-49192.168.0.xxBnn144444
xx:xx:xx:xx:xx:xx265971-43192.168.0.xxStatic IPn6000
`

Get the connected devices via WiFi 5GHz

`


 MAC Address  Age(s)  RSSI(dBm)  IP Addr  Host Name ModeSpeed (kbps)
xx:xx:xx:xx:xx:xx1931-49192.168.0.xxNBAC400000
xx:xx:xx:xx:xx:xx2344-63192.168.0.xxHP30P51f4187e57AC6000
xx:xx:xx:xx:xx:xx132338-41192.168.0.xxPhAC135000
`

I hope that it is enough? If not please let me know I can update you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant