Tool installation commands:
https://darklevi7.blogspot.com/2024/03/blog-post_9.html
Hello ..
The new update to the MikrotikBF v2.0 tool for guessing Mikrotik network cards🔥.
New features:
● Solve the problem of guessing stopping on the wrong card✅️.
● Solve the problem of cards that are longer than 10 symbols✅️.
● Against ban (some networks)✅️.
● Speed✅️.
●Add guessing progress bar✅️.
The first explanation for those who did not see it:
https://t.me/pentesting_lab/491
Installation commands:
If you have installed the first version, you must delete it first:
Enter the termix program and set up
ls
You will see a folder called the tool MikrotikBF
We delete it with the command:
rm -rf MikrotikBF
Now download the second version:
apt update
apt upgrade -y
pkg install git
pkg install python
pkg install python3
pip install requests
git clone
https://github.com/darklevi7/MikrotikBF
cd MikrotikBF
python3 mikrotikBF.py
