• XSS.stack #1 – первый литературный журнал от юзеров форума

Как проверить наличие RDP-соединения на другом порту?

dude12

floppy-диск
Пользователь
Регистрация
10.07.2022
Сообщения
4
Реакции
1
Мы знаем, что порт 3389 гарантированно имеет включенное удаленное соединение. Но есть ли программное обеспечение, которое проверяет, включен ли на IP-адресе удаленный рабочий стол, если я проверяю IP-адреса с другим портом?
 
cd /usr/share/nmap/scripts
ls | grep -i 'rdp-'
rdp-enum-encryption.nse
rdp-ntlm-info.nse
rdp-vuln-ms12-020.nse
NMAP со скриптом rdp-ntlm-info.
nmap --script-help rdp-ntlm-info.nse

This script enumerates information from remote RDP services with CredSSP
(NLA) authentication enabled.

Sending an incomplete CredSSP (NTLM) authentication request with null credentials
will cause the remote service to respond with a NTLMSSP message disclosing
information to include NetBIOS, DNS, and OS build version.
 
Banner grabbing allows you to find services on non standard ports, and it's worth checking 3390 and 3388 by hand for targeted ops
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх