Vnc all — различия между версиями
Материал из InformationSecurity WIKI
Drakylar (обсуждение | вклад) м (→Перебор паролей) |
Drakylar (обсуждение | вклад) м (→Статьи) |
||
(не показаны 4 промежуточные версии этого же участника) | |||
Строка 1: | Строка 1: | ||
=Поиск= | =Поиск= | ||
+ | |||
+ | ==Все в одном== | ||
+ | |||
+ | ===vncpwn=== | ||
+ | |||
+ | https://github.com/hegusung/VNCPwn | ||
+ | |||
+ | <syntaxhighlight lang="bash" line="1" enclose="div" style="overflow-x:scroll" > | ||
+ | python vncpwn.py | ||
+ | </syntaxhighlight> | ||
+ | |||
==Порт и версия== | ==Порт и версия== | ||
Строка 36: | Строка 47: | ||
<syntaxhighlight lang="bash" line="1" enclose="div" style="overflow-x:scroll" > | <syntaxhighlight lang="bash" line="1" enclose="div" style="overflow-x:scroll" > | ||
vncviewer [-passwd passwd.txt] target::5901 | vncviewer [-passwd passwd.txt] target::5901 | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ==Расшифровка /.vnc/passwd == | ||
+ | |||
+ | ===vncpwd=== | ||
+ | |||
+ | https://github.com/jeroennijhof/vncpwd | ||
+ | |||
+ | <syntaxhighlight lang="bash" line="1" enclose="div" style="overflow-x:scroll" > | ||
+ | vncpwd _file_ | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Строка 41: | Строка 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
run
vncviewer
vncviewer [-passwd passwd.txt] target::5901
Расшифровка /.vnc/passwd
vncpwd
https://github.com/jeroennijhof/vncpwd
vncpwd _file_