Lucene search
+L

15064 matches found

BDU FSTEC
BDU FSTEC
added 2026/09/16 11:41 a.m.81 views

The vulnerability of the pg_dump utility in the PostgreSQL database management system allows a hacker to execute arbitrary code.

The vulnerability of the pgdump utility in the PostgreSQL database management system is related to the inclusion of functions from an unverified and uncontrolled area. Exploiting this vulnerability could allow a malicious actor to execute arbitrary code remotely...

10CVSS7.2AI score0.00736EPSS
SaveExploits1References11Affected Software9
BDU FSTEC
BDU FSTEC
added 2026/09/16 11:41 a.m.71 views

The vulnerability of the pg_dump utility in the PostgreSQL database management system allows a hacker to execute arbitrary code.

The vulnerability of the pgdump utility in the PostgreSQL database management system is related to the lack of security measures for SQL query structures. Exploiting this vulnerability allows a malicious actor to execute arbitrary code remotely...

10CVSS7AI score0.00412EPSS
SaveExploits0References11Affected Software9
Kitploit
Kitploit
added 2026/09/16 11:30 a.m.157 views

mihari

mihari A query aggregator for OSINT based threat hunting. Mihari can aggregate multiple searches across multiple services in a single rule & persist findings in a database. Mihari supports the following services by default. Censys CIRCL passive DNS / passive SSL crt.sh dnstwister Fofa GreyNoise...

5.6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/16 10:45 a.m.10 views

GoEnumerator

ABOUT GoEnumerator GoEnumerator is a tool I'm writing for the fun of it but to also use for my own enumeration, so I will be keep adding more features to try to speed up the first steps on any CTF enumeration or profesional pentest, as I will add features and options to make the tool to not trigg...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/16 10:34 a.m.46 views

Pentest-Collaboration-Framework

Pentest Collaboration Framework Pentest Collaboration Framework - an opensource, cross-platform and portable toolkit for automating routine processes when carrying out various works for testing! Explore the docs » ‼️ Important Links...

5.4AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/16 8:46 a.m.8 views

django_cve_2019_19844_poc

djangocve201919844poc PoC for CVE-2019-19844 Requirements Python 3.7.x PostgreSQL 9.5 or higher Setup 1. Create databasee.g. djangocve201919844poc 2. Set the database name to the environment variable DJANGODATABASENAMEe.g. export DJANGODATABASENAME=djangocve201919844poc 3. Run pip install -r...

9.8CVSS6.8AI score0.53561EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/16 8:25 a.m.11 views

bbscope

bbscope.com Web interface and API for aggregating bug bounty program scopes from HackerOne, Bugcrowd, Intigriti, and YesWeHack. Quick start Docker root@kitploit: cd website cp .env.example .env Edit .env — at minimum set POSTGRESPASSWORD and your platform credentials docker compose up -d --build...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 8:10 a.m.12 views

CVE-2026-44706

SQL Injection in Chatwoot FilterService A proof-of-concept exploit for CVE-2026-44706, a SQL Injection vulnerability in Chatwoot's FilterServiceltgtfiltervalues that allows any authenticated agent to read the entire PostgreSQL database including user credentials and API tokens. Read the full...

8.5CVSS6.2AI score0.00227EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/16 8:06 a.m.207 views

intelmq

docs/index.md...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 7:47 a.m.864 views

opencve

What is OpenCVE? OpenCVE is a Vulnerability Intelligence Platform that helps you monitor and manage CVEs efficiently. It aggregates vulnerabilities from multiple sources MITRE, NVD, RedHat, Vulnrichment... and lets you filter, track, and organize them by vendor, product, severity, and more. You c...

5.6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/16 6:22 a.m.10 views

pgbackrest

pgBackRest Reliable PostgreSQL Backup & Restore Introduction pgBackRest is a reliable backup and restore solution for PostgreSQL that seamlessly scales up to the largest databases and workloads. pgBackRest v2.59.1 is the current stable release. Release notes are on the Releases page. Please give ...

6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/16 6:10 a.m.12 views

KaliIntelligenceSuite

Kali Intelligence Suite Kali Intelligence Suite KIS is an intelligence gathering and data mining tool for penetration testers. It shall aid in the fast, autonomous, central, and comprehensive collection of intelligence by automatically: executing Kali Linux tools e.g., dnsrecon, gobuster, hydra,...

6.2AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/16 5:55 a.m.10 views

CVE-2025-1094-Lab-Setup

🛠️ CVE-2025-1094 Lab Setup ⚠️ Disclaimer This lab is for educational and research purposes only. Do NOT use any of the information or techniques demonstrated here on systems you do not own or have explicit permission to test. Unauthorized use of these methods may violate laws and result in severe...

8.1CVSS8.2AI score0.9003EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/16 5:38 a.m.12 views

drupal-cve-2026-9082-checker

DRUPAL CVE-2026-9082 CHECKER Drupal CVE-2026-9082 Blind SQL Injection Checker Installation root@kitploit: git clone https://github.com/N45HT/drupal-cve-2026-9082-checker.git cd drupal-cve-2026-9082-checker pip install -r requirements.txt References https://vulners.com/cve/CVE-2026-9082...

9.8CVSS7.8AI score0.87892EPSS
SaveExploits17
Kitploit
Kitploit
added 2026/09/16 4:21 a.m.14 views

pgaudit

pgAudit Open Source PostgreSQL Audit Logging Introduction The PostgreSQL Audit Extension pgAudit provides detailed session and/or object audit logging via the standard PostgreSQL logging facility. The goal of pgAudit is to provide PostgreSQL users with capability to produce audit logs often...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/16 4:07 a.m.6 views

django_cve201919844

djangocve201919844poc PoC for CVE-2019-19844 Requirements Python 3.7.x PostgreSQL 9.5 or higher Setup 1. Create databasee.g. djangocve201919844poc 2. Set the database name to the environment variable DJANGODATABASENAMEe.g. export DJANGODATABASENAME=djangocve201919844poc 3. Run pip install -r...

9.8CVSS6.8AI score0.53561EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/16 3:49 a.m.15 views

tirreno

tirreno tirreno is a security framework. tirreno tir.ˈrɛ.no helps understand, monitor, and protect your product from threats, fraud, and abuse. While classic cybersecurity focuses on infrastructure and network perimeter, most breaches occur through compromised accounts and application logic abuse...

5.8AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/16 3:40 a.m.16 views

darwis-taxii

DARWIS TAXII A high-performance TAXII Trusted Automated eXchange of Indicator Information server written in Rust. Rust port of EclecticIQ OpenTAXII with full database compatibility. Features TAXII 1.x - Discovery, Poll, Inbox, Collection Management, Subscriptions TAXII 2.1 - Full REST API with...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/16 2:53 a.m.5 views

CVE-2020-7471

CVE-2020-7471 This repository provides the environment and POC for CVE-2020-7471 Potential SQL injection via StringAggdelimiter vulnerability. Affected Django versions 1.11 to 1.11.28 exclusive 2.2 to 2.2.10 exclusive 3.0 to 3.0.3 exclusive Before downloading and using, the following operations a...

9.8CVSS6.7AI score0.65575EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/16 2:48 a.m.9 views

CVE-2026-14669

CVE-2026-14669 - PostgreSQL tochar Timezone Abbreviation Heap Buffer Overflow PostgreSQL tochar function has a heap buffer overflow vulnerability when handling timezone formatting. By setting an overly long POSIX timezone abbreviation, an attacker can trigger an out-of-bounds write to a fixed...

8.8CVSS8.2AI score0.00676EPSS
SaveExploits1
Rows per page
Query Builder