awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
LandGrey avatar

LandGrey/SpringBootVulExploit

0
View on GitHub↗
6,136 stars·1,318 forks·Java·3 vues

SpringBootVulExploit

SpringBootVulExploit est une collection d'outils de scan et d'audit conçus pour identifier les vulnérabilités, les fuites d'informations et les vecteurs d'exécution au sein des frameworks d'application Java, ciblant spécifiquement les applications Spring Boot. Il fournit une suite de techniques d'exploitation, de payloads et de checklists de sécurité pour effectuer une analyse de vulnérabilité.

Le projet propose des fonctionnalités pour déclencher l'exécution de code à distance via des vecteurs d'injection, des payloads de désérialisation et des fichiers de configuration malveillants. Il inclut un scanner pour détecter les variables d'environnement exposées et les détails de routage interne causés par des endpoints mal configurés, ainsi que des méthodes pour extraire des données sensibles et des secrets en texte clair via l'analyse de heap dumps.

L'ensemble d'outils prend en charge les évaluations de sécurité en boîte noire et l'analyse de vulnérabilité des frameworks, y compris le mappage des versions de dépendances pour identifier les fenêtres de vulnérabilité potentielles.

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.

Historique des stars

Graphique de l'historique des stars pour landgrey/springbootvulexploitGraphique de l'historique des stars pour landgrey/springbootvulexploit

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à SpringBootVulExploit

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec SpringBootVulExploit.
  • mbechler/marshalsecAvatar de mbechler

    mbechler/marshalsec

    3,691Voir sur 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
    Voir sur GitHub↗3,691
  • voorivex/pentest-guideAvatar de Voorivex

    Voorivex/pentest-guide

    2,761Voir sur 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
    Voir sur GitHub↗2,761
  • pwntester/ysoserial.netAvatar de pwntester

    pwntester/ysoserial.net

    3,735Voir sur 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#
    Voir sur GitHub↗3,735
  • 0x727/shuize_0x727Avatar de 0x727

    0x727/ShuiZe_0x727

    4,014Voir sur 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
    Voir sur GitHub↗4,014
Voir les 30 alternatives à SpringBootVulExploit→

Questions fréquentes

Que fait landgrey/springbootvulexploit ?

SpringBootVulExploit est une collection d'outils de scan et d'audit conçus pour identifier les vulnérabilités, les fuites d'informations et les vecteurs d'exécution au sein des frameworks d'application Java, ciblant spécifiquement les applications Spring Boot. Il fournit une suite de techniques d'exploitation, de payloads et de checklists de sécurité pour effectuer une analyse de vulnérabilité.

Quelles sont les fonctionnalités principales de landgrey/springbootvulexploit ?

Les fonctionnalités principales de landgrey/springbootvulexploit sont : Spring Boot Security Testing, Information Leakage, Java Security Research Frameworks, Deserialization Payloads, Remote Code Execution Testing, Spring Boot Vulnerability Collections, Vulnerability Analysis, Injection Payloads.

Quelles sont les alternatives open-source à landgrey/springbootvulexploit ?

Les alternatives open-source à landgrey/springbootvulexploit incluent : 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.