Lucene search
+L

5009 matches found

Kitploit
Kitploit
added 2026/09/17 4:16 a.m.1270 views

sleuthkit

The Sleuth Kit INTRODUCTION The Sleuth Kit is an open source forensic toolkit for analyzing Microsoft and UNIX file systems and disks. The Sleuth Kit enables investigators to identify and recover evidence from images acquired during incident response or from live systems. The Sleuth Kit is open...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 4:13 a.m.9 views

SecretFinder

SecretFinderについて SecretFinderはLinkFinderをベースにしたPythonスクリプトで、JavaScriptファイル内のAPIキー、アクセストークン、認証情報、JWTなどの機密データを発見するために作成されました。これは、Python用のjsbeautifierとかなり大きな正規表現を組み合わせて使用します。正規表現は4つの小さな正規表現で構成されています。これらはJSファイル内のあらゆるものを検索・発見する役割を担っています。 出力はHTMLまたはプレーンテキストで提供されます。 ヘルプ root@kitploit: usage:...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 3:49 a.m.72 views

filebuster

Filebuster An extremely fast and flexible web fuzzer What is it? Filebuster is a HTTP fuzzer / content discovery script with loads of features and built to be easy to use and fast! It uses one of the fastest HTTP classes in the world of PERL - Furl::HTTP. Also the thread modelling is optimized to...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 3:12 a.m.13 views

fuzzdb

FuzzDBは、動的アプリケーションセキュリティテストを通じてアプリケーションのセキュリティ脆弱性を見つける可能性を高めるために作成されました。これは、フォールトインジェクションパターン、予測可能なリソースの場所、およびサーバー応答を照合するための正規表現の、最初で最も包括的なオープン辞書です。 攻撃パターン - FuzzDBには、フォールトインジェクションテストのための攻撃ペイロードプリミティブの包括的なリストが含まれています。...

5.7AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/17 3:02 a.m.160 views

caronte

caronte$ Caronte is a tool to analyze the network flow during capture the flag events of type attack/defence. It reassembles TCP packets captured in pcap files to rebuild TCP connections, and analyzes each connection to find user-defined patterns. The patterns can be defined as regex or using...

5.5AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/17 2:59 a.m.16 views

git-secrets

=========== git-secrets パスワードやその他の機密情報をgitリポジトリにコミットするのを防ぎます。 .. contents:: :depth: 2 概要 :: root@kitploit: git secrets --scan -r|--recursive --cached --no-index --untracked ... git secrets --scan-history git secrets --install -f|--force git secrets --list --global git secrets --add -a|--allowed...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 2:42 a.m.125 views

nautilus

Nautilus 2.0 Nautilus is a coverage guided, grammar based fuzzer. You can use it to improve your test coverage and find more bugs. By specifying the grammar of semi valid inputs, Nautilus is able to perform complex mutation and to uncover more interesting test cases. Many of the ideas behind this...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 1:49 a.m.14 views

recheck

recheck 信頼できるReDoSチェッカー ライセンス MITライセンス。 C 2020-2025 TSUYUSATO "MakeNowJust" Kitsune...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 1:44 a.m.11 views

ccs

コードクレデンシャルスキャナ このスクリプトは、大規模で多様なコードベースからハードコードされた認証情報、または設定ファイル内の認証情報をスキャンすることを目的としています。これらは深刻なセキュリティ問題を引き起こし、検出と管理が非常に困難になる可能性があります。 このスクリプトの具体的な焦点は、CI/CDパイプラインで開発チームが直接使用できるツールを作成し、コードに認証情報が存在する場合にチームに警告を発することで、この問題の是正プロセスを管理し、問題が発生したらすぐに修正できるようにすることです。...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 1:22 a.m.10 views

CVE-2022-22978

CVE 2022-22978:RegexRequestMatcher中的授权绕过 🥶 概述 根据我研究的信息,这是与Spring Security框架中的RegexRequestMatcher 类相关的一个漏洞。具体来说,使用RegexRequestMatcher且正则表达式中包含点号(.)的应用程序,可以通过字符\r%0a、 \n%0d绕过;从而使攻击者无需认证即可访问不允许的路径。 受影响的Spring Security框架版本: 5.5.x 低于 5.5.7 5.6.x 低于 5.6.4 之前的不再支持的版本。 分析 我们需要访问Spring...

9.8CVSS7.5AI score0.12351EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/17 1:18 a.m.34 views

zap-scripts

zap-scripts Zed Attack Proxy Scripts for finding CVEs and Secrets. Building This project uses Gradle to build the ZAP add-on, simply run: root@kitploit: ./gradlew build in the main directory of the project, the add-on will be placed in the directory build/zapAddOn/bin/. Usage The easiest way to u...

5.6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 12:58 a.m.10 views

Fern Pattern Scanner

Fern 模式扫描器 欢迎使用 Fern 的模式扫描器。该扫描器会扫描你建议的文件,并使用 正则表达式 查找 rules/rules.yaml 中规定的任何模式。然后生成一份包含所有发现的报告。本项目用于展示如何将自定义 安全扫描器集成到 GitLab,并用于填充 流水线安全选项卡、漏洞报告 和 合并请求小部件 注意 :访问漏洞报告需要 GitLab Ultimate 订阅 将扫描器添加到你的 GitLab CI/CD 流水线 你可以通过将以下内容添加到你的 .gitlab-ci.yml 来激活此安全扫描器: root@kitploit: include: - remote:...

6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/17 12:55 a.m.9 views

-CVE-2026-23829-CTT-Mailpit-phase-reconstruction-

SimoesCTT-mailpit-phase-reconstructor 这是 Mailpit SMTP 服务器中的一个 CRLF 注入漏洞——一个经典的数据损坏漏洞。但在 CTT 视角下,它不仅仅是一个 bug,更是一次相位重建的机遇。 CVE-2026-23829 root@kitploit: CTT-Mailpit-Phase-Reconstructor CVE-2026-23829 — 新物理学的证明 --- ⚡ 摘要 本仓库旨在证明 CVE-2026-23829(Mailpit SMTP 服务器中的 CRLF 注入漏洞)不仅仅是一个软件缺陷——它是一扇通往新物理学的窗口。...

5.3CVSS8.6AI score0.01423EPSS
SaveExploits4
EUVD
EUVD
added 2026/09/17 12:31 a.m.7 views

EUVD-2026-81299

joi npm package joi, hapi.js versions =17.2.0 =18.0.0 18.2.6 are vulnerable to regular expression denial of service in the Joi.string.isoDate validation rule. One of the regular expressions the rule applies to the input is unanchored, so a valid ISO date followed by a long run of fractional-secon...

8.7CVSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/17 12:09 a.m.8 views

git-vuln-finder

git-vuln-finder gitのコミットメッセージから潜在的なソフトウェア脆弱性を見つけます。 出力形式はJSONで、関連するコミットとそのコミットに含まれる可能性のあるソフトウェア脆弱性の修正情報が含まれます。 検索はコミットメッセージのみに対する正規表現のセットに基づいています。 CVE IDが存在する場合、それらは自動的に出力に追加されます。 入力には任意のgitリポジトリまたはGHアーカイブソースを使用できます。 必要条件 jq sudo apt install jq Python poetry インストール ライブラリとして使用する...

9.8CVSS6.6AI score0.07465EPSS
SaveExploits0References12
Kitploit
Kitploit
added 2026/09/16 11:11 p.m.83 views

uddup

UDdup - URLs Deduplication Tool The tool gets a list of URLs, and removes "duplicate" pages in the sense of URL patterns that are probably repetitive and points to the same web template. For example: root@kitploit: https://www.example.com/product/123 https://www.example.com/product/456...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/16 10:34 p.m.51 views

reproxy

Reproxy is a simple edge HTTPs server / reverse proxy supporting various providers docker, static, file, consul catalog. One or more providers supply information about the requested server, requested URL, destination URL, and health check URL. It is distributed as a single binary or as a docker...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/16 10:09 p.m.13 views

exrex

EXREX 正規表現のための不規則な手法 Exrex は、コマンドラインツールおよびPythonモジュールであり、与えられた正規表現に一致するすべての文字列(またはランダムな文字列)を生成します。純粋なPythonで書かれており、外部依存関係はありません。 無限に一致する文字列を持つ正規表現(例: a-z+)がありますが、その場合 exrex は無限部分の最大長を制限します。 Exrex はジェネレーターを使用するため、メモリ使用量は一致する文字列の数に依存しません。 Features 一致するすべての文字列の生成 ランダムな一致文字列の生成 一致する文字列数のカウント 正規表現の簡略化...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/16 9:57 p.m.5 views

git-wild-hunt

git-wild-hunt GitHub上のワイルド(wild)で認証情報を狩るためのツール、別名 githunt スタートガイド 1. ツールをインストールする 2. GitHubトークンを設定する 3. 認証情報を検索する 4. 結果を確認する cat results.json | jq 📺 デモ インストール 必要条件: virtualenv, python3 1. git clone https://github.com/d1vious/git-wild-hunt && cd git-wild-hunt プロジェクトをクローンしてプロジェクトディレクトリに移動 2. pip...

6AI score
SaveExploits0References7
CVE
CVE
added 2026/09/16 9:47 p.m.12 views

CVE-2026-92599

joi (npm package, hapi.js) versions >=17.2.0 =18.0.0

8.7CVSS
SaveExploits0References2
Rows per page
Query Builder