Hi, what do you want to do?
Curated Video
Bug Bounty Program Certification 13.5: Certification Exam Practice Questions – Part 4
Exam questions. • Practice questions • Solutions • Explanation of answer
Curated Video
Bug Bounty Program Certification 8.4: Database Attack Using Manual Techniques
This video focuses on manual database attack. • Explore manual database attack • Understand various injection commands to exploit database • Explanation of the manual commands
Curated Video
Bug Bounty Program Certification 7.5: Install Acunetix Web Vulnerability Scanner
This video will help you understand web scanning using Acunetix web vulnerability scanner. • Download Acunetix web vulnerability scanner • Installation of web scanner • Reporting of vulnerabilities
Curated Video
Bug Bounty Program Certification 6.2: Find Major Bugs in Client Machines
This video will help you scan malwares using network vulnerability scanner. • Use malware scan using Nessus vulnerability scanner • Create a new malware scan and scan the client machines • Explanation about malware bugs in client machines
Curated Video
Bug Bounty Program Certification 5.5: Perform Brute Force Attack on File Transfer Protocol
This video will help you perform brute force attack on file transfer protocol.<br/>
• Setup FTP in Window<br/>s10 machine
• Explore Hydra commands <br/>for brute force attack
• Learn about brute force attack on FTP to get login credentials
• Setup FTP in Window<br/>s10 machine
• Explore Hydra commands <br/>for brute force attack
• Learn about brute force attack on FTP to get login credentials
Curated Video
Cloud Native Development on Azure with Java 2.6: Deploy Your App to an Azure App Service Instance
In this video, we will show you how to deploy the Spring Boot app to Azure. So, you will be able to migrate your locally running app to Azure Web Apps.
• Created an Azure web application hosted within the Azure App Se
rvice
•...
• Created an Azure web application hosted within the Azure App Se
rvice
•...
Curated Video
Learning Angular 2 Directives (Video 12)
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than...
Curated Video
Ensemble Machine Learning Techniques 4.2: AdaBoost Algorithm
This video aims to teach the viewer details about one of the Boosting techniques called AdaBoost. • We go into the details of the AdaBoost algorithm • We see how to calculate model coefficients • We see how to calculate model weights
Curated Video
Ensemble Machine Learning Techniques 5.1: Overview of Stacking Technique
This video talks about a commonly used and helpful ensemble technique called stacking. • We get an introduction to stacking technique • We discuss how stacking works • Look at a similar approach to stacking called blending
Curated Video
Python for Network Forensics 2.3: Querying the Registry
In this video, we will become familiar with the Windows registry and how the key:value data store maintains OS configuration data. • Learn how to interact with the registry using regedit • Use Python to interact with the registry by...
Packt
Advanced Computer Vision Projects 3.3: Multi-Person Pose Detection
In this video, we run a more advanced model to count the number of people and extract poses from more complex images. • Run more advanced ArtTrack model • Apply to model to multiperson images • Visualize the results
Curated Video
Serverless JavaScript Projects 3.1: Sign Up for Twilio and Determine the SMS Phone Number
We need a Twilio account and a project built in Twilio with a phone number to SMS to. • Sign in to twilio.com and sign up for account • Build a project in Twilio for SMS messaging • Get the phone number that will be used to send SMS...
Curated Video
Learning D3.JS 5.0 9.3: Drawing a Path Between Two Points
In this video, we will learn how to draw a path between nodes. • Create more variables inside the main function • Create nodes and circles • Create labels for the nodes
Curated Video
Learning D3.JS 5.0 4.2: What Is Data?
In this video, we will learn what data is in D3.js. • Get a general idea of what data is • Get a deeper understanding of data • Understand how to have data in D3.js
Curated Video
Learning D3.JS 5.0 2.5: Creating Lines
In this video, we will learn how to create lines.<br/>
• <br/>Code a line
• Fix the problem wit<br/>h not viewing the line
• Find out how to se<br/>t many shapes inside the same SVG
• <br/>Code a line
• Fix the problem wit<br/>h not viewing the line
• Find out how to se<br/>t many shapes inside the same SVG
Curated Video
Bug Bounty Program Certification 13.4: Certification Exam Practice Questions – Part 3
Exam questions. • Practice questions • Solutions • Explanation of answer
Curated Video
Bug Bounty Program Certification 9.3: Non-persistent Attack on Websites Frontend
In this video, you will perform non - persistent attack on websites.
• Setup Lab using Mutillidae Buggy web application for non-persistent a
ttack
• Explore non-persistent XSS attack using popup box
generation
• Learn about...
• Setup Lab using Mutillidae Buggy web application for non-persistent a
ttack
• Explore non-persistent XSS attack using popup box
generation
• Learn about...
Curated Video
Bug Bounty Program Certification 7.2: Install DVWA Framework In Kali Linux
This video will help you host DVWA (Buggy Application). • Explore DVWA application • Download DVWA in Kali Linux • DVWA hosting in server
Curated Video
Bug Bounty Program Certification 7.1: Install Web Server in Kali Linux
In this video, you will learn about Xampp installation. • Learn about Xampp • Download Xampp server in Kali Linux • Installation of Xampp server in Kali Linux OS
Curated Video
Bug Bounty Program Certification 3.3: Find Open Ports and Services in Network
In this video, we will find open ports and services. • Use Nmap tool to find ports and services • Use Zenmap tool to provide information about ports and services • Explore various commands
Curated Video
Java 11 Programming for Beginners 1.1: The Course Overview
This video provides an overview of the entire course.
Curated Video
Java 11 Programming for Beginners 5.5: Working with Internationalization – I18N
Internationalization is typically an afterthought. Java has a lot of features to help rescue developers from the many traps in this endeavour, and we learn some of them in this video. • We explore the I18N APIs available to format things...
Curated Video
Java 11 Programming for Beginners 3.1: Hide Your Data – Encapsulation
We start with the example and showcase a simple encapsulation. • Explain the example • Set up Slack accounts • Establish an initial connection with Slack
Curated Video
Serverless JavaScript Projects 2.2: Build Your Location AWS Lambda
We need a way to capture the location information from the provided IP address. • Install serverless and AWS CLI • Utilize a function that queries a database for info from IP • Return the geolocation information to the user