Lucene search
+L

1267 matches found

Kitploit
Kitploit
added 2026/09/19 1:55 a.m.7 views

HiddenSteps

コアクレート — 実装状況 これは、docs/design/02-system-architecture.md の対象モジュールマップに対する、正直で現在の状態を補完するものです。実際に構築されたもの、実際のバックエンドに対して検証されたもの(モックではなく)、まだ本当に欠けているものを示しています。計画されているものではありません(それは docs/roadmap/01-implementation-roadmap.md にあります)。 リポジトリルートから cargo build --workspace && cargo test --workspace && cargo clipp...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 1:52 a.m.67 views

legba

legba Join the project community on our server! Legba is a multiprotocol credentials bruteforcer / password sprayer and enumerator built with Rust and the Tokio asynchronous runtime in order to achieve better performances and stability while consuming less resources than similar tools. Key Featur...

6.1AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/19 12:55 a.m.57 views

gping

gping 🚀 Ping, but with a graph. Comes with the following super-powers: Graph the ping time for multiple hosts Graph the execution time for commands via the --cmd flag Custom colours Windows, Mac and Linux support Table of Contents Install 💿 Usage 🎷 Install 💿 macOS Homebrew: brew install gping...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/19 12:20 a.m.34 views

bore

bore A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That's all it does: no more, and no less. root@kitploit: Installation requires Rust, see alternatives below cargo install bore-cli On your local machine bore local 80...

5.5AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/18 10:10 p.m.381 views

subjack

subjack DNS Takeover Scanner Subjack is a DNS takeover scanner written in Go designed to scan a list of domains concurrently and identify ones that are able to be hijacked. With Go's speed and efficiency, this tool really stands out when it comes to mass-testing. Always double check the results...

5.5AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/18 9:13 p.m.19 views

dredge-cargo

これはパスワードマネージャーではありません。ノートアプリでもありません。そして深海の底生異常標本分類学的原産地登録簿でも絶対にありません。しかし、最初の2つはどちらよりも良くこなします。冗談です(本当に冗談じゃない)。 インストール • クイックスタート • 機能 • リンクコマンド • コマンド一覧 • 仕組み • セキュリティ • なぜ作ったか 整理するな、検索せよ。 メモ、設定、キー、機密 — ターミナルから5秒。 「ありふれたガラクタで私を煩わせるな。」 — 魚屋 root@kitploit: go install...

5.7AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/18 8:04 p.m.12 views

cargo-fuzz

cargo fuzz ¡Un subcomando decargo para hacer fuzzing con libFuzzer! ¡Fácil de usar! Instalación root@kitploit: $ cargo install cargo-fuzz Nota: libFuzzer necesita soporte de sanitizers de LLVM, por lo que esto solo funciona en x86-64 y Aarch64, y solo en sistemas operativos tipo Unix no Windows...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 8:04 p.m.194 views

cargo-fuzz

cargo fuzz Acargo subcommand for fuzzing with libFuzzer! Easy to use! Installation root@kitploit: $ cargo install cargo-fuzz Note: libFuzzer needs LLVM sanitizer support, so this only works on x86-64 and Aarch64, and only on Unix-like operating systems not Windows. This also needs a nightly...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 4:48 p.m.15 views

gaia

Gaia: グローバルAPIインテグリティアセッサ 依存関係 opamをインストールしてテストAPIをビルドします。 git、python3、pip、.NETをインストールしてRESTlerとSchemathesisをビルドします。 cargoをインストールしてGaiaをビルドします。 docker v26.0.1とdocker compose v2.26.1をインストールしてELK Stackと共にGaiaをビルドします(不要な場合はオプション)。 node = v18.0.0 および npm = v8.6.0をインストールします。 opamのローカルスイッチを作成するには:...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 10:09 p.m.11 views

cve-2022-21658

CVE-2022-21658 poc Rust 1.58.0 バージョンを使用していることを確認してください 。 最初に実行: root@kitploit: while :; do mkdir /tmp/legit; rm -r /tmp/legit; ln -s /tmp/sensitive /tmp/legit; done 次に: root@kitploit: cargo run...

7.3CVSS7.4AI score0.01376EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/15 4:12 p.m.11 views

cargo-perm

説明 cargoバージョン 1.7.0 に新しい脆弱性が発見されました。こちらで説明されているとおりです。 ステップバイステップ まず、お使いのcargoバージョンが脆弱であることを確認する必要があります。 cargo --version 次のような src/main.rs ファイルを持つcargoプロジェクトがあるとします: root@kitploit: use numbigint::BigInt; use std::str::FromStr; // Silly guessing game fn main let secretnumber =...

7.9CVSS7AI score0.00702EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 8:48 a.m.9 views

test-fuzz

test-fuzz test-fuzz 是一个 Cargo 子命令,也是一组 Rust 宏,用于自动化与使用 afl.rs 进行模糊测试相关的某些任务,包括: 生成模糊测试语料库 实现模糊测试 harness test-fuzz(部分地)借助 Rust 的测试机制完成这些任务。例如,为了生成模糊测试语料库,test-fuzz 会在 cargo test 调用期间每次调用目标函数时记录其参数。类似地,test-fuzz 将模糊测试 harness 实现为 cargo-test 生成的二进制文件中的附加测试。正是这种与 Rust 测试机制的紧密集成,才有了 test-fuzz 这个名字。 目...

6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/12 2:30 p.m.14 views

CVE-2022-24713-POC

Ubuntu における CVE-2022-24713 の POC Ubuntu に現在の rust-regex パッケージをインストールしてください。 次に、このリポジトリをクローンしてください。 次に、cargo build を実行してください。 regex 依存関係は /usr/share/cargo/registry フォルダーに設定されているため、依存関係の問題は発生しません。 コンパイルに途方もなく長い時間がかかる場合、それはサービス拒否であり、CVE-2022-24713 です。 かからない場合、パッチが適用されています...

7.5CVSS6.6AI score0.1446EPSS
SaveExploits1References1
Chainguard
Chainguard
added 2026/08/30 2:17 a.m.23 views

GHSA-2VH6-HW4J-32WW vulnerabilities

Vulnerabilities for packages: cargo-audit...

5.9AI score
SaveExploits0
Wolfi
Wolfi
added 2026/08/30 2:16 a.m.18 views

GHSA-2VH6-HW4J-32WW vulnerabilities

Vulnerabilities for packages: cargo-audit...

5.9AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/08/24 7:49 p.m.12 views

actix-postgres (>=0.1.0, <=0.4.0), actyxos_data_flow (0.1.0) +496 more potentially affected by unknown CVE via tokio-postgres (>=0.4.0-rc.2, <=0.7.17)

tokio-postgres CARGO version =0.4.0-rc.2, =0.1.0, =0.1.0, =0.0.1, =0.1.0, =0.4.0, =0.1.1, =0.4.0, =0.3.5, =0.2.0, =0.13.2, =0.14.2 and more Source cves: unknown CVE Source advisory: OSV:GHSA-3GJW-F78C-VVPW...

5.7AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/08/24 7:47 p.m.12 views

actix-postgres (>=0.1.0, <=0.4.0), actyx_sdk (>=0.1.0, <=0.3.0) +579 more potentially affected by unknown CVE via postgres-protocol (>=0.1.1, <=0.6.10)

postgres-protocol CARGO version =0.1.1, =0.1.0, =0.1.0, =0.5.0, =0.1.0, =0.0.1, =0.1.0, =0.1.0, =0.4.0, =0.1.1, =0.4.0, =0.4.1 and more Source cves: unknown CVE Source advisory: OSV:GHSA-RGQC-3X5P-6GWG...

5.7AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/08/24 7:43 p.m.12 views

actix-postgres (>=0.1.0, <=0.4.0), actyx_sdk (>=0.1.0, <=0.3.0) +567 more potentially affected by unknown CVE via postgres-protocol (>=0.4.0, <=0.6.10)

postgres-protocol CARGO version =0.4.0, =0.1.0, =0.1.0, =0.5.0, =0.1.0, =0.0.1, =0.1.0, =0.1.0, =0.4.0, =0.1.1, =0.4.0, =0.4.1 and more Source cves: unknown CVE Source advisory: OSV:GHSA-5X78-73V4-XG6W...

5.7AI score
SaveExploits0
NVD
NVD
added 2026/08/20 12:16 p.m.11 views

CVE-2026-74018

Subscriber Arbitrary File Upload in Warehouse Cargo = 2.6.9 versions...

9.9CVSS0.00447EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/20 12:07 p.m.36 views

CVE-2026-74018 WordPress Warehouse Cargo theme <= 2.6.9 - Arbitrary File Upload vulnerability

Subscriber Arbitrary File Upload in Warehouse Cargo = 2.6.9 versions...

9.9CVSS0.00447EPSS
SaveExploits0References1
Rows per page
Query Builder