Lucene search
+L

181946 matches found

Kitploit
Kitploit
added 2026/09/16 8:54 p.m.243 views

sx

sx is the command-line network scanner designed to follow the UNIX philosophy. The goal of this project is to create the fastest network scanner with clean and simple code. 📖 Table of Contents Features Install Build from source Quick Start References Contributing Credits License ✨ Features ⚡ 30x...

6.1AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/16 8:49 p.m.79 views

flawfinder

About This is "flawfinder" by David A. Wheeler. Flawfinder is a simple program that scans C/C++ source code and reports potential security flaws. It can be a useful tool for examining software for vulnerabilities, and it can also serve as a simple introduction to static source code analysis tools...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/16 8:16 p.m.36 views

hget

hget This project is my personal project to learn golang to build something useful. Build Status : Install root@kitploit: $ go get -d github.com/huydx/hget $ cd $GOPATH/src/github.com/huydx/hget $ make clean install Binary file will be built at ./bin/hget, you can copy to /usr/bin or /usr/local/b...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 7:46 p.m.8 views

refreshing-mcp-tool

Esto no está realmente terminado ni listo aún, pero quería dejar el código subido al repositorio. Esto básicamente implementa el protocolo de base de datos de F5, «mcp», que opera a través de un socket de dominio UNIX. Eso significa que necesitas un shell en el dispositivo F5 antes de poder usar...

5.7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/16 7:24 p.m.4 views

unbound: Unbound: DNS cache poisoning via UDP source port predictability

A flaw in Unbound's SOREUSEPORT implementation reduces UDP source port entropy by allowing attackers to map ports to specific worker threads. This enables DNS cache poisoning, potentially leading to traffic redirection or unauthorized information disclosure...

9.3CVSS0.00163EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/16 7:00 p.m.36 views

netzob

=========================================================== Netzob : Protocol Reverse Engineering, Modeling and Fuzzing .. image:: https://img.shields.io/badge/Python-3-brightgreen.svg :target: https://github.com/netzob/netzob :alt: Python3 See complete documentation here:...

5.7AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/16 6:55 p.m.16 views

bashacks

bashacks ¿Qué es? bashacks es una colección de funciones de bash probablemente útiles para programadores, analistas de seguridad y usuarios generales que necesitan operaciones de bajo nivel. De hecho, no hay nada realmente nuevo en bashacks; todas las funciones están escritas usando software...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 6:50 p.m.5 views

CVE-2007-2447_Samba_3.0.25rc3

CVE-2007-2447 'Username' map script' Ejecución de Comandos 3.0.0 - 3.0.25rc3 3.0.20 - 3.0.25rc3 AMRIUNIX...

6CVSS8.2AI score0.49759EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/16 6:43 p.m.141 views

etherblob-explorer

EtherBlob Explorer Search and extract blob files on the Ethereum network using Etherscan.io API. Introduction EtherBlob Explorer is a tool intended for researchers, analysts, CTF players or anyone curious enough wanting to search for different kinds of files or any meaningful human-supplied data ...

6AI score
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/09/16 6:28 p.m.8 views

CVE-2026-46352

Suricata is a network Intrusion Detection System, Intrusion Prevention...

7.5CVSS5.7AI score0.00047EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/16 6:20 p.m.4 views

unbound: Unbound: DNS cache poisoning via UDP source port predictability

A flaw in Unbound's SOREUSEPORT implementation reduces UDP source port entropy by allowing attackers to map ports to specific worker threads. This enables DNS cache poisoning, potentially leading to traffic redirection or unauthorized information disclosure...

9.3CVSS0.00163EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/16 6:05 p.m.3 views

No title provided

A flaw was found in Arc. This vulnerability allows a remote unauthenticated attacker to access Go debug pprof endpoints due to improper authentication bypass. Successful exploitation can lead to the disclosure of sensitive runtime state information and enable a CPU-burn Denial of Service DoS...

8.8CVSS0.00358EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/09/16 6:05 p.m.4 views

encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue

A flaw was found in the encoding/xml package of Go. The DecodeElement function failed to correctly track recursion depth, which could lead to stack exhaustion. A remote attacker could exploit this vulnerability by providing a specially crafted XML input, resulting in a Denial of Service DoS for t...

7.5CVSS0.00568EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/16 6:05 p.m.2 views

github.com/go-git/go-git/v5: go-git: Arbitrary file read/write via symbolic link resolution

A flaw was found in go-git, an extensible Git implementation library. Worktree operations, such as checkout, status, and add, resolve symbolic links within the working tree without proper boundary confinement. This allows a remote attacker to craft a malicious repository containing a symlink,...

7.1CVSS0.00357EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/09/16 6:05 p.m.3 views

golang.org/x/net/html: golang.org/x/net/html: Arbitrary code execution via Cross-Site Scripting

A flaw was found in golang.org/x/net/html. A remote attacker could exploit this vulnerability by providing specially crafted HTML. When this arbitrary HTML is parsed and rendered, it can result in an unexpected HTML tree, bypassing input sanitization. This can be leveraged to execute Cross-Site...

6.1CVSS0.00223EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/16 6:05 p.m.3 views

golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs

A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service DoS for the affected system...

7.5CVSS0.00473EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/16 6:05 p.m.3 views

golang.org/x/text: golang.org/x/text: Denial of Service via invalid UTF-8 input

A flaw was found in golang.org/x/text. The norm.Iter component can enter an infinite loop when processing input that contains invalid UTF-8 Unicode Transformation Format - 8-bit bytes. A remote attacker could exploit this vulnerability by providing specially crafted input, leading to a Denial of...

7.5CVSS0.00475EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/09/16 6:05 p.m.3 views

crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries

A flaw was found in the crypto/x509 package of golang. This vulnerability allows a remote attacker to cause a Denial of Service DoS by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name SAN entries. The certificate verification process, specifical...

7.5CVSS0.00591EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/16 6:05 p.m.3 views

net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service

A flaw was found in the net/http component of the Go standard library. When a server is configured to support unencrypted HTTP/2, it reads initial bytes from new connections to detect the HTTP/2 client preface. However, the ReadHeaderTimeout is not correctly applied during this process. This...

7.5CVSS0.00568EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/16 6:05 p.m.3 views

html/template: golang: Go html/template: Cross-Site Scripting via pathological input

A flaw was found in the html/template component of Go golang. Pathological inputs could prematurely close an unescaped forward slash '/', allowing an attacker to inject arbitrary content. This could lead to Cross-Site Scripting XSS, where malicious scripts are executed in a user's browser,...

6.1CVSS0.0031EPSS
SaveExploits0References8
Rows per page
Query Builder