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
wargame-turkey_in_2 — CTF wargame platform que presenta explotación de bypass Unicode (CVE-2015-9238), segmentación de archivos de bandera, retardo de fuerza bruta y hash de contraseñas para desafíos de seguridad educativos. | Kitploit
Herramientas/GitHubGitHub/m0d0ri205/wargame-turkey_in_2
Ataques de ContraseñasAnálisis de VulnerabilidadesExplotación de Aplicaciones WebCTFAprendizaje y EducaciónLabs y Práctica
GitHubm0d0ri205/wargame-turkey_in_2

wargame-turkey_in_2

CTF wargame platform que presenta explotación de bypass Unicode (CVE-2015-9238), segmentación de archivos de bandera, retardo de fuerza bruta y hash de contraseñas para desafíos de seguridad educativos.

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 →
Compartir
Ver Repositorio
2hace 1 añoAún no revisado

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