In the realm of web security, protecting websites from various types of attacks is crucial. One tool for enhancing web security is the Content Security Policy (CSP). This article will explain what CSP is, how it works, and why it is important for securing web applications. What is CSP? Content Security Policy (CSP) is a Read More …
Tag: web applications
DOM – Document Object Model
One of the key concepts for how web pages are structured is the Document Object Model (DOM). This article will explain what the DOM is, how it works, and its significance. What is the DOM? The Document Object Model (DOM) is a programming interface that browsers use to represent and interact with HTML and XML Read More …
Notes – Safeguarding Your Salesforce
Source – Weylon Solis One thing that consistently comes up is the need to secure our business applications, and today, we’re going to demystify some concepts around securing a platform many companies rely on: Salesforce. Think of Salesforce as a super-powered digital Rolodex and operations hub for businesses, managing everything from sales leads to customer Read More …
Understanding HTML: The Backbone of the Web
In the digital age, understanding the fundamentals of web development is important. One of the core technologies that power the web is HTML, or HyperText Markup Language. What is HTML? HTML stands for HyperText Markup Language. It is the standard markup language used to create and design documents on the World Wide Web. HTML provides Read More …
Hacker Video – Intro to Hacking Web Apps
Assessing the security posture of a web application is a common project for a penetration tester and a good skill for developers to know. In this talk, I’ll go over the different stages of a web application pen test, from start to finish. We’ll start with tools used during the discovery phase to utilize OSINT Read More …