mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
Small English fix on pentesting-vnc.md
This commit is contained in:
parent
c7aecef3b4
commit
96922d49eb
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ vncviewer [-passwd passwd.txt] <IP>::5901
|
|||
|
||||
Default **password is stored** in: \~/.vnc/passwd
|
||||
|
||||
If you have the VNC password and it looks encrypted (a few bytes, like if it could be and encrypted password). It is probably ciphered with 3des. You can get the clear text password using [https://github.com/jeroennijhof/vncpwd](https://github.com/jeroennijhof/vncpwd)
|
||||
If you have the VNC password and it looks encrypted (a few bytes, like if it could be an encrypted password), it is probably ciphered with 3des. You can get the clear text password using [https://github.com/jeroennijhof/vncpwd](https://github.com/jeroennijhof/vncpwd)
|
||||
|
||||
```bash
|
||||
make
|
||||
|
|
Loading…
Add table
Reference in a new issue