Pentest_Testing_CorpforVulnerabilities in Laravelsql-injection-prevention-in-laravel.hashnode.dev·Nov 19, 2024Prevent XSS Attacks in Laravel: Best Practices & ExamplesCross-Site Scripting (XSS) is one of the most prevalent vulnerabilities affecting web applications. Attackers inject malicious scripts into your website, compromising the user experience and potentially stealing sensitive data. As Laravel developers,...Discuss#cybersecurity
Harshal ShahforHarshal_Shah' Blogdelvingwithharshal.hashnode.dev·Aug 21, 2024Understanding Cross-Site Scripting (XSS) Attacks: What You Need to KnowCross-Site Scripting (XSS) is one of the most common and dangerous security vulnerabilities affecting web applications today. Despite being well-known, XSS continues to be a significant threat, impacting websites and users across the globe. In this b...DiscussFortify and Defend: Navigating the Cybersecurity Landscapewebsecurity
Yash Shirsathyashashirsath.hashnode.dev·Aug 2, 2024Unveiling Cyber Vulnerabilities: Identifying Weaknesses and Implementing Robust SolutionsIn an era where digital transformation is accelerating at an unprecedented pace, the importance of cybersecurity has never been more critical. Cyber vulnerabilities represent weaknesses or flaws in a system that malicious actors can exploit to gain u...Discuss·20 likesdefault credential
Aayush Srivastavaaayush-srivastava.hashnode.dev·Jul 4, 2024What is Cross - Site Scripting ?Introduction Cross-site scripting (XSS) is a common web security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users. This type of attack occurs on the client side, where the goal is to execute harmful...Discuss·1 likeXSS
Mainul Hasandev.webdevstory.com·Apr 7, 2024A Guide to Common Web Application Security Vulnerabilities and MitigationIn today’s digital age, web applications have become central to the operations of businesses across the globe. At the same time, these applications offer unprecedented convenience and functionality but pose significant security risks. This blog post ...Discuss#sqlinjection
Kshitij Kakadekshitijkakade.hashnode.dev·Apr 1, 2024Understanding and Mitigating XSS Attacks in Web ApplicationsCross-site scripting (XSS) is a menacing threat to web application security, allowing attackers to inject malicious scripts into websites, potentially leading to data theft, session hijacking, and unauthorized activities. This blog post delves into t...Discuss·1 likeFront-end Security
prabhudarshan samalcybercruxprabhu.hashnode.dev·Dec 17, 2023Cross-site scripting(XSS) RemediationApplications of cross-site scripting:- An attacker that uses a cross-site scripting flaw can usually do the following: Assume the identity of the victim user. Execute every action that the user is capable of. Read any data that the user has permissio...DiscussWAPT
Aanchalaanchalfatwani.hashnode.dev·Aug 31, 2023What is Cross-Site Scripting?Cross-site scripting (XSS) is a type of injection attack where malicious scripts are injected into otherwise benign and trusted websites. These scripts are then executed by other users' browsers when they visit the website, allowing the attacker to a...DiscussXSS
Tu LeforHSCT Blogblog.hsct.vn·Jul 24, 2023Stored Cross Site Scripting Vulnerability in "Maintenance banner" function in Netbox 3.5.6Version: 3.5.6 Description An authenticated malicious user can take advantage of a Stored XSS vulnerability in "Maintenance banner" function in the "[Home]› [Extras] › [Config revisions] › Add config revision" feature. Proof of Concept Step 1: Go to ...Discussnetbox
Aditya Pandeyadityapandey.hashnode.dev·Apr 6, 2023Cross-Site Scripting (XSS) on Web ApplicationsCross-site scripting (XSS) is a type of security vulnerability that allows an attacker to inject malicious code into a website or web application, potentially compromising its users. XSS attacks are one of the most common types of security vulnerabil...Discuss·89 readsXSS