Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
pentest-mcp — NO para fines educativos: Un servidor MCP para testers de penetración profesionales que incluye soporte para STDIO/HTTP/SSE, nmap, go/dirbuster, nikto, JtR, hashcat, construcción de wordlists y más. | Kitploit
Herramientas/GitHubGitHub/dmontgomery40/pentest-mcp
Frameworks de Pruebas de PenetraciónEscalada de PrivilegiosReconocimientoEscáneres de VulnerabilidadesMapeo de RedesAtaques de ContraseñasEscaneo de PuertosExplotaciónExplotación de Aplicaciones WebFuzzingPruebas de Penetración
14028hace 5 mesesRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
GitHub
dmontgomery40/pentest-mcp

pentest-mcp

NO para fines educativos: Un servidor MCP para testers de penetración profesionales que incluye soporte para STDIO/HTTP/SSE, nmap, go/dirbuster, nikto, JtR, hashcat, construcción de wordlists y más.

Ver Repositorio
Compartir

es-define-property Version Badge

github actions coverage License Downloads

npm badge

Object.defineProperty, but not IE 8's broken one.

Example

root@kitploit:~
const assert = require('assert');

const $defineProperty = require('es-define-property');

if ($defineProperty) {
    assert.equal($defineProperty, Object.defineProperty);
} else if (Object.defineProperty) {
    assert.equal($defineProperty, false, 'this is IE 8');
} else {
    assert.equal($defineProperty, false, 'this is an ES3 engine');
}

Tests

Simply clone the repo, npm install, and run npm test

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.

Descargar herramienta