
Security News
Feross on Risky Business Weekly Podcast: npm’s Ongoing Supply Chain Attacks
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Ofuscador y minificador de código web para proteger contra ataques DDoS, CDN y DNS
Ofuscador y minificador de código web profesional para proteger contra ataques DDoS, CDN y DNS
By StackGlyph ₍⑅ᐢ..ᐢ₎
npm install -g ofusweb
ofuswebs --start
Este comando te permitirá:
ofuswebs index.html style.css script.js --obfuscate
# Ofuscar un proyecto completo
ofuswebs index.html main.css app.js utils.js --obfuscate
# Ofuscar solo JavaScript
ofuswebs app.js helpers.js --obfuscate
# Ofuscar solo HTML y CSS
ofuswebs index.html styles.css --obfuscate
tu-proyecto/
├── index.html
├── style.css
├── script.js
└── build/ # ← Archivos ofuscados aparecen aquí
├── index.html # HTML minificado
├── style.css # CSS optimizado
└── script.js # JavaScript ofuscado
Extensión | Tipo | Procesamiento |
---|---|---|
.js | JavaScript | Ofuscación completa |
.html , .htm | HTML | Minificación |
.css | CSS | Optimización |
ofusweb/
├── bin/
│ └── cli.js # CLI principal
├── src/
│ ├── config.js # Gestión de configuración
│ └── obfuscator.js # Motor de ofuscación
├── test/
│ └── test.js # Tests unitarios
├── package.json
├── README.md
└── index.js # Punto de entrada
npm test # Ejecutar tests
npm start # Demo local
⚠️ Los archivos originales NO se modifican. Todos los archivos procesados se guardan en la carpeta build/
.
⚠️ Haz backup de tus archivos antes de usar en producción.
⚠️ La ofuscación puede afectar el debugging. Guarda copias sin ofuscar para desarrollo.
Las contribuciones son bienvenidas. Para cambios importantes:
MIT License - ve el archivo LICENSE para más detalles.
¿Problemas o sugerencias?
¡Protege tu código web con OfusWeb! 🛡️
By StackGlyph ₍⑅ᐢ..ᐢ₎
FAQs
Ofuscador y minificador de código web para proteger contra ataques DDoS, CDN y DNS
We found that ofusweb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.