Frop Linux machine:
netexec --version
1.1.0 - nxc4u - 25f0b59
netexec says that a user has the right to connect through RDP protocol:
nxc --verbose rdp 172.16.172.180 -u 'nina' -p 's3curepassw0rd!'
[19:20:59] INFO Socket info: host=172.16.172.180, hostname=172.16.172.180, kerberos=False, ipv6=False, link-local ipv6=False connection.py:106
RDP 172.16.172.180 3389 DC01 [*] Windows 10 or Windows Server 2016 Build 17763 (name:DC01) (domain:final.com) (nla:True)
RDP 172.16.172.180 3389 DC01 [+] final.com\nina:s3curepassw0rd!
Even if in reality it doesn't:
xfreerdp /gfx /bpp:32 /compression-level:2 /cert:ignore /dynamic-resolution +clipboard +auto-reconnect /v:'172.16.172.180' /u:'nina' /p:'s3curepassw0rd!'
[19:22:25:049] [2053358:2053359] [ERROR][com.freerdp.core.transport] - BIO_read returned a system error 0: Success
[19:22:25:049] [2053358:2053359] [ERROR][com.freerdp.core] - transport_read_layer:freerdp_set_last_error_ex ERRCONNECT_CONNECT_TRANSPORT_FAILED [0x0002000D]
[19:22:25:522] [2053358:2053359] [ERROR][com.freerdp.core.transport] - BIO_read returned a system error 0: Success
[19:22:25:522] [2053358:2053359] [ERROR][com.freerdp.core] - transport_read_layer:freerdp_set_last_error_ex ERRCONNECT_CONNECT_TRANSPORT_FAILED [0x0002000D]
[19:22:25:522] [2053358:2053359] [ERROR][com.freerdp.core] - freerdp_post_connect failed
And, if RDP is truly accessible, it says Pwn3d!. Even if the user is just low-privileged:
$ nxc --verbose rdp 172.16.172.183 -u 'nina' -p 's3curepassw0rd!'
[19:22:45] INFO Socket info: host=172.16.172.183, hostname=172.16.172.183, kerberos=False, ipv6=False, link-local ipv6=False connection.py:106
RDP 172.16.172.183 3389 JUMP03 [*] Windows 10 or Windows Server 2016 Build 17763 (name:JUMP03) (domain:final.com) (nla:True)
RDP 172.16.172.183 3389 JUMP03 [+] final.com\nina:s3curepassw0rd! (Pwn3d!)
Frop Linux machine:
netexecsays that a user has the right to connect through RDP protocol:Even if in reality it doesn't:
And, if RDP is truly accessible, it says
Pwn3d!. Even if the user is just low-privileged: