Lucene search
+L

39 matches found

Kitploit
Kitploit
added 2026/09/14 5:25 p.m.45 views

recollapse

REcollapse REcollapse is a helper tool for black-box regex fuzzing to bypass validations and discover normalizations in web applications. It can also be helpful to bypass WAFs and weak vulnerability mitigations. For more information, take a look at the REcollapse blog post. The goal of this tool ...

5.7AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/14 2:54 p.m.117 views

lazyrecon

root@kitploit: | | | |/ | /| | | | / / |/ | \ | | | / / | | | | | | / | | | ||\ |/ \ || ||/|| |v2 |/ Lazyrecon v2 is a subdomain discovery tool that finds and resolves valid subdomains then performs SSRF/LFI/SQLi fuzzing, brute-force and port scanning. It has a simple modular architecture and...

5.6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/14 12:45 p.m.9 views

AutoDirbuster

root@kitploit: / | / / / / / / / / /| |/ / / / / / / / / / / / / / / / / / / / / // / // // / // / / / / // / // // / / // |,////// /./,///// 複数のIPに対してffufスキャンを自動実行し保存する 目次 クイック実行 FAQ なぜ? 推奨される使用方法は? 必要なデータは? このスクリプトの動作は? プログラムが動作しない場合 使用方法 クイック実行 root@kitploit: git clone...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 11:56 a.m.57 views

tmux

Welcome to tmux! tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. This release runs on OpenBSD, FreeBSD, NetBSD, Linux,...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 10:06 a.m.10 views

ffuf

ffuf - より速くファズれ、愚か者よ Go で書かれた高速な Web ファザーです。 インストール 使用例 コンテンツ発見 バーチャルホスト発見 パラメータファジング POST データファジング 外部ミューテーターの使用 設定ファイル ヘルプ インタラクティブモード インストール ダウンロード リリースページ からプリビルドバイナリを入手し、解凍して実行してください! または Windows で Scoop を使用している場合、ffuf は次のコマンドでインストールできます: scoop install ffuf または Windows で Winget を使用している場合、ffuf...

6.1AI score
SaveExploits0References20
Kitploit
Kitploit
added 2026/09/13 12:20 p.m.135 views

unfurl

unfurl Pull out bits of URLs provided on stdin Install If you have Go installed and configured: root@kitploit: ▶ go install github.com/tomnomnom/unfurl@latest Otherwise download the latest binary for your platform, extract it and move it to somewhere in your $PATH e.g. /usr/bin/: root@kitploit: ▶...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 9:53 p.m.8 views

ffufPostprocessing

Ffuf: Post procesamiento Desafortunadamente, a pesar de su bandera "-ac", ffuf tiende a producir muchas entradas irrelevantes. Por eso he creado una herramienta de post-procesamiento para filtrar esas entradas. Además, vi que se eliminaban muchas entradas relevantes cuando se usaba "-ac" -...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 6:41 a.m.6 views

ffufw

ffufw ffuf con esa salsa especial Instalación root@kitploit: go install github.com/puzzlepeaches/ffufw@latest ¿Por qué? ffufw es un envoltorio de ffuf que hace que el ataque de fuerza bruta a directorios sea más fácil e inteligente. La herramienta tiene las siguientes características: Ejecución...

6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/03 6:02 p.m.13 views

EUVD-2026-56926

ffuf denial of service OOM via HTTP response decompression bomb...

7.5CVSS5.9AI score0.00441EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/03 6:02 p.m.11 views

GHSA-JCVH-XF52-2CWM ffuf denial of service (OOM) via HTTP response decompression bomb

Summary A malicious or attacker-controlled target server can crash ffuf with an out-of-memory condition by returning a compressed HTTP response that decompresses to a very large body a decompression bomb. This works against default usage with no special flags. Details The response body size guard...

7.5CVSS5.8AI score0.00441EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/12 11:41 p.m.10 views

CVE-2026-73232

A flaw was found in ffuf, a fast web fuzzer. A malicious server could exploit this vulnerability by sending a specially crafted HTTP response that, when decompressed by ffuf, consumes excessive memory. This can lead to an out-of-memory condition, causing a denial of service DoS for the ffuf...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/12 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-73232

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response...

7.5CVSS5.9AI score0.00441EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/11 8:18 p.m.11 views

CVE-2026-73232

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS0.00441EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/11 8:18 p.m.9 views

DEBIAN-CVE-2026-73232

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS5.4AI score0.00441EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/11 8:18 p.m.9 views

UBUNTU-CVE-2026-73232

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/11 8:18 p.m.11 views

CVE-2026-73232

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS5.4AI score0.00441EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/11 7:32 p.m.35 views

CVE-2026-73232 ffuf denial of service (OOM) via HTTP response decompression bomb

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS0.00441EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/11 7:32 p.m.13 views

CVE-2026-73232

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS5.4AI score0.00441EPSS
SaveExploits0
CVE
CVE
added 2026/08/11 7:32 p.m.54 views

CVE-2026-73232

CVE-2026-73232 affects ffuf (Go) prior to 2.2.0. The vulnerability arises when a malicious server uses HTTP responses with compressed content: the guard in pkg/runner/simple.go checks only Content-Length, while io.ReadAll can read gzip, brotli, deflate, or chunked bodies without a decompressed-si...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/11 7:32 p.m.10 views

CVE-2026-73232

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder