Instructional Video2:41
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - How to Detect Email Tracking

Higher Ed
In this lesson, we will understand how to detect if someone is tracking your email and how to prevent that from happening.
Instructional Video1:12
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - The World of Electronic Mails – Dangers, Attacks, and Protection

Higher Ed
This section focuses on emails, the dangers of not protecting the emails or opening dangerous emails, how hackers attack using emails, and how to protect yourself from being hacked by emails.
Instructional Video3:30
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Darknets

Higher Ed
In this video, we will look at some of the websites classified on the dark web that allows you to browse websites or post questions anonymously.
Instructional Video6:42
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Accessing the Dark Web with Tor

Higher Ed
This video talks about the dark web that conducts illegal activities with Tor. The author illustrates how to use the dark web.
Instructional Video6:06
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Introduction to Stylometry

Higher Ed
This video illustrates an application called Stylometry, which can determine if an anonymous document may or may not have been written by us.
Instructional Video5:14
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Exception Handling

Higher Ed
In this video, you will learn about exception handling with try, throw, and catch functions.
<
br/>
This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will...
Instructional Video5:40
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Classes and Objects

Higher Ed
In this video, you will learn about classes and objects with abstraction and encapsulation.
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
Instructional Video7:00
Curated Video

Practical Cyber Hacking Skills for Beginners - Launching a Combinator Attack

Higher Ed
Here, we will look at how the combinator attack is performed with the two text files required to complete the attack.
Instructional Video8:31
Curated Video

Practical Cyber Hacking Skills for Beginners - Setting Up Hashcat

Higher Ed
This lesson will teach us how to install and set up the Hashcat by changing the folder structures and deleting older hashtag versions.
Instructional Video5:00
Curated Video

Practical Cyber Hacking Skills for Beginners - Introduction to Zenmap

Higher Ed
This video demonstrates using Zenmap, the graphical user interface for NMAP, to scan different networks.
Instructional Video12:30
Curated Video

Practical Cyber Hacking Skills for Beginners - Scanning Techniques

Higher Ed
This video elaborates on NMAP's different techniques for scanning networks using the available network probes.
Instructional Video3:46
Curated Video

Practical Cyber Hacking Skills for Beginners - NMAP Port States

Higher Ed
This video will teach us about the six port states: open, closed, filtered, unfiltered, closed/filtered, and open/filtered.
Instructional Video8:36
Curated Video

Practical Cyber Hacking Skills for Beginners - Basics of NMAP

Higher Ed
After installing and configuring NMAP, we will look at how this NMAP scanning program works.
Instructional Video1:26
Curated Video

Practical Cyber Hacking Skills for Beginners - Section Preview-6

Higher Ed
This video briefly outlines the concepts you will learn in this section regarding NMAP, its installation, and its use.
Instructional Video6:00
Curated Video

Practical Cyber Hacking Skills for Beginners - Creating a Sample Outbound Rule

Higher Ed
In this lesson, we will look at creating a sample outbound rule; we will test it out by trying to block internet access by setting outbound rules for the Google Chrome browser.
Instructional Video7:06
Curated Video

Practical Cyber Hacking Skills for Beginners - Creating a LinkedIn Clone Site

Higher Ed
This video demonstrates how to clone the LinkedIn site.
Instructional Video4:14
Curated Video

Practical Cyber Hacking Skills for Beginners - BlackEye Update

Higher Ed
In this video, you will learn about a tool for phishing called the blackeye.
Instructional Video5:03
Curated Video

Practical Cyber Hacking Skills for Beginners - Kali Linux Walkthrough

Higher Ed
This video is a demonstrative walkthrough of the Kali Linux operative system, how to use it, and work on it.
Instructional Video12:43
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Installing the Blazor Movie App with Database from GitHub on User Machines

Higher Ed
This lecture walks through the process of simulating the Blazor CRUD application with the database after cloning it from the GitHub repository.
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series...
Instructional Video9:44
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit Movies

Higher Ed
Through this lecture, the editing of movies has been accomplished using the same modal dialog used for adding a new movie. You will learn how to achieve the task of editing a record through a user input modal popup.
<
br/>
This clip...
Instructional Video7:26
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - JavaScript Interop Calls to Modal

Higher Ed
This lecture shows how to close the modal dialog after saving to the database by clicking the submit button. You will learn the necessary changes needed to achieve this.
<
br/>
This clip is from the chapter "Create a CRUD...
Instructional Video9:05
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Seed the Movies Database

Higher Ed
In this video, you will learn the process of seeding the database with some initial records for testing.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
Instructional Video3:10
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Add Migration to Create Movies Table

Higher Ed
This lecture shows the addition of migration (to EF Core) to create the movies table. You will learn the essential Package Manager console commands to do this.
<
br/>
This clip is from the chapter "Create a CRUD Application in...
Instructional Video1:54
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Run the Blazor App

Higher Ed
This lecture shows the Blazor app as running on the browser; you will be able to run the app and understand the various elements of the app created by default.
<
br/>
This clip is from the chapter "Create a CRUD Application in...