mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Merge pull request #845 from TheToddLuci0/patch-1
Small English fix on pentesting-vnc.md
This commit is contained in:
commit
48412afba2
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…
Reference in a new issue