Lucene search
+L

1268 matches found

Kitploit
Kitploit
added 2026/09/13 2:13 p.m.4 views

HiddenSteps

Crates principales — estado de implementación Este es el complemento honesto y de estado actual del mapa de módulos objetivo de docs/design/02-system-architecture.md. Dice lo que realmente está construido, lo que está verificado contra un backend real en lugar de un mock, y lo que todavía falta d...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 2:02 p.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/13 12:49 p.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/13 12:23 p.m.16 views

dredge-cargo

这不是密码管理器。不是笔记应用。更不是深海海底异常标本分类来源登记册。但前两件事它做得比它们都好。开玩笑的(也不完全是)。 安装 • 快速开始 • 功能特性 • 链接命令 • 命令 • 工作原理 • 安全性 • 为什么 搜索,别整理。 笔记、配置、密钥、秘密 — 从你的终端开始,只需五秒。 “别拿那些琐碎杂事来烦我。” —— 渔夫 root@kitploit: go install github.com/DeprecatedLuar/dredge-cargo/cmd/dredge@latest 其他安装方式 ↓ 你从未见过的炫酷功能 加密存储 —— 克隆仓库,你只会看到一堆绝对的加密...

5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/13 11:51 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/13 10:33 a.m.10 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 本地切换: root@kitploit: make opam-switch 要安装所有依赖项: root@kitploit...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 7:54 a.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/13 6:57 a.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/13 6:57 a.m.9 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/12 2:30 p.m.10 views

CVE-2022-24713-POC

POC de CVE-2022-24713 en Ubuntu Instala el paquete rust-regex actual en Ubuntu. Después, clona este repositorio. A continuación, ejecuta cargo build. La dependencia de regex está configurada en la carpeta /usr/share/cargo/registry, por lo que no habrá problemas de dependencias. Si la compilación...

7.5CVSS6.5AI score0.1446EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/08 10:09 p.m.9 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.2AI score0.01376EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/08 4:12 p.m.10 views

cargo-perm

描述 在 cargo 版本 1.7.0 中发现了一个新漏洞,详情请见此处。 逐步操作 首先,你需要确认你的 cargo 版本是否存在此漏洞。 cargo --version 假设我有一个 cargo 项目,其 src/main.rs 文件如下: root@kitploit: use numbigint::BigInt; use std::str::FromStr; // 无聊的猜数字游戏 fn main let secretnumber = BigInt::fromstr"123456789"; loop println!"猜一个数字:"; let mut guess =...

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

test-fuzz

test-fuzz test-fuzz es un subcomando de Cargo y una colección de macros de Rust para automatizar ciertas tareas relacionadas con el fuzzing con afl.rs, incluyendo: generar un corpus de fuzzing implementar un harness de fuzzing test-fuzz logra esto en parte utilizando las facilidades de prueba de...

6AI score
SaveExploits0References1
Chainguard
Chainguard
added 2026/08/30 2:17 a.m.19 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.14 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.9 views

actix-postgres (>=0.1.0, <=0.4.0), actyxos_data_flow (0.1.0) +491 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.8AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/08/24 7:47 p.m.9 views

actix-postgres (>=0.1.0, <=0.4.0), actyx_sdk (>=0.1.0, <=0.3.0) +574 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.8AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/08/24 7:43 p.m.9 views

actix-postgres (>=0.1.0, <=0.4.0), actyx_sdk (>=0.1.0, <=0.3.0) +562 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.8AI 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.34 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