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

debug on serversocket.recv(19) #1

Closed
pwnslinger opened this issue Jun 18, 2016 · 1 comment
Closed

debug on serversocket.recv(19) #1

pwnslinger opened this issue Jun 18, 2016 · 1 comment

Comments

@pwnslinger
Copy link

python rdps2rdp_pcap.py
waiting for connection...
('...connected from:', ('192.168.104.240', 9811))
waiting for connection...
Unhandled exception in thread started by <function handler at 0x7fe713018500>
Traceback (most recent call last):
File "rdps2rdp_pcap.py", line 60, in handler
temp = serversock.recv(19)
socket.error: [Errno 104] Connection reset by peer

target rdp server is win server 2012 r2 and victim is win 8.

@DiabloHorn
Copy link
Owner

if the version of RDP is to new it won't work.

On Sat, Jun 18, 2016 at 3:13 PM, pwnslinger notifications@github.com
wrote:

python rdps2rdp_pcap.py
waiting for connection...
('...connected from:', ('192.168.104.240', 9811))
waiting for connection...
Unhandled exception in thread started by
Traceback (most recent call last):
File "rdps2rdp_pcap.py", line 60, in handler
temp = serversock.recv(19)
socket.error: [Errno 104] Connection reset by peer

target rdp server is win server 2012 r2 and victim is win 8.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1, or mute the thread
https://github.com/notifications/unsubscribe/AAfQ7WJ1vo8Ah0CLrb7OcB1ujFSFq9XJks5qNENhgaJpZM4I5A37
.

---Just enjoying the journey---
http://diablohorn.wordpress.com

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

2 participants