Lucene search
+L

35385 matches found

NVD
NVD
added 2026/08/25 9:17 a.m.8 views

CVE-2026-56092

The extension forces empty frontend-group and subpage-inheritance restrictions onto page records during indexer sub-requests, and this forged state was persisted into the shared rootline cache, allowing anonymous visitors to bypass extendToSubpages-inherited access restrictions on cached pages...

7.6CVSS0.00222EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/25 9:15 a.m.420 views

dp_crypto

dpcrypto Base64-based encryption oracle exploit for CVE-2017-9248 Telerik UI for ASP.NET AJAX dialog handler Published on exploit-db Update 2020 - Please note that the version on exploit-db is now very out of date compared to the latest version here on GitHub...

9.8CVSS9.2AI score0.84175EPSS
SaveExploits12References1
Kitploit
Kitploit
added 2026/08/25 8:30 a.m.3 views

strutser

strutser Este programa verifica a CVE-2017-5638. Uso root@kitploit: Usage of ./strutser: Usage of ./strutser: -c, --concurrency int Concurrent HTTP requests. default 10 -f, --file string File containing targets -p, --ports intSlice Ports to check. default 80 -t, --timeout int Timeout on HTTP...

10CVSS8.7AI score0.99999EPSS
SaveExploits45
Kitploit
Kitploit
added 2026/08/25 8:29 a.m.35 views

fileintel

fileintel This is a tool used to collect various intelligence sources for a given file. Fileintel is written in a modular fashion so new intelligence sources can be easily added. Files are identified by file hash MD5, SHA1, SHA256. The output is in CSV format and sent to STDOUT so the data can be...

5.8AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/08/25 8:08 a.m.216 views

jsfinder

Features | Installation | Usage | Demo | TODOs| Contact jsFinder is a command-line tool written in Go that scans web pages to find JavaScript files linked in the HTML source code. It searches for any attribute that can contain a JavaScript file e.g., src, href, data-main, etc. and extracts the UR...

6AI score
SaveExploits0References4
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.110 views

Apache APISIX - Remote Code Execution

A default configuration of Apache APISIX with default API key is vulnerable to remote code execution. An attacker can abuse the batch-requests plugin to send requests to bypass the IP restriction of Admin API. When the admin key was changed or the port of Admin API was changed to a port different...

9.8CVSS9.2AI score0.96001EPSS
SaveExploits16References5
Kitploit
Kitploit
added 2026/08/25 4:32 a.m.3 views

CVE-2026-2020-SSRF-via-URL-Parser-Differential

CVE-2026-2020 – SSRF durch URL-Parser-Differenz Programmcode Python root@kitploit: vulnerableservice.py - Validates URL with urllib.parse, fetches with requests from flask import Flask, request import requests import urllib.parse app = Flaskname def isallowedurlurl: parsed =...

7.5CVSS5.3AI score0.00418EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/25 4:32 a.m.35 views

python-paddingoracle

python-paddingoracle: A portable, padding oracle exploit API UPDATED FOR PYTHON 3 python-paddingoracle is an API that provides pentesters a customizable alternative to PadBuster and other padding oracle exploit tools that can't easily without a heavy rewrite be used in unique, per-app scenarios...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/25 4:30 a.m.2 views

Multimodal-web-attack-Dataset

MWAD : un jeu de données multimodal d'attaques web pour la détection d'injections SQL par IA Vue d'ensemble Le jeu de données multimodal d'attaques web MWAD est un jeu de données de cybersécurité inédit et étiqueté, développé dans le cadre des recherches de l'auteur en cybersécurité à l'Universit...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 4:29 a.m.3 views

CVE-2025-32433

CVE-2025-32433 – Vulnerabilidade de RCE no SSH do Erlang/OTP 📌 Resumo O CVE-2025-32433 é uma vulnerabilidade de execução remota de código RCE que afeta o daemon SSH do Erlang/OTP. A causa raiz é o tratamento inadequado de solicitações de canal SSH de pré-autenticação , que podem ser manipuladas p...

10CVSS8AI score0.98594EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/08/25 4:19 a.m.2 views

CVE-2024-51435

bloodbank تم العثور على csrf poc بسيط على نظام blood bank system v 1.0...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 4:13 a.m.53 views

trident

trident The Trident project is an automated password spraying tool developed to meet the following requirements: the ability to be deployed on several cloud platforms/execution providers the ability to schedule spraying campaigns in accordance with a target’s account lockout policy the ability to...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/25 4:12 a.m.735 views

isf

Industrial Exploitation Framework ISFIndustrial Exploitation Framework is a exploitation framework based on Python, it's similar to metasploit framework. ISF is based on open source project routersploit. Read this in other languages:English, 简体中文, Disclaimer Usage of ISF for attacking targets...

5.4AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/25 4:12 a.m.107 views

h2t

h2t - HTTP Hardening Tool Description h2t is a simple tool to help sysadmins to hardening their websites. Until now h2t checks the website headers and recommends how to make it better. Dependences Python 3 colorama requests Install root@kitploit: $ git clone https://github.com/gildasio/h2t $ cd h...

5.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/25 4:10 a.m.37 views

xcat

XCat XCat is a command line tool to exploit and investigate blind XPath injection vulnerabilities. For a complete reference read the documentation here: https://xcat.readthedocs.io/en/latest/ It supports an large number of features: Auto-selects injections run xcat injections for a list Detects t...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 4:10 a.m.28 views

slowloris

slowloris.py - Simple slowloris in Python What is Slowloris? Slowloris is basically an HTTP Denial of Service attack that affects threaded servers. It works like this: 1. We start making lots of HTTP requests. 2. We send headers periodically every 15 seconds to keep the connections open. 3. We...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 4:10 a.m.106 views

scanless

⚠️ I am no longer maintaining scanless as of August 2023. ⚠️ scanless This is a Python command-line utility and library for using websites that can perform port scans on your behalf. Supported Online Port Scanners ipfingerprints spiderip standingtech viewdns yougetsignal Install Do it up:...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 3:51 a.m.39 views

poro

poro Description Scan for publicly accessible assets on your AWS environment Services covered by this tool: AWS ELB API Gateway S3 Buckets RDS Databases EC2 instances Redshift Databases Poro also check if a tag you specify is applied to identified public resources using --tag-key and --tag-value...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 3:13 a.m.131 views

truegaze

truegaze A static analysis tool for Android and iOS applications focusing on security issues outside the source code such as resource strings, third party libraries and configuration files. Requirements Python 3 is required and you can find all required modules in the requirements.txt file. Only...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/25 2:38 a.m.2 views

CVE-2002-0448

CVE-2002-0448 Xerver 2.10 - Vulnérabilités de déni de service par requêtes multiples Publication sur Exploit-db : https://www.exploit-db.com/exploits/21336/ Auteur Alex Hernandez alias @alt3kx...

5CVSS5.2AI score0.14913EPSS
SaveExploits2
Rows per page
Query Builder