
Set up a Kali Linux virtual machine using VMware Workstation or alternatives, download the standard 64-bit ISO, create and customize the VM, partition the disk, install the system, and boot.
Convert a batch script into an invisible executable with battery converter, add a windows icon, and run it to silently create a password file.
The lecture demonstrates launching a USB-based social engineering attack to trick a target and covertly steal passwords by disguising a USB payload.
Explore Metasploit’s architecture, from libraries and modules to payloads, encoders, and auxiliaries, and practice basic commands like show exploits, use, set, and multi handler for reverse TCP payloads.
Explore python functions by defining with def, passing arguments, printing results, returning values, and using examples to compute squares and means, demonstrating reusable code and function calls.
Learn to create and manipulate dictionaries in Python as ordered key-value collections, including accessing keys and values, adding new pairs, and removing items with the pop function.
Explore how if-else statements in Python execute blocks when conditions are true or false, using print outputs to show 'condition is true' and 'condition is false'.
Create a simple client–server chat application by encoding and sending messages, decoding received data, and printing exchanges between client and server.
In the first section of the course, We are Creating a Virtual Lab with VMWare.We are discussing about Basic Settings(grant root access,updating kali,conneting wireless adapter toVM),Networking VM with the Host and Setting up Windows VM and Networking.
In the Second Section, We are discussing about Basic Windows Hacking. We are bypassing the windows password,SAM File cracking and getting sensitive data like Passwords just by plugging a USB.
In the Third Section, We are discussing about Basic WIFI Hacking.We are creating a USB to get Wifi Passwords just by plugging into the target computer.
In the next section, We are Discussing about Information Gathering. Basic Target Discovery with Netdiscover,Exploring Targets with Nmap,Target OS detection with Nmap,Visualizing Network Topology with Zenmap will be discussed.
After that we are discussing about Metasploit Framework. We are creating a basic payload with msfvenom.
Then in the next Section, We are discussing About Post Exploitation. We are controlling target computer with meterpreter and msfvenom.
Seventh Section is Python Foundation Knowladge for Beginners.For Loops, While Loops , IF ELSE, Variables, Lists, Dictionaries, Classes, Objects ect will be discussed.
In the Eighth Section, We are discussing Making Python Sockets and Binding IPs, thenPay attention for connections and proceed.We are developing separate Python programs for the client and server,developing a straightforward chat application between the client and server.
In the Final Section, We are using Python to create a reverse shell in the final section.Then we are coverting it into a EXE File. We can then upload it to a virtual server and run it from there.