Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <root xmlns="urn:schemas-upnp-org:device-1-0">
  3. <specVersion>
  4. <major>1</major>
  5. <minor>0</minor>
  6. </specVersion>
  7. <URLBase>http://192.168.1.1:5431/</URLBase>
  8. <device>
  9. <deviceType>urn:schemas-upnp-org:device:InternetGatewayDevice:1</deviceType>
  10. <presentationURL>http://192.168.1.1:80/</presentationURL>
  11. <friendlyName>Broadcom ADSL Router</friendlyName>
  12. <manufacturer>Calix</manufacturer>
  13. <manufacturerURL>http://www.broadcom.com/</manufacturerURL>
  14. <modelDescription>(null)</modelDescription>
  15. <modelName>813G-2</modelName>
  16. <modelNumber>1.0</modelNumber>
  17. <modelURL>http://www.broadcom.com/</modelURL>
  18. <UDN>SOMEOBFUSCATEDSHIT</UDN>
  19. <serviceList>
  20. <service>
  21. <serviceType>urn:schemas-upnp-org:service:Layer3Forwarding:1</serviceType>
  22. <serviceId>urn:upnp-org:serviceId:Layer3Forwarding.1</serviceId>
  23. <controlURL>/uuid:SOMEOBFUSCATEDSHIT/Layer3Forwarding:1</controlURL>
  24. <eventSubURL>/uuid:SOMEOBFUSCATEDSHIT/Layer3Forwarding:1</eventSubURL>
  25. <SCPDURL>/dynsvc/Layer3Forwarding:1.xml</SCPDURL>
  26. </service>
  27. </serviceList>
  28. <deviceList>
  29. <device>
  30. <deviceType>urn:schemas-upnp-org:device:WANDevice:1</deviceType>
  31. <friendlyName>WANDevice.5</friendlyName>
  32. <manufacturer>Calix</manufacturer>
  33. <manufacturerURL>http://www.broadcom.com/</manufacturerURL>
  34. <modelDescription>(null)</modelDescription>
  35. <modelName>813G-2</modelName>
  36. <modelNumber>1.0</modelNumber>
  37. <modelURL>http://www.broadcom.com/</modelURL>
  38. <UDN>uuid:SOMEOBFUSCATEDSHIT</UDN>
  39. <serviceList>
  40. <service>
  41. <serviceType>urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1</serviceType>
  42. <serviceId>urn:upnp-org:serviceId:WANCommonInterfaceConfig.1</serviceId>
  43. <controlURL>/uuid:SOMEOBFUSCATEDSHIT/WANCommonInterfaceConfig:1</controlURL>
  44. <eventSubURL>/uuid:SOMEOBFUSCATEDSHIT/WANCommonInterfaceConfig:1</eventSubURL>
  45. <SCPDURL>/dynsvc/WANCommonInterfaceConfig:1.xml</SCPDURL>
  46. </service>
  47. </serviceList>
  48. <deviceList>
  49. <device>
  50. <deviceType>urn:schemas-upnp-org:device:WANConnectionDevice:1</deviceType>
  51. <friendlyName>WanConnectionDevice.1</friendlyName>
  52. <manufacturer>Calix</manufacturer>
  53. <manufacturerURL>http://www.broadcom.com/</manufacturerURL>
  54. <modelDescription>(null)</modelDescription>
  55. <modelName>813G-2</modelName>
  56. <modelNumber>1.0</modelNumber>
  57. <modelURL>http://www.broadcom.com/</modelURL>
  58. <UDN>uuid:SOMEOBFUSCATEDSHIT</UDN>
  59. <serviceList>
  60. <service>
  61. <serviceType>urn:schemas-upnp-org:service:WANIPConnection:1</serviceType>
  62. <serviceId>urn:upnp-org:serviceId:WANIPConnection.31</serviceId>
  63. <controlURL>/uuid:SOMEOBFUSCATEDSHIT/WANIPConnection:1</controlURL>
  64. <eventSubURL>/uuid:SOMEOBFUSCATEDSHIT/WANIPConnection:1</eventSubURL>
  65. <SCPDURL>/dynsvc/WANIPConnection:1.xml</SCPDURL>
  66. </service>
  67. </serviceList>
  68. </device>
  69. </deviceList>
  70. </device>
  71. </deviceList>
  72. </device>
  73. </root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement