-
Notifications
You must be signed in to change notification settings - Fork 246
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
AttributeError: 'NoneType' object has no attribute 'write' in layer TCP #158
Comments
Are you sure its for every connections? Have you tried connecting using mstsc.exe or freerdp? PS: you can use "```" to show us the whole log unformatted. |
It works when i start it Up, but then breaks eventually. No tabs show Up on the player either so i assume its because the connections dont go through. |
Note: I fixed the formatting of your original report Can you obtain a packet capture of that RDP exchange? I usually like to run something like:
Don't forget to attach the |
I'm still going to need a pcap and the |
Im thinking the problem now lies on the actual windows machine i am trying to mitm. It just broke again, I can see the connection coming in on the mitm log, but i dont get "redirected" to the actual machine. I trying going manually on the windows machine, logged in and back out, and then tried rdp again, and this was was connected through to it So, for some reason the windows 7 machine sometimes gets "locked" somehow it seems |
Another attempt connecting from the Microsoft client (
It took 10 seconds before I got prompted for the certificate error. What are you using as a client and destination (OS version and x64/x86)? |
I attempted to profile the 10 seconds lag and I can no longer reproduce. I think it was a one-off thing caused by my client VM having multiple network cards (tun, vpn, loopback) and me not waiting long enough for it to be ready for work. |
I am pretty sure my issue here is the windows machine for some reason. It looks like when some1 has been on the windows machine and not exited correctly its gets "locked" and then the mitm cant forward to it or something. Then i have to log on the windows machine, and then correctly log out again, and then the mitm can foward traffic to it again :S Just tried a fresh win7 install and its the same issue |
This happened because the windows machine went on standby, without me being able to see it. |
i run the program and it used to work, but every connection breaks it now
The text was updated successfully, but these errors were encountered: