Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. Packet:
  2. Hypertext Transfer Protocol
  3. POST /ctl/IPConn HTTP/1.1\r\n
  4. [Expert Info (Chat/Sequence): POST /ctl/IPConn HTTP/1.1\r\n]
  5. [POST /ctl/IPConn HTTP/1.1\r\n]
  6. [Severity level: Chat]
  7. [Group: Sequence]
  8. Request Method: POST
  9. Request URI: /ctl/IPConn
  10. Request Version: HTTP/1.1
  11. Host: 192.168.1.1:55825\r\n
  12. User-Agent: OS/version, UPnP/1.1, MiniUPnPc/1.4+\r\n
  13. Content-Length: 595\r\n
  14. [Content length: 595]
  15. Content-Type: text/xml\r\n
  16. SOAPAction: "urn:schemas-upnp-org:service:WANIPConnection:1#AddPortMapping"\r\n
  17. Connection: Close\r\n
  18. Cache-Control: no-cache\r\n
  19. Pragma: no-cache\r\n
  20. \r\n
  21. [Full request URI: http://192.168.1.1:55825/ctl/IPConn]
  22. [HTTP request 1/1]
  23. [Response in frame: 3133]
  24. File Data: 595 bytes
  25. eXtensible Markup Language
  26. <?xml
  27. version="1.0"
  28. ?>
  29. <s:Envelope
  30. xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
  31. s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  32. <s:Body>
  33. <u:AddPortMapping
  34. xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1">
  35. <NewRemoteHost>
  36. </NewRemoteHost>
  37. <NewExternalPort>
  38. 3074
  39. </NewExternalPort>
  40. <NewProtocol>
  41. UDP
  42. </NewProtocol>
  43. <NewInternalPort>
  44. 3074
  45. </NewInternalPort>
  46. <NewInternalClient>
  47. </NewInternalClient>
  48. <NewEnabled>
  49. 1
  50. </NewEnabled>
  51. <NewPortMappingDescription>
  52. R6_ 00:50:56:c0:00:01
  53. </NewPortMappingDescription>
  54. <NewLeaseDuration>
  55. 43200
  56. </NewLeaseDuration>
  57. </u:AddPortMapping>
  58. </s:Body>
  59. </s:Envelope>
  60.  
  61. Packet response:
  62. Hypertext Transfer Protocol
  63. HTTP/1.1 500 Internal Server Error\r\n
  64. [Expert Info (Chat/Sequence): HTTP/1.1 500 Internal Server Error\r\n]
  65. [HTTP/1.1 500 Internal Server Error\r\n]
  66. [Severity level: Chat]
  67. [Group: Sequence]
  68. Request Version: HTTP/1.1
  69. Status Code: 500
  70. Response Phrase: Internal Server Error
  71. Content-Type: text/xml; charset="utf-8"\r\n
  72. Connection: close\r\n
  73. Content-Length: 396\r\n
  74. [Content length: 396]
  75. Server: AsusWRT/380.65 UPnP/1.1 MiniUPnPd/2.0\r\n
  76. Ext:\r\n
  77. \r\n
  78. [HTTP response 1/1]
  79. [Time since request: 0.000670000 seconds]
  80. [Request in frame: 3131]
  81. File Data: 396 bytes
  82. eXtensible Markup Language
  83. <s:Envelope
  84. xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
  85. s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  86. <s:Body>
  87. <s:Fault>
  88. <faultcode>
  89. s:Client
  90. </faultcode>
  91. <faultstring>
  92. UPnPError
  93. </faultstring>
  94. <detail>
  95. <UPnPError
  96. xmlns="urn:schemas-upnp-org:control-1-0">
  97. <errorCode>
  98. 402
  99. </errorCode>
  100. <errorDescription>
  101. Invalid Args
  102. </errorDescription>
  103. </UPnPError>
  104. </detail>
  105. </s:Fault>
  106. </s:Body>
  107. </s:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement