1813 matches found
metabigor
Metabigor - OSINT power without API key hassle What is Metabigor? Metabigor maps a target's infrastructure without asking you to register for a single API key. Network ranges, certificates, related domains, exposed ports, CDN vendors, and code leaks - all from free sources, all pipeable into each...
CyberClass
CyberClass Este repositorio contiene recursos educativos para Class'Code CyberClass. Árbol de archivos root@kitploit: 📦CyberClass ------------------------------------ Root directory ┣ 📂docs --------------------------------------- Website sources ┃ ┣ 📂assets -----------------------------------...
CVE-2026-24118
⚠️ Security Research & Legal Disclaimer 📌 Purpose of This Repository This repository is provided strictly for educational, academic, and authorized cybersecurity research purposes only. It is intended to support understanding of: Security vulnerabilities and exploitation concepts in controlled...
botnet-hackpack
SIMPLE C&C BOTNET This hackpack will walk you through implementing a basic framework that fundamentally characterizes a botnet. It might help if you've worked with C before. If you liked this tutorial, be sure to star this repo! Note: Don't use anything you learn here for malevolent purposes. Thi...
libvshadow
libvshadow is a library to access the Volume Shadow Snapshot VSS format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. Project information: Status: alpha Licence: LGPL-3.0-or-later Also see: OSDFC 2012: Paper - Windowless Shadow Snapshots:...
instaloader
.. image:: https://raw.githubusercontent.com/instaloader/instaloader/master/docs/logoheading.png .. badges-start |pypi| |pyversion| |license| |aur| |contributors| |downloads| .. |pypi| image:: https://img.shields.io/pypi/v/instaloader.svg :alt: Instaloader PyPI Project Page :target:...
flare-learning-hub
FLARE Centro de Aprendizaje El FLARE Centro de Aprendizaje distribuye gratuitamente contenido educativo de alta calidad sobre ingeniería inversa y análisis de malware del equipo FLARE. Los módulos del FLARE Centro de Aprendizaje están alojados como documentos de Google publicados en la web,...
falla
FAllA 一款针对超过15个搜索引擎的CLI爬虫工具,包括Google、duckduckgo、Bing、Ask等。 注意: 仅用于教育目的,本人不对该工具的滥用负责! 环境要求 Python(3.x) Docker-CE(并非所有搜索引擎都需要,仅部分搜索需要) 如何安装 你需要安装所有依赖: root@kitploit: pip3 install -r requirements.txt 安装geckodriver: root@kitploit: For linux users sudo apt install firefox-geckodriver For other OS's...
slmail-exploit
¡Estos scripts de Python son solo con fines educativos! ⚫ Ejemplo de uso: python exploit.py 192.168.0.100 ip victm NO OLVIDES ABRIR LA PUERTA EN TU MÁQUINA...
day01-sessionreaper-lab
Día 1 — Laboratorio Vulnerable estilo SessionReaper Educativo Este es un pequeño laboratorio que simula la idea central reportada para CVE-2025-54236 “SessionReaper”: validación incorrecta de JSON anidado que conduce a rutas de código peligrosas. Esto no es Magento/Adobe Commerce; es una réplica...
PhoneNumber-OSINT
PhoneNumber-OSINT Una herramienta OSINT para recopilar información sobre números de teléfono Fue creada por Spider Anongreyhat Anonspidey Captura de pantalla Cómo instalar PhoneNumber-OSINT en Termux: root@kitploit: apt update && apt upgrade apt install python3 apt install git apt install pip git...
Mass-RAT
Mass-RAT Basic Multiplatform Android phones + Windows PC Remote Administration Tool. This is my first attempt to learn xamarin.android. The project is experimental and may have errors. The project is for educational purposes only...
CVE-2025-53770
Microsoft SharePoint CVE-2025-53770 Prueba de concepto DESCARGO DE RESPONSABILIDAD: Este código/payload se proporciona únicamente con fines educativos. El autor no aprueba ni respalda ningún uso no autorizado o malintencionado de este código. Úsalo solo en entornos que te pertenezcan o para los q...
CVE-2021-3831
Exploit PHP CVE-2021-3831 Script Resumen Este script PHP está diseñado para interactuar con un sitio web objetivo generando hashes MD5 específicos y realizando solicitudes HTTP para explotar posibles vulnerabilidades. Está destinado únicamente a fines educativos y solo debe utilizarse en entornos...
VulnNodeApp
VulnNodeApp 一个使用 node.js、express 服务器和 ejs 模板引擎构建的漏洞应用程序。此应用程序仅用于教育目的。 设置 克隆此仓库 root@kitploit: git clone https://github.com/4auvar/VulnNodeApp.git 应用程序设置: 安装最新版本的 node.js 和 npm。 打开终端/命令提示符,导航到下载/克隆的仓库所在位置。 运行命令:npm install 数据库设置 安装并配置最新版本的 mysql,并启动 mysql 服务/守护进程。 使用 root 用户登录 mysql,并运行以下 sql 脚本:...
Custom-Metasploit-Modules
Módulos Personalizados de Metasploit Este repositorio contiene módulos personalizados de Metasploit creados con fines educativos y recreativos. Tabla de Contenidos Módulos Cargar Módulos en Metasploit Uso Contribuciones Aviso Legal Módulos A continuación se muestra una lista de los módulos...
Malware-Bible
El Adoctrinamiento Bienvenido a la Biblia del Malware. Presentado por The Perkins Cybersecurity Educational Fund. Este texto sagrado fue creado específicamente para guiarte en tu viaje hacia el reino de la ciberseguridad. Ya sea que busques comprender, dominar o controlar este oficio, estos texto...
CVE-2024-20338
CVE-2024-20338 advisory This repository contains demo files for my talk at Behind The Code conference in Limassol. Disclaimer All these materials are provided as is and are intended only for educational purporses. Author have no responsibility for any malicious actions made by someone else. Autho...
telegram-phish-simulator
es-define-property 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...
kubolt
Wat? Kubolt is simple utility for scanning public unauthinticated kubernetes clusters and run commands inside containers Why? Sometimes, the kubelet port 10250 is open to unauthorized access and makes it possible to run commands inside the containers using getrun function from kubelet:...