Тёмный

A Huge Security Risk To Your Website - Cross-Site Scripting (XSS) - Practical Example and Solutions 

Laratips
Подписаться 18 тыс.
Просмотров 7 тыс.
50% 1

Here, we will be looking at a huge security risk that Cross-Site Scripting (XSS) can cause to your website. We will be looking at what a hacker can do and how to solve it using 3 ways.
Know more about Cross-Site Scripting: developer.mozilla.org/en-US/d...
=== Important Links ===
Fonts, extensions I use, and Support Laratips links:
bit.ly/m/laratips
=== Offer ===
GET ONE MONTH OF FREE CLOUDWAYS HOSTING
Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee
=== Support ===
If you want me to continue making this kind of video for free on RU-vid, then you can support the channel
eSewa ID: 9843632084
Wise Link: bit.ly/3dnBRmX
Wise email: ashish.dhamala2015@gmail.com
=== Video Related Links ===
JS Minifier:
www.toptal.com/developers/jav...
HTML purify package:
github.com/stevebauman/purify
Content Security Policy (CSP):
developer.mozilla.org/en-US/d...
developer.mozilla.org/en-US/d...
developer.mozilla.org/en-US/d...
00:00 Intro
01:22 The mistake
02:10 The basic exploitation
03:27 Solution 1
04:12 The bigger exploitation
08:18 Solution 2
11:59 Solution 3
18:14 Thank you
=== Other Videos ===
What's New In Laravel 9
• Laravel 9 Is Released ...
New In Laravel Playlist
• New In Laravel
Laravel Package Development Playlist
• Laravel Package Develo...
Password Validation In Laravel with at least one Letters, Numbers, Upper and Lowercase or Symbols:
• Password Validation In...
Multiple Apis With ForwardsCalls Trait And Code Refactoring Tip - Laravel Hidden Feature:
• Multiple Apis With For...
Laravel Chunking - You Might Be Doing This Wrong - Problem and Solution:
• Laravel Chunking - You...
Laravel Tip - Properly Get Data Between Two Dates
• Laravel Tip - Properly...
Get Data From Multiple Databases In One Project | Laravel Tip
• Get Data From Multiple...
=== Attribution ===
Boy waving hand Video by VideoPlasty .com (pixabay.com/users/videoplasty...) from Pixabay
Thumbnail Photo by Tima Miroshnichenko:
www.pexels.com/photo/person-i...
#laravel #php #laraveltip #laratips

Опубликовано:

 

28 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@Laratips
@Laratips Год назад
GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get $15 credit by using code "LARATIPS" which can last almost a month: bit.ly/3TAm5Ee Cloudways offers peace of mind and flexibility so you can focus on growing your business and reaching new milestones instead of dealing with server management. With Cloudways, you get an optimized stack, managed servers, backups, staging environment, integrated Git, pre-configured, Composer, 24/7 support, and the choice of five cloud providers: AWS, DigitalOcean, Linode, Google Cloud, and Vultr
@GoGoWithKoTint
@GoGoWithKoTint 5 месяцев назад
Perfect , thanks.
@KasimSheyi
@KasimSheyi Год назад
Good job!!!
@leenasharma9577
@leenasharma9577 4 месяца назад
Really I facing this issue In my website. Thank you for solution
@raghavendrajangam3923
@raghavendrajangam3923 6 месяцев назад
I like the third one especially I've implemented in my project works perfectly.
@muradbabayev6389
@muradbabayev6389 Год назад
Perfect 👍 Thank you for wonderful video 🙂
@Laratips
@Laratips Год назад
You are most welcome
@dheersingh8565
@dheersingh8565 5 месяцев назад
Perfect 💯
@bikashbhandari5608
@bikashbhandari5608 Год назад
Very informative..thanku😉
@Laratips
@Laratips Год назад
You are welcome
@bashiruibrahim8443
@bashiruibrahim8443 Год назад
Thanks 👍
@Laratips
@Laratips Год назад
You are welcome
@nirbhaysingh2504
@nirbhaysingh2504 Год назад
What if we will write script inside any tag like tag
@MikdanJey
@MikdanJey Год назад
Waiting for you
@OmerFDOGAN
@OmerFDOGAN Год назад
Thanks . What name is auto complate extension ?
@Laratips
@Laratips Год назад
PHP Intelephense. Also, you can check all the extensions that I use from the link under "important links" in the description.
@OmerFDOGAN
@OmerFDOGAN Год назад
@@Laratips i asked about the chrome extension that autofills the form :)
@Laratips
@Laratips Год назад
Oh, it's Fake Filler :)
@slaybryn5504
@slaybryn5504 Год назад
so fast
@mayanksgajjar
@mayanksgajjar Год назад
Perfectly explained. Thanks & keep doing the nice work 🤗 I have also tried `preg_replace()` and it also working.