You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A client-side web security tool that sanitizes potentially malicious HTML and JavaScript input by stripping unsafe tags and event attributes. Designed to demonstrate XSS prevention concepts, safe input handling, and frontend security practices using pure HTML, CSS, and JavaScript in a beginner-friendly interface.
Anti Cross Site Scripting (XSS) Injection for PHP. A very powerful tool to counteract XSS Injection. It has been proven so far that it is still very reliable for dealing with XSS Injection problems. This tool is also very suitable for use in the Codeigniter Framework.
Given some data, js-char-escape returns a stringified representation of that data to help prevent XSS/ Cross-site_Scripting Attacks in your application). js-char-escape is a fork of jsesc with a few additions such as exclude & excludeAccented.
A passwordless login system where a user enters their email, the site emails a short-lived redirect link (30 seconds) plus an 8-digit one-time code (OTP).
Desarrollé un Honeypot que simula un panel administrativo. El sistema tiene una capa de lógica que intercepta patrones maliciosos. Como QA, esto me permite entender cómo validar entradas de datos para prevenir vulnerabilidades críticas como el Cross-Site Scripting (XSS).
Share a link, log their location, they see a dead server. Fastify + TypeScript with 10 server disguises, IP geolocation via ip-api.com, rate limiting, XSS-safe templates, and 63 tests at 96% coverage
🔐 Secure ASP.NET Core 8.0 web application for managing sensitive financial data with enterprise-grade security. Features AES-256 encryption, role-based authorization, 2FA, comprehensive input validation, and 41 passing security tests. OWASP Top 10 compliant.