Posts

Hack WiFi With Encryption WPA2-PSK Using Kali Linux

Image
Jo Today I am going to teach you a trick with help of which you can easily hack any WiFi with encryption WPA2-PSK using Kali Linux . This process is just a manipulation of some commands using Kali Linux terminal. First  what is Wifi (WPA2-PSK) & (WEP) WPA means Wi-Fi Protected Access WEP means Wired Equivalent Privacy Procedure :- Step 1:- The very first step is to verify the router configuration. Normally in a real penetration test we don’t have this option, but since I am using a home laboratory I have a little more flexibility. In my case the Laboratory access point is secured with WPA2-PSK. It’s passphrase is kept as Cisco123 . You can use any kind of wireless router to make your wireless laboratory. Use an old router and open it’s setting set it up as WEP for wireless security to use as a victim router. Connect one other PC , tablet , or smartphone to it wirelessly since the encrypted data between the two will need to be sniffed . The main pu

How to create your own Ransomware Free

Image
          Nowadays the attack of ransomware is increased considerably. Recently My one of my friend whose name is Mr. Aniruddha has come across a attack from ransomware and he was asked to pay the ransom in the form of bitcoin to regain his data.           But he refused to pay the ransom as it was too much and unfortunately he has to loose all his data as he formatted his PC to remove the ransomware. He was fortunate that his PC didn't content important files.           And from that incident I got the idea to create my own ransomware and here I am. Today I will show you how to create a free ransomware            Turkish security researcher named Utku Sen has created a fully functional Ransomware and posted ita code on open source code sharing website GitHub.           The Ransomware dubbed Hidden Tear , uses AES Encryption to lock down files before displaying a ransom message warning to get users to pay up.           The currently undetectable version of ra

Crack Instagram Passwords Using Instainsane

Image
Nowadays , Instagram is one of the most widely used social media applications. I am pretty confident that at least one of your friends or you are using it pretty much every day. Today I am going to show you how you can crack your friend's Instagram password using a script called Instainsane. Procedure:- Step 1:- Download Instainsane Unfortunately, Instainsane is not available built in Kali distribution, so we will have to download it from github. kali > git clone   github.com/thelinuxchoice/instainsane.git Now, we need to install it. Go to the directory where you cloned the github repository and run the "install.sh" bash script. kali > cd <path to directory> kali > chmod +x install.sh kali > ./install.sh Step 2:- Crack That Password! Finally the time to crack your friend's password is came . The only thing we are going to need now is your friend's Instagram username and you could al

These Four Lines Of Code Can Crash Anyone’s Smartphone And Computer

Image
There’s a notorious link being shared on social networking websites that can crash nearly all smartphones — all you have to do is just click on this link. Known as crashsafari.com (clicking on this will crash your browser), this link crashes your browser by overloading it with thousands of characters in the address bar each second. As a result, the phone memory exhausts and your device crashes. How does Crashsafari.com work? The website is running a small piece of JavaScript that creates a loop with the help of History API and crashes your device. The History API allows the websites to change the URL of the page without performing page refresh. Thanks For Reading If You Like This Information And Found It Useful Please Subscribe For Email Alerts           Feel Free To Ask Any Kind Of Help 

Find Out Who’s Tracking You Through Your Android

Image
Today in this virtual world, there are so many security issues like lots of viruses, malware, Trojans, and keyloggers that can influence our devices. Here I am going to mention few short codes that will help you find the settings of your phones and to find out either your messages or information are being tracked. Code 1:    *#21# This code helps you to find out whether your messages, calls, and other data are being diverted. Code 2:    *#62# If any of your friend tells you, that your number is saying no-service or no-answer, then you need to dial this code on your smartphone to find out where your calls, messages, and data are being redirected. Code 3:    ##002# This is a universal code to deactivate all call forwarding. This will immediately switch off all the redirections from your phone. Code 4:    *#06# This code is used to find the International Mobile Equipment Identifier (IMEI). This code will be  very useful to find the IMEI number
Image
Hello Friends Today I Am Going To Teach You, How To Change Serial Number Of Your Android Android Serial number of every mobile device is its identity to recognize that network on the cellular network and to recognize the licenses that had been made for that device and this identity is by default set by the maker of that device. You can’t change the IMEI number to detect over the cellular network but you can actually change this on your device for the temporary time for the apps and the devices licenses. And this actually fakes your device identity and you can use this in a very cool way of faking some recharge apps to get the bonus. And you can also change the IMEI number to its default also.   The method is so simple. All you need is just a rooted android device that will allow Xposed installer to run on the device. And after having Xposed installer you will have to use Xposed module app to change the Serial number of your android. Procedure:- Step 1:- You n

How To Hack Or Open Android Lock

Image
Nowadays , many people uses pattern lock or password lock to their mobiles . Sometimes your phone gets locked . And in such situation this tricks will help you a lot . METHOD 1:- Solution For Those Who Have Installed Recovery Modes Like Cwm, TWRP, XREC, Etc… Procedure:- Step 1:- Download the zip Pattern Password Disable on to your sdcard (Use your PC, as you cannot get into your phone) Step 2:- Now , Insert the sdcard into your phone Step 3:- Now , Reboot into recovery mode Step 4:- Flash the zip Step 5:- Then , Reboot Step 6:- Done ! There You Go. Note:- If You See The Gesture Pattern Grid Or Password After Restarting, Don’t Worry. Just Try Any Random Pattern Or Password And it Should Unlock. METHOD 2:- Solution For Everyone Without Recovery Installed – ADB: What You Will Need:- 1. A computer running a Linux distro or Windows+Cygwin 2. An USB cable to connect your phone to the PC 3. ADB