Advertisement
Guest User

success

a guest
Sep 5th, 2017
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. C:\Python27\Scripts>rdpy-rdpscreenshot.py -w 1024 -l 800 -o C:/tmp/ 23.228.142.1
  2. 65
  3. Unhandled Error
  4. Traceback (most recent call last):
  5. File "C:\Python27\lib\site-packages\twisted\python\log.py", line 103, in callW
  6. ithLogger
  7. return callWithContext({"system": lp}, func, *args, **kw)
  8. File "C:\Python27\lib\site-packages\twisted\python\log.py", line 86, in callWi
  9. thContext
  10. return context.call({ILogContext: newCtx}, func, *args, **kw)
  11. File "C:\Python27\lib\site-packages\twisted\python\context.py", line 122, in c
  12. allWithContext
  13. return self.currentContext().callWithContext(ctx, func, *args, **kw)
  14. File "C:\Python27\lib\site-packages\twisted\python\context.py", line 85, in ca
  15. llWithContext
  16. return func(*args,**kw)
  17. --- <exception caught here> ---
  18. File "C:\Python27\lib\site-packages\qtreactor\qt4base.py", line 100, in _read
  19. data = w.doRead()
  20. File "C:\Python27\lib\site-packages\twisted\internet\tcp.py", line 208, in doR
  21. ead
  22. return self._dataReceived(data)
  23. File "C:\Python27\lib\site-packages\twisted\internet\tcp.py", line 214, in _da
  24. taReceived
  25. rval = self.protocol.dataReceived(data)
  26. File "C:\Python27\lib\site-packages\rdpy\protocol\rdp\nla\cssp.py", line 208,
  27. in dataReceived
  28. self._layer.dataReceived(data)
  29. File "C:\Python27\lib\site-packages\rdpy\core\layer.py", line 209, in dataRece
  30. ived
  31. self.recv(expectedData)
  32. File "C:\Python27\lib\site-packages\rdpy\protocol\rdp\tpkt.py", line 195, in r
  33. eadData
  34. self._presentation.recv(data)
  35. File "C:\Python27\lib\site-packages\rdpy\protocol\rdp\x224.py", line 199, in r
  36. ecvConnectionConfirm
  37. raise RDPSecurityNegoFail("negotiation failure code %x"%message.protocolNeg.
  38. failureCode.value)
  39. rdpy.core.error.RDPSecurityNegoFail: negotiation failure code 3
  40.  
  41. [*] INFO: save screenshot into C:/tmp/23.228.142.165.jpg
  42. [*] INFO: due to RDPSecurityNegoFail try standard security layer
  43. [*] WARNING: *******************************************
  44. [*] WARNING: * RDP Security selected *
  45. [*] WARNING: *******************************************
  46. [*] INFO: connected IPv4Address(TCP, '23.228.142.165', 3389)
  47. [*] INFO: save screenshot into C:/tmp/23.228.142.165.jpg
  48. [*] INFO: connection lost : [Failure instance: Traceback (failure with no
  49. frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement