You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run rssdp but can't seem to get my devicedescriptiondocument right.
Devices are not showing in Windows Explorer.
Upnp Pentest is able to discover the Device but is throwing errors.
RSSDPs Discovery Service is able to discover the service and retrieve the XML file.
Could that be an IIS issue or just plain xml error?
Upnp Pentest Toolkits log:
[2022.06.03 15:38:07.193] Async discovery starting with - SearchURI:'', ResolveNetworkInterface:'True', AddressFamily:'IPv4'
[2022.06.03 15:38:07.196] Setting address family
[2022.06.03 15:38:07.196] Creating callback
[2022.06.03 15:38:07.197] Search URI not specified using all devices
[2022.06.03 15:38:07.197] Creating find handle
[2022.06.03 15:38:07.200] Starting async find
[2022.06.03 15:38:07.201] Finished async discovery start
[2022.06.03 15:38:07.277] Async discovery device added: 'EinTest' ('UDN:uuid:4b29a349-7b1a-48d3-8656-005b55a7a147')
[2022.06.03 15:38:10.842] Adding services for device: 'EinTest', ServiceType:'(null)' ChildDevices:'False'
[2022.06.03 15:38:10.842] Scanning services
[2022.06.03 15:38:10.853] Finished scanning services
[2022.06.03 15:38:10.853] Finished adding services for device
[2022.06.03 15:38:10.858] Adding services for device: 'childDevice', ServiceType:'(null)' ChildDevices:'False'
[2022.06.03 15:38:10.858] Scanning services
[2022.06.03 15:38:10.884] Error occurred while scanning services: 'System.Runtime.InteropServices.COMException >>>
(0xC00CE556): Ausnahme von HRESULT: 0xC00CE556
[2022.06.03 15:38:10.884] bei System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, >IntPtr errorInfo)
[2022.06.03 15:38:10.884] bei >System.Runtime.InteropServices.CustomMarshalers.EnumeratorViewOfEnumVariant.MoveNext()
[2022.06.03 15:38:10.884] bei ManagedUPnP.Services.AddFrom(IUPnPDevice device, Guid interfaceGuid, String >serviceType, Boolean includingChildDevices)'
[2022.06.03 15:38:10.884] Finished scanning services
[2022.06.03 15:38:10.884] Finished adding services for device
[2022.06.03 15:38:16.257] Async discovery search completed
My Http Server which is IIS Express which is delivering this xml:
I'm trying to run rssdp but can't seem to get my devicedescriptiondocument right.
Devices are not showing in Windows Explorer.
Upnp Pentest is able to discover the Device but is throwing errors.
RSSDPs Discovery Service is able to discover the service and retrieve the XML file.
Could that be an IIS issue or just plain xml error?
Upnp Pentest Toolkits log:
My Http Server which is IIS Express which is delivering this xml:
Thanks for your attention :)
The text was updated successfully, but these errors were encountered: