awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
LandGrey avatar

LandGrey/SpringBootVulExploit

0
View on GitHub↗
6,136 estrellas·1,318 forks·Java·3 vistas

SpringBootVulExploit

SpringBootVulExploit es una colección de herramientas de escaneo y auditoría diseñadas para identificar vulnerabilidades, fugas de información y vectores de ejecución dentro de frameworks de aplicaciones basados en Java, específicamente dirigidas a aplicaciones Spring Boot. Proporciona una suite de técnicas de explotación, payloads y listas de verificación de seguridad para realizar análisis de vulnerabilidades.

El proyecto cuenta con capacidades para activar la ejecución remota de código a través de vectores de inyección, payloads de deserialización y archivos de configuración maliciosos. Incluye un escáner para detectar variables de entorno expuestas y detalles de enrutamiento interno causados por endpoints mal configurados, así como métodos para extraer datos sensibles y secretos en texto plano mediante el análisis de heap dumps.

El conjunto de herramientas soporta evaluaciones de seguridad de caja negra y análisis de vulnerabilidades de frameworks, incluyendo el mapeo de versiones de dependencias para identificar posibles ventanas de vulnerabilidad.

Features

  • Spring Boot Security Testing - Offers a comprehensive suite of exploitation techniques and checklists specifically for testing Spring Boot applications.
  • Information Leakage - Identifies hidden system details and sensitive information by targeting misconfigured routing paths and administrative interfaces.
  • Java Security Research Frameworks - Provides a structured framework and checklist for performing security audits and dependency mapping on Java frameworks.
  • Deserialization Payloads - Implements techniques to trigger remote execution by sending maliciously crafted serialized objects.
  • Remote Code Execution Testing - Provides methods to trigger unauthorized code execution on a server via injection vectors or malicious configuration.
  • Spring Boot Vulnerability Collections - Collects exploit techniques, payloads, and security checklists for identifying vulnerabilities in Spring Boot applications.
  • Vulnerability Analysis - Analyzes framework dependency versions and probing points to identify security flaws and vulnerability windows.
  • Injection Payloads - Provides a collection of crafted input strings designed to trigger unintended code execution via injection vulnerabilities.
  • Vulnerability Window Mapping - Determines compatible version relationships between releases to identify potential security vulnerability windows.
  • Sensitive Data Extraction - Extracts plaintext passwords and secrets by inspecting the raw memory state of a running Java virtual machine.
  • Credential Leak Detection - Detects exposed routing information and environment variables that may leak sensitive credentials via misconfigured endpoints.
  • Sensitive Data Extraction Tools - Retrieves plaintext passwords and secrets from system memory via heap dump analysis and request interception.
  • Black Box Security Scanning - Provides structured checklists and probes for security assessments of applications without requiring source code access.
  • Vulnerability Labs - Learning resources and exploits for Spring Boot vulnerabilities.
  • Vulnerability Exploitation - Exploitation framework for Java microservice framework vulnerabilities.

Historial de estrellas

Gráfico del historial de estrellas de landgrey/springbootvulexploitGráfico del historial de estrellas de landgrey/springbootvulexploit

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a SpringBootVulExploit

Proyectos open-source similares, clasificados según cuántas características comparten con SpringBootVulExploit.
  • mbechler/marshalsecAvatar de mbechler

    mbechler/marshalsec

    3,691Ver en GitHub↗

    Marshalsec is a toolkit designed for generating malicious serialized Java objects to achieve remote code execution during the unmarshalling process. It functions as a Java deserialization exploit tool and a framework for triggering Java Naming and Directory Interface lookups to remote servers. The project provides a JNDI redirector service that intercepts lookups and points targets toward a remote codebase. It includes utilities for crafting payloads that force Java applications to download and execute arbitrary classes from a remote URL. The toolset covers security analysis activities inclu

    Java
    Ver en GitHub↗3,691
  • voorivex/pentest-guideAvatar de Voorivex

    Voorivex/pentest-guide

    2,761Ver en GitHub↗

    This project is a comprehensive web application penetration testing guide and vulnerability research framework. It provides a structured methodology for identifying and exploiting security flaws through a phased approach involving reconnaissance, analysis, and exploitation. The resource is distinguished by its use of a curated methodology framework that links theoretical vulnerability patterns to real-world bug bounty reports and historical exploit examples. It includes a payload-based testing library and a reference system that maps specific vulnerability categories to recommended third-part

    bugbountybypassowasp-tests
    Ver en GitHub↗2,761
  • pwntester/ysoserial.netAvatar de pwntester

    pwntester/ysoserial.net

    3,735Ver en GitHub↗

    ysoserial.net is a payload generator for .NET deserialization, designed to create malicious serialized objects and structured gadget chains. It serves as a tool for generating command execution strings and security testing suites used to assess vulnerabilities in .NET formatters. The tool enables the creation of sequences of object calls that trigger remote code execution during the reconstruction of serialized data. It produces specialized payloads for executing system commands, loading remote libraries, and accessing local file systems. The project includes capabilities for optimizing payl

    C#
    Ver en GitHub↗3,735
  • 0x727/shuize_0x727Avatar de 0x727

    0x727/ShuiZe_0x727

    4,014Ver en GitHub↗

    ShuiZe_0x727 is an open-source intelligence gathering framework and attack surface management tool. It functions as an asset discovery engine and cyber intelligence aggregator designed to identify internet-facing assets, map network infrastructure, and visualize total network exposure. The project integrates vulnerability scanning and sensitive data leak detection to identify security weaknesses and unauthorized access points. It employs a combination of network space API queries, certificate log analysis, and public repository scanning to extract leaked credentials, API keys, and internal ad

    Python
    Ver en GitHub↗4,014
Ver las 30 alternativas a SpringBootVulExploit→

Preguntas frecuentes

¿Qué hace landgrey/springbootvulexploit?

SpringBootVulExploit es una colección de herramientas de escaneo y auditoría diseñadas para identificar vulnerabilidades, fugas de información y vectores de ejecución dentro de frameworks de aplicaciones basados en Java, específicamente dirigidas a aplicaciones Spring Boot. Proporciona una suite de técnicas de explotación, payloads y listas de verificación de seguridad para realizar análisis de vulnerabilidades.

¿Cuáles son las características principales de landgrey/springbootvulexploit?

Las características principales de landgrey/springbootvulexploit son: Spring Boot Security Testing, Information Leakage, Java Security Research Frameworks, Deserialization Payloads, Remote Code Execution Testing, Spring Boot Vulnerability Collections, Vulnerability Analysis, Injection Payloads.

¿Qué alternativas de código abierto existen para landgrey/springbootvulexploit?

Las alternativas de código abierto para landgrey/springbootvulexploit incluyen: mbechler/marshalsec — Marshalsec is a toolkit designed for generating malicious serialized Java objects to achieve remote code execution… pwntester/ysoserial.net — ysoserial.net is a payload generator for .NET deserialization, designed to create malicious serialized objects and… voorivex/pentest-guide — This project is a comprehensive web application penetration testing guide and vulnerability research framework. It… 0x727/shuize_0x727 — ShuiZe_0x727 is an open-source intelligence gathering framework and attack surface management tool. It functions as an… zhzyker/exphub — Exphub is a CVE exploit script library and enterprise software vulnerability suite designed to verify and exploit… lijiejie/swagger-exp — A Swagger API Exploit.