• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Botnet problem tutorial mirai

evelynn123

Noob
User
Joined
Nov 16, 2024
Messages
12
Reputation
0
Reaction score
0
Points
1
Credits
973
‎8 Months of Service‎
80%
hello guys,was trying to install the mirai botnet and i have one problem, can someone help me to fix ? BOTNET MIRAI tutorial from @dEEpEst
1731964449100.png
 
mysql-server and mysql-client They are not available on your system, probably because it is old. mariadb-server and mariadb-client These are the new compatible distributions.

You can try installing the new supported distributions.

Code:
sudo apt-get update
sudo apt-get install mariadb-server mariadb-client -y

Or if you need the old distributions you can try to install them directly:

Code:
sudo apt-get update
wget https://dev.mysql.com/get/mysql-apt-config_0.8.24-1_all.deb
sudo dpkg -i mysql-apt-config_0.8.24-1_all.deb
sudo apt-get update
sudo apt-get install mysql-server mysql-client -y

If you are not sure which version you need check the Available version of your packages:

Code:
sudo apt-get update
apt-cache search mysql-server
apt-cache search mysql-client
 
1732040972990.png
I WAS TRYING ALL STEPS FROM YOU AND STILL NOT WORKING . @dEEpEst
 

Attachments

  • 1732041011495.png
    1732041011495.png
    27.5 KB · Views: 2
  • 1732041063612.png
    1732041063612.png
    33.9 KB · Views: 2
But in the images you showed MariaDB installed successfully and is running, and it should be compatible. You've done that step, you should move on to the next step.
 
1732050228613.png
Another problem @dEEpEst

i think they are files same bcs they dont exist there, what i can do in this situation ?
 
I think the urls of the packages you are trying to download have changed, you are getting the 404 error because the server is banning you, if you try to access from a browser you also get the same error.

New packages have been moved to this address, you will need to modify the download URLs as needed.

This link is hidden for visitors. Please Log in or register now.
 
I think the urls of the packages you are trying to download have changed, you are getting the 404 error because the server is banning you, if you try to access from a browser you also get the same error.

New packages have been moved to this address, you will need to modify the download URLs as needed.

This link is hidden for visitors. Please Log in or register now.
dEEpEst but they dont have a name like
cross-compiler-armv4l.tar.bz2
cross-compiler-armv5l.tar.bz2
cross-compiler-armv6l.tar.bz2
cross-compiler-i586.tar.bz2


they end jjust in bz.2 how i know which is exemple : amrv6l or i586 ?

i search into all folders and nothing about this amrv6l or i586 @dEEpEst
1732126994917.png
 
all done,u can close the thread @dEEpEst
evelynn123If you tell us how you solved your problem, you will help others to be able to install it as well.

 
Back
Top