Other

Learn the fundamentals of Structured Query Language SQL! Even though it's over 40 years old, the world's most popular databases still run on SQL.
Foreign key basics https://docs.microsoft.com/en-....us/sql/relational-da
#dev #database #100SecondsOfCode
Draw SQL Diagrams https://drawsql.app/
Install the quiz app 🤓
iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
My VS Code Theme
- Atom One Dark
- vscode-icons
- Fira Code Font

( PHP & MySQL with MVC Frameworks Certification Training
- https://www.edureka.co/php-mysql-self-paced )
Watch Sample Class recording: http://www.edureka.co/php-mysql?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php
A data manipulation language (DML) is a family of syntax elements similar to a computer programming language used for selecting, inserting, deleting and updating
data in a database. Performing read-only queries of data is sometimes also considered a component of DML.Let's see some data manipulation in MySQL.
This video helps you to learn following topics :
1.Insert query with Example
2.Inserting Dat afrom commnad prompt
3.Inserting Data using Script
4.Creating a form
5.Inserting data in MySQL table
6.Select Query
7.Syntax for select query
8.Fetching data using PHP script
9.Releasing Memeory
10.WHERE Clause
11.WHERE Clause operators
12.Update Query
13.Delete Query
Related Posts :
http://www.edureka.co/blog/php-tutorial-web-concepts-in-php?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php
http://www.edureka.co/blog/php-tutorial-data-types-declaration?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php
http://www.edureka.co/blog/php-tutorial-differentiating-php-code-in-html-script?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php
Edureka is a New Age e-learning platform that provides Instructor-Led Live, Online classes for learners who would
prefer a hassle free and self paced learning environment, accessible from any part of the world.
The topics related to Data Manipulation have extensively been covered in our course 'PHP & MySQL’.
For more information, please write back to us at sales@edureka.co
Call us at US: 1800 275 9730 (toll free) or India: +91-8880862004

PHP Hypertext Preprocessor is a scripting language for building dynamic websites on the server. It remains one of the most popular programming languages in the world, powering tools like Wordpress, Laravel, and Symfony. https://fireship.io
#programming #webdev #100SecondsOfCode
🔗 Resources
PHP Docs https://www.php.net/docs.php
PHP usage stats https://w3techs.com/technologies/details/pl-php
📚 Chapters
🔥 Get More Content - Upgrade to PRO
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- History of PHP
- PHP syntax and features
- Basic Overview of PHP
- What does PHP stand for?
- Does Facebook use PHP?
- Websites that use PHP

Hey gang, in this first PHP tutorial (with MySQL) I'll explain exactly why I'm creating this series as well as what you'll be making / learning as we progress. PHP is a server-side scripting language which can be used to create dynamic websites and is used all over the web today.
----------------------------------------
🐱💻 🐱💻 Course Links:
+ Course files - https://github.com/iamshaunjp/php-mysql-tutorial
+ VS Code editor - https://code.visualstudio.com/
+ Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0&list=PL4cUxeGkcC9gGrbtvASEZSlFEYBnPkmff
🤑🤑 Donate
+ https://www.paypal.me/thenetninja
🎓🎓 Find me on Udemy
+ https://www.udemy.com/user/47f....d83f6-5e4a-4e87-a0f0

Your first step in learning PHP. We will go over all of the fundamentals and create a small PHP/MySQL project.
⭐ Sponsor:
https://linode.com/traversy
💻 Github Repo:
https://github.com/bradtraversy/php-crash
💻 Download Xampp:
https://apachefriends.com
👇 PHP OOP MVC Udemy Course:
https://www.udemy.com/course/o....bject-oriented-php-m
💖 Show Support
Patreon: https://www.patreon.com/traversymedia
PayPal: https://paypal.me/traversymedia
👇 Follow Me On Social Media:
Twitter: https://twitter.com/traversymedia
Instagram: https://www.instagram.com/traversymedia
Linkedin: https://www.linkedin.com/in/bradtraversy
Timestamps:
0:00 - Intro
0:59 - Linode Sponsor
1:40 - Slides
9:47 - Getting Setup With XAMPP
14:30 - Opening a PHP File
15:38 - VS Code Setup & Auto Reload
18:20 - Output Constructs & Functions
26:35 - Data Types & Variables
34:32 - Arrays
42:05 - Conditionals
52:57 - Loops
1:02:00 - Functions
1:09:47 - Array Functions
1:24:15 - String Functions
1:30:28 - Superglobals
1:34:05 - $_GET & $_POST
1:40:56 - Sanitizing Inputs
1:45:24 - Cookies
1:49:10 - Sessions
1:58:45 - File Handling
2:03:48 - File Uploading
2:17:20 - Erros & Exceptions
2:22:05 - OOP & Classes
2:35:14 - Feedback App Project
2:38:15 - Including PHP Pages
2:42:23 - Database & Feedback Table Setup
2:48:45 - Connecting To MySQL
2:53:54 - If & Foreach Shorthands
2:58:11 - Fetch From Database
3:01:05 - Inserting Data From a Form

This beginner's course is a complete introduction to web application development. Learn how to build dynamic database-backed web sites. Dr. Chuck will teach you how to use HTML, CSS, JavaScript, PHP, MySQL, jQuery, and Handlebars to build web and database applications.
🔗 Couse website: https://www.wa4e.com/
✏️ Dr. Charles Severance created this course. He is a professor at the University of Michigan and is one of the most popular Python instructors in the world.
⭐️ Course Contents ⭐️
⌨️ (00:00:00) Web Applications and the Request/Response Cycle
⌨️ (00:16:56) Understanding Browser Developer Mode
⌨️ (00:25:42) HTML - HyperText Markup Language (Part 1)
⌨️ (00:31:37) HTML - HyperText Markup Language (Part 2)
⌨️ (00:45:32) Code Walkthrough: HTML
⌨️ (00:59:32) CSS - Cascading Style Sheets (Part 1)
⌨️ (01:12:35) CSS - Cascading Style Sheets (Part 2)
⌨️ (01:27:40) CSS - Cascading Style Sheets (Part 3)
⌨️ (01:41:21) Code Walkthrough: CSS - Part 1
⌨️ (01:54:49) Code Walkthrough: CSS Part 2
⌨️ (02:20:40) Installing MAMP on Macintosh for PHP/MySql
⌨️ (02:27:42) Installing MAMP on Windows-10 for PHP/MySql
⌨️ (02:42:15) Installing XAMPP on Windows for PHP/MySql
⌨️ (02:51:21) PHP Language - Overview (Part 1)
⌨️ (03:00:02) PHP Language - Expressions (Part 3)
⌨️ (03:08:51) PHP Language - Variables and Constants (Part 2)
⌨️ (03:27:46) PHP Language - Control Structures (Part 4)
⌨️ (03:41:09) PHP Arrays (Part 1)
⌨️ (03:51:32) PHP Arrays (Part 2)
⌨️ (04:02:45) PHP Functions (Part 1)
⌨️ (04:12:49) PHP Functions (Part 2)
⌨️ (04:26:06) PHP Forms (Part 1)
⌨️ (04:31:04) PHP Forms - GET and POST (Part 2)
⌨️ (04:36:19) PHP Forms - Input Types (Part 3)
⌨️ (04:50:09) PHP Forms - HTML Injection and Validation (Part 4)
⌨️ (05:01:01) PHP Forms - MVC (Part 5)
⌨️ (05:11:40) Code Walkthrough: Forms Part 1
⌨️ (05:25:00) Code Walkthrough: Forms Part 2
⌨️ (05:32:28) Code Walkthrough: Forms Part 3
⌨️ (05:39:28) Single Table SQL - Part 1
⌨️ (06:01:59) Single Table SQL - Part 2
⌨️ (06:23:26) Data Modeling - Building a Data Model (Part 1)
⌨️ (06:32:12) Data Modeling - Representing Relationships (Part 2)
⌨️ (06:42:52) Data Modeling - Relationships in SQL (Part 3)
⌨️ (06:57:09) Data Modeling - Using Join (Part 4)
⌨️ (07:07:16) Data Modeling - Many-to-Many (Part 5)
⌨️ (07:20:51) PHP Objects (Part 1)
⌨️ (07:31:23) PHP Objects - Building Objects (Part 2)
⌨️ (07:43:20) PHP Objects - Life Cycle (Part 3)
⌨️ (07:48:54) PHP Objects - Inheritance (Part 4)
⌨️ (07:59:57) PHP, MySQL, and PDO - Part 1
⌨️ (08:18:16) PHP, MySQL, and PDO - Part 2
⌨️ (08:32:05) PHP, MySQL, and PDO - Part 3
⌨️ (08:44:30) PHP, MySQL, and PDO - Part 4
⌨️ (08:53:30) Code Walkthrough: PHP, MySQL, and PDO - Part 1
⌨️ (09:02:15) Code Walkthrough: PHP, MySQL, and PDO - Part 2
⌨️ (09:11:51) Code Walkthrough: PHP, MySQL, and PDO - Part 3
⌨️ (09:19:53) PHP - Cookies (Part 1)
⌨️ (09:29:53) PHP - Sessions (Part 2)
⌨️ (09:43:59) PHP - Sessions without Cookies - Part 3
⌨️ (09:51:42) Code Walkthrough: Cookies and Sessions
⌨️ (10:02:08) PHP - HTTP Redirects - Part 1
⌨️ (10:09:07) PHP - Post / Redirect - Part 2
⌨️ (10:20:03) PHP - Flash Messages / Authentication - Part 3
⌨️ (10:32:15) Code Walkthrough: Routing and Redirect - Part 1
⌨️ (10:37:33) Code Walkthrough: Routing and Redirect - Part 2
⌨️ (10:44:31) Code Walkthrough: Routing and Redirect - Part 3
⌨️ (10:51:02) Building a CRUD Application in PHP
⌨️ (11:05:35) Code Walkthrough: Forms and CRUD
⌨️ (11:20:08) JavaScript - Part 1
⌨️ (11:35:18) JavaScript - Part 2
⌨️ (11:47:40) JavaScript - Document Object Model - Part 3
⌨️ (11:58:20) Code Walkthrough: JavaScript and Profiles
⌨️ (12:08:37) JavaScript - Object Orientation
⌨️ (12:19:18) JQuery - Part 1
⌨️ (12:32:22) JQuery - Part 2
⌨️ (12:46:53) Code Walkthrough: Profiles, Positions, and JQuery
⌨️ (13:12:10) JSON - JavaScript Object Notation - Part 1
⌨️ (13:26:50) JSON - JavaScript Object Notation - Part 2
⌨️ (13:38:26) JSON - CRUD - Part 3
⌨️ (13:48:00) Code Walkthrough: Profiles, Positions, Education and JSON
⌨️ (14:22:16) MOOC Graduation Video with Curt Bonk as Commencement Speaker
🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 AppWrite
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news

►Source Code + Text Tutorials - http://codewithharry.com/video....s/php-tutorials-in-h
►This video is a part of this PHP tutorials in Hindi playlist - https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►For Doubt Solving, Brain Storming Sessions & guaranteed replies, join the channel membership here: https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn
►Click here to subscribe - https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn
►Checkout my English channel here: https://www.youtube.com/ProgrammingWithHarry
Best Hindi Videos For Learning Programming:
►Learn Python In One Video - https://www.youtube.com/watch?v=ihk_Xglr164
►Python Complete Course In Hindi - https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►C Language Complete Course In Hindi -
https://www.youtube.com/playlist?list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR&disable_polymer=true
►JavaScript Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►Learn JavaScript in One Video - https://www.youtube.com/watch?v=onbBV0uFVpo
►Learn PHP In One Video - https://www.youtube.com/watch?v=xW7ro3lwaCI
►Django Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►Machine Learning Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►Creating & Hosting A Website (Tech Blog) Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►Advanced Python Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►Object Oriented Programming In Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►Python Data Science and Big Data Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a
Follow Me On Social Media
►Website (created using Flask) - http://www.codewithharry.com
►Facebook - https://www.facebook.com/CodeWithHarry
►Instagram - https://www.instagram.com/codewithharry/
►Personal Facebook A/c - https://www.facebook.com/geekyharis
Twitter - https://twitter.com/Haris_Is_Here

How to download and install Microsoft SQL Server 2019
https://www.youtube.com/watch?v=A9daWBSyMak
How to Connect PHP to Microsoft SQL Server 2019
https://www.youtube.com/watch?v=VQBPzyp2NE4
Insert Form Data Into Microsoft SQL Server 2019 Database Using PHP
https://www.youtube.com/watch?v=DW-tayBmiis
![MySQL Tutorial for Beginners [Full Course]](https://i.ytimg.com/vi/7S_tz1z_5bA/maxresdefault.jpg)
MySQL tutorial for beginners - Learn MySQL, the world's most popular open source database.
🔥 Want to master MySQL? Get the full MySQL course: http://bit.ly/2uAoPM3
👍 Subscribe for more SQL tutorials like this: https://goo.gl/6PYaGF
⭐️Want to learn more from me? Check out these links:
Courses: https://codewithmosh.com
Twitter: https://twitter.com/moshhamedani
Facebook: https://www.facebook.com/programmingwithmosh/
Blog: https://programmingwithmosh.com
📕Get my FREE SQL cheat sheet:
http://bit.ly/2JCO73l
📔Scripts to create the databases in this course:
https://bit.ly/3rvtqdO
TABLE OF CONTENT
0:00:00 Introduction
0:01:02 What is SQL?
0:04:24 Cheat Sheet
0:04:50 Installing MySQL on Mac
0:09:48 Installing MySQL on Windows
0:15:08 Creating the Databases for this Course
0:23:40 The SELECT Statement
0:29:30 The SELECT Clause
0:38:18 The WHERE Clause
0:43:35 The AND, OR, and NOT Operators
0:51:38 The IN Operator
0:54:41 The BETWEEN Operator
0:56:53 The LIKE Operator
1:02:31 The REGEXP Operator
1:11:51 The IS NULL Operator
1:14:18 The ORDER BY Operator
1:21:23 The LIMIT Operator
1:24:50 Inner Joins
1:33:16 Joining Across Databases
1:36:03 Self Joins
1:40:17 Joining Multiple Tables
1:47:03 Compound Join Conditions
1:50:44 Implicit Join Syntax
1:53:04 Outer Joins
1:59:31 Outer Join Between Multiple Tables
2:05:50 Self Outer Joins
2:08:02 The USING Clause
2:13:25 Natural Joins
2:14:46 Cross Joins
2:18:01 Unions
2:26:29 Column Attributes
2:29:54 Inserting a Single Row
2:35:40 Inserting Multiple Rows
2:38:58 Inserting Hierarchical Rows
2:44:51 Creating a Copy of a Table
2:53:38 Updating a Single Row
2:57:33 Updating Multiple Rows
3:00:47 Using Subqueries in Updates
3:06:24 Deleting Rows
3:07:48 Restoring Course Databases
If you're looking for a complete SQL tutorial for beginners with examples, this tutorial is a great way to learn SQL basics. Just follow through and you'll be able to write SQL queries in no time.
SQL, short for Structured Query Language, is a language used by software developers, data scientists and anyone who works with data. With SQL, you can store data in relational databases and write queries to extract valuable information.
There are various database management systems (DBMS) that support SQL but each product has its own implementation of SQL. In this course, we'll be using MySQL to learn SQL. MySQL is the most popular free and open-source database management system in the world. If you use a different DBMS (eg SQL Server), you can still benefit from this course as 90% of the skills you'll learn in this course can be transferred to other database management systems.

In this course, we'll be looking at database management basics and SQL using the MySQL RDBMS.
Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/
The course is designed for beginners to SQL and database management systems, and will introduce common database management topics.
Throughout the course we'll be looking at various topics including schema design, basic C.R.U.D operations, aggregation, nested queries, joins, keys and much more.
You can get PopSQL to follow along here: http://popsql.com/freecodecamp
🔗Company Database Code: https://www.giraffeacademy.com..../databases/sql/creat
⭐️ Contents ⭐
⌨️ (0:00) Introduction
⌨️ (2:36) What is a Database?
⌨️ (23:10) Tables & Keys
⌨️ (43:31) SQL Basics
⌨️ (52:26) MySQL Windows Installation
⌨️ (1:01:59) MySQL Mac Installation
⌨️ (1:15:49) Creating Tables
⌨️ (1:31:05) Inserting Data
⌨️ (1:38:17) Constraints
⌨️ (1:48:11) Update & Delete
⌨️ (1:56:11) Basic Queries
⌨️ (2:08:37) Company Database Intro
⌨️ (2:14:05) Creating Company Database
⌨️ (2:30:27 ) More Basic Queries
⌨️ (2:26:24) Functions
⌨️ (2:45:13) Wildcards
⌨️ (2:53:53) Union
⌨️ (3:01:36) Joins
⌨️ (3:11:49) Nested Queries
⌨️ (3:21:52) On Delete
⌨️ (3:30:05) Triggers
⌨️ (3:42:12) ER Diagrams Intro
⌨️ (3:55:53) Designing an ER Diagram
⌨️ (4:08:34) Converting ER Diagrams to Schemas
Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channe....l/UCvmINlrza7JHB1zkI
🐦Follow Mike on Twitter: http://twitter.com/mike_dane
🔗The Giraffe Academy website: http://www.giraffeacademy.com/
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://medium.freecodecamp.org

Register with CoinSwitch Kuber and Get Rs.50 worth Bitcoins FREE - https://coinswitch.co/in/refer?tag=gD49d
Hello friends and ever wondered how hackers learn the trade? The trade to hack multiple accounts and become ultra-rich? Like what is hacking all about? And why is it that every year on independence day, several countries face multiple cyber attacks in mainstream government accounts? And wondered why some hacking is called ethical hacking? Do you wanna become a hacker? Or learn how hacking takes place on such a big scale, then stay tuned to know more in our today's video.
#Hacking #Hackers #HowToBecomeAHacker #CyberAttacks #EthicalHacking #HackingInIndia #Getsetfly
FOLLOW me on:
Instagram (Personal account) → http://bit.ly/2xGbu6d
Instagram (Channel account) → http://bit.ly/2vpq7Kq

Advancements in neurotechnology are blurring the line between biology and technology. There is an emerging push to implant electronic devices inside the human body, hardwire them to our brains, and allow us to not only overcome disadvantages or injury but open up entirely new avenues of human experience.
VICE's Thomas Morton got an inside look at what might be the next evolutionary step for humankind.
Subscribe to VICE News here: http://bit.ly/Subscribe-to-VICE-News
Check out VICE News for more: http://vicenews.com
Follow VICE News here:
Facebook: https://www.facebook.com/vicenews
Twitter: https://twitter.com/vicenews
Tumblr: http://vicenews.tumblr.com/
Instagram: http://instagram.com/vicenews
More videos from the VICE network: https://www.fb.com/vicevideo
#VICEonHBO

Join the Guava Juice Gang:
https://www.youtube.com/channe....l/UCMNmwqCtCSpftrbvR
➔ WATCH MY NEWEST VIDEO: https://youtu.be/zzfkA1_X2tA
Here are some Arcade Hacks to win the CLAW MACHINES!
Wanna do my captions? ➽ http://bit.ly/2pDaiIV
Download the Stay Juicy album ➽ https://itunes.apple.com/us/al....bum/stay-juicy/13352
Download TUB TAPPER for FREE! ➽ http://hyperurl.co/tubtapper
Subscribe and become a GUAV! ➽ http://bit.ly/GUAVAJUICE
Buy Guava Toys at Target! ➽ http://guavatoys.com
Frankie's Fun Park ➽
11190 Fun Park Dr, Durham, NC 27617
Send me some FAN ART! ➽ http://bit.ly/GuavaFB
Follow me on the Social Media!
----------------------------------------------------------------
Twitter ➽ http://www.twitter.com/GuavaJuice
Instagram ➽ http://www.instagram.com/GuavaRoi
Facebook ➽ http://www.facebook.com/GuavaRoi
Snapchat ➽ http://www.youtube.com/add/WhereIsRoi
Watch some of these AWESOME playlists!
----------------------------------------------------------------
Randomness! ➽ - http://bit.ly/GuavaRandom
Challenges! ➽ - http://bit.ly/GuavaCHALLENGES
Roblox! ➽ - http://bit.ly/GuavaROBLOX
Tutorials!! ➽ http://bit.ly/GuavaTUTORIALS
╘[◉﹃◉]╕ ╘[◉﹃◉]╕╘[◉﹃◉]╕
What's up YouTube! Welcome to Guava Juice. I post two videos a day at 12PM and 3PM PST! You may know me as Roi Wassabi from Wassabi Productions. I left that channel to start this channel is a new chapter of my life. You can call me Guava Roi or Guavs or whatever you want!
On here, you'll find games from Roblox, Happy Wheels, Horror Games, and random games you've never heard of. You'll also find INSANE challenges, filling up my BATH TUB with random things, COOL experiments, SILLY DIY, and random shenanigans that you'll love! Subscribe and become a GUAV! You won't be disappointed!
Be yourself, be humble, and inspire!
Outro Song Dr. Dre - The Next Episode (San Holo Remix)
Stay Juicy! ( ́ ◕◞ε◟◕`)
#stayjuicy #guavajuice
Join the Guava Juice Gang:
➔ JOIN NOW: https://www.youtube.com/channe....l/UCMNmwqCtCSpftrbvR
Shoutout to these GUAVA GODS Members:
Joker Pro
Tricia T
Chris Fardell
Thanks for reading the end of this description!

Are you worried about placements/internships? Want to prepare for companies like Microsoft, Amazon & Google? Join ALPHA.
🔴 Alpha Placement Batch - https://bit.ly/3ELJjn2
Join the Apni Community🔥 : https://telegram.me/+k4rdgTPwmm5kMGVl
🔥Java Placement Course : https://www.youtube.com/watch?v=yRpLlJmRo2w&list=PLfqMhTWNBTe3LtFWcvwpqTkUSlB32kJop
🔥Complete C++ Placement Course (Data Structures+Algorithm) :https://www.youtube.com/playli....st?list=PLfqMhTWNBTe
🔥Instagram: https://www.instagram.com/dhattarwalaman/

Join the Discord Server!
https://discord.com/invite/QZ2B9GA3BH
---------------------
MY FULL CCNA COURSE
📹 CCNA - https://certbros.teachable.com/p/cisco-ccna?utm_source=youtube&utm_medium=desc&utm_campaign=CCNA
FREE CCNA FLASHCARDS
🃏 CCNA Flashcards - https://certbros.com/ccna/flashcards
HOW TO PASS THE CCNA
📚 Get a great book - https://amzn.to/3f16QA5
📹 Take a video course - https://certbros.teachable.com/p/cisco-ccna?utm_source=youtube&utm_medium=desc&utm_campaign=CCNA
✔ Use practice exams - https://www.certbros.com/ccna/Exsim
SOCIAL
🐦 Twitter - https://twitter.com/certbros
📸 Instagram - https://www.instagram.com/certbros
👔 LinkedIn - https://www.linkedin.com/company/certbros
💬 Discord - https://www.certbros.com/discord
Disclaimer: These are affiliate links. If you purchase using these links, I'll receive a small commission at no extra charge to you.
---------------------------------------------------------------------------------------------------------------
HackTheBox Academy
Learn to hack with HackTheBox Academy ▶ https://www.certbros.com/HTBAcademy
Start the Bug Bount Hunter Training ▶ https://www.certbros.com/HTB_CBBH
Put your skills to the test with HackTheBox ▶ https://www.certbros.com/HackTheBox
00:00 Why target login pages?
00:23 Types of attack
02:19 Setup with Hack the Box
03:46 Command format
05:31 Dictionary attack
16:48 How to protect ourselves
17:28 Outro
Most websites have login pages and in this video, I’m going to show you how to hack them!
So why target login pages? Well, behind every login page is access to confidential information or even administrator-level access.
This is gold dust for hackers! So as penetration testers or bug bounty hunters, it's extremely valuable for us as well.
So how do we actually go about hacking a login page?
There are two main types of attacks we can use here. Brute forcing and dictionary attacks.
A brute force attack is where you try every possible password that exists. For example, we might start with A, then AA, then AAA, then AAB, and so on and so on until the correct password is found.
In theory, this will eventually find the correct password, no matter what it is. However, the time it takes can vary greatly.
For example, finding a 5-character password with only lowercase letters could take seconds. A 16-character password with numbers, uppercase and special characters, however, could take millions of years!
This is why we use the second type of attack called a dictionary attack. A dictionary attack is actually a type of brute force.
But instead of trying every possible combination of letters, numbers and symbols, we use a prebuilt list of possible passwords.
Us humans are not as smart as we like to think! We tend to use passwords that are easy to type, easy to remember and even reuse that same password over and over again.
So we can use lists of passwords containing words, phrases and known passwords from past data breaches and there is a good chance we will find a match.
Lucky we don’t need to type these passwords ourselves. There are plenty of tools we can use to do this for us. Probably the most popular one is called Hydra.
Hydra is a free tool used to hack logins, and it's what we are going to use today.

The first 500 people to click this link will get 2 months of Skillshare for free: https://skl.sh/nowyouseeit15
YouTubeMash: https://jacknugent.io/youtube-mash
Hacking in Movies and TV is much simpler than you may think. Let’s take a look at hacking in The Social Network and see how you can hack like Mark Zuckerberg.
Twitter: https://bit.ly/2JPgFT2
Patreon: http://bit.ly/1UaO9MU
#Hacking #TheSocialNetwork #YouTubeMash