@rterizz23/peyek-waf
v2.1.1
Published
Ultra-powerful Web Application Firewall for the Peyek platform. Includes Anti-Hack, Anti-XSS, Anti-SQL Inject, and Anti-Hijacking features.
Maintainers
Readme
Peyek WAF (Web Application Firewall)
The ultimate, ultra-powerful Web Application Firewall for the Peyek platform. Designed to protect your SaaS applications from modern web threats with zero configuration.
Features
- Anti-Hack & Anti-SQL Inject: Real-time heuristic payload scanning blocks malicious queries.
- Anti-XSS: Enforces strong headers to block Cross-Site Scripting.
- Anti-Hijacking: Prevents clickjacking with strict Content Security Policies and Frame Options.
- Zero-Config: Plug-and-play middleware for Express.js environments.
Installation
npm install peyek-wafUsage
import express from 'express';
import { peyekWAF } from 'peyek-waf';
const app = express();
// Apply the WAF globally
app.use(peyekWAF());
app.get('/', (req, res) => {
res.send('Secured by Peyek WAF');
});
app.listen(3000);Why Peyek WAF?
This package guarantees maximum security for your platform, allowing you to focus on building features while we keep the hackers out.
