Skip to content

Commit

Permalink
Merge pull request #64 from Guilhem7/master
Browse files Browse the repository at this point in the history
  • Loading branch information
v1k1ngfr authored Oct 18, 2023
2 parents 01848cc + 35c8cf5 commit 764fdb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arsenal/data/cheats/Protocol/vnc.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ vncviewer <ip>::<port>
vncviewer -password <password.txt> <ip>::<port>
```

## vnc - decrypt vnc.ini password
#cat/UTILS
echo -n <password> | xxd -r -p | openssl enc -des-cbc --nopad --nosalt -K e84ad660c4721ae0 -iv 0000000000000000 -d | hexdump -Cv

## vnc msf test none auth
#cat/ATTACK/CONNECT
```
Expand Down

0 comments on commit 764fdb2

Please sign in to comment.