Hii guys, Today I am going to share with you about the 500rupeee tiny thing that makes you steal wifi passwords within 10 to 20 seconds.
We all have watched/played some hacker movies/games(Hope so). In that, the hacker will use some of the physical tools which can be used to exploit computers. While we watching, we think that we need to do those hacking things and search for the tools. That interest, make me do this and now am writing about it.
One week ago, I have interest in rubber ducky(USB) and go through with it. It was quite expensive but we can perform more things with that. By that time, I came across ATtiny85. ATtiny85 is a microcontroller chip and we can perform the attacks like the rubber ducky at a lower price. I go through some articles about it and understand this tiny thing. Now I gave simple steps to make this tiny thing to wifi stealer.
Requirements
- Buy the attiny85 microcontroller. I have brought it from amazon. Please have a look at the below image.
2 . Download Arduino IDE,
Link: https://www.arduino.cc/en/software
3. We need to add attiny packages on Arduino IDE. Open Arduino IDE ->Goto the preferences->Paste the below link in “Additional Board Manager URLs”.
Link: https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json
4. Install Board manager in Arduino IDE. Goto Tools->Board->Board manager-> type “digistump”->Install “Digistump AVR Boards”.
5. Install Digispark Drivers. Click the below link, it will redirect to GitHub. Download and install the drivers.
Link: https://github.com/digistump/DigistumpArduino/releases
6. Download the Wi-Fi password stealer code from the below link.
Link : https://github.com/MTK911/Attiny85/tree/master/payloads/Wi-Fi%20password%20stealer
Open the Arduino IDE and open the downloaded file on the IDE. Then we need to make some changes to the code.
- We need to remove “-” symbol on the code as mentioned below.
2. Open https://webhook.site and copy the unique URL. Paste the URL on the code as mentioned below.
After click upload on Arduino IDE. Then it will ask to plug in the device.
Once you plug in, it will copy the file to the attiny85. The Malicious USB is ready to use.
Time to Hack
Take the USB and plug it into any computer it will start running and red light has been turning on.
Then after the process is finished it will turn on another red light.
We can see that the webhook has fetched the password and return it in XML format.