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

Strange socket timeout issues #8

Open
kernelzeroday opened this issue Jun 4, 2020 · 1 comment
Open

Strange socket timeout issues #8

kernelzeroday opened this issue Jun 4, 2020 · 1 comment

Comments

@kernelzeroday
Copy link

nmap shows 445 is open, however when attempting to run the exploit I get a socket timeout issue.

PORT    STATE SERVICE       REASON  VERSION
445/tcp open  microsoft-ds? syn-ack

Traceback (most recent call last):
  File "exploit.py", line 465, in <module>
    do_rce(args.ip, args.port)
  File "exploit.py", line 426, in do_rce
    find_low_stub(ip, port)
  File "exploit.py", line 405, in find_low_stub
    buff = read_physmem_primitive(ip, port, index)
  File "exploit.py", line 205, in read_physmem_primitive
    buff = try_read_physmem_primitive(ip, port, phys_addr)
  File "exploit.py", line 212, in try_read_physmem_primitive
    write_primitive(ip, port, fake_mdl, pmdl_va)
  File "exploit.py", line 182, in write_primitive
    sock.recv(1000)
socket.timeout: timed out

Am I missing something stupid?
Thanks

@J1mX
Copy link

J1mX commented Jun 4, 2020

I get this testing an old slow machine...

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