Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   342

CRACK VNC WITH HYDRA -XKK

by xkillerkui - 04 June, 2024 - 08:33 PM
This post is by a banned member (xkillerkui) - Unhide
257
Posts
7
Threads
1 Year of service
#1
Hydra is often the tool of choice. It can perform rapid dictionary attacks against more than 50 protocols, including telnet, vnc, http, https, smb, several databases, and much more

Now, we need to choose a word list. As with any dictionary attack, the wordlist is key. Kali has numerous wordlists built right in.

I use this --> https://github.com/berandal666/Passwords

When u choice ur wordlist run the command in terminal (Kali or Parrot OS)

hydra -s 5900 –P /root/Desktop/pass.txt IP vnc

EXAMPLE

hydra -s 5900 –P /root/Desktop/pass.txt –t 16 245.156.0.13 vnc

When
-P: denotes the path for the password list
-s: denote destination port number
-t: Run TASKS number of connects in parallel
Once the commands are executed it will start applying the dictionary attack.


Try and share what happened Smart
This post is by a banned member (pedritoxx) - Unhide
pedritoxx  
Registered
93
Posts
0
Threads
1 Year of service
#2
Don't believe he wastes people's time and is a scammer.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)