Lucene search
+L

8889 matches found

Kitploit
Kitploit
added 2026/09/14 4:36 a.m.5 views

crypto-attacks

Introduction Python implementations of cryptographic attacks and utilities. Requirements SageMath with Python 3.9 PyCryptodome You can check your SageMath Python version using the following command: root@kitploit: $ sage -python --version Python 3.9.0 If your SageMath Python version is older than...

6AI score
SaveExploits0References68
Kitploit
Kitploit
added 2026/09/14 4:02 a.m.149 views

cryptovenom

CryptoVenom CryptoVenom: The Cryptography Swiss Army knife What is CryptoVenom? CryptoVenom is an OpenSource tool which contains a lot of cryptosystems and cryptoanalysis methods all in one, including classical algorithms, hash algorithms, encoding algorithms, logic gates, mathematical functions,...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 4:02 a.m.4 views

power_analysis

Power analysis attack over RSA Index Index Introduction Power Analysis Attacks RSA: A Short Introduction RSA Example Equipment Measuring Power: A Short Introduction Ohm's Law Kirchhoff's Voltage Law KVL Voltage Divider Shunt Resistor Example Power Measurement Fast Exponentiation Fast Exponentiati...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 3:52 a.m.5 views

bLaCk-eye-RSA-Attacking-Toolkit-v0.1f-compiled

bLaCk-eye RSA Attacking Toolkit v0.1f Description RAT v0.1f compiled for Windows Since from the official site you can only download source and no executable. If you don't have time to waste with the compiler and miracl library this is ready to go...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 12:59 a.m.9 views

RSA

RustCrypto: RSA A portable RSA implementation in pure Rust. Example root@kitploit: use rsa::Pkcs1v15Encrypt, RsaPrivateKey, RsaPublicKey; let mut rng = rand::rng; let bits = 2048; let privkey = RsaPrivateKey::new&mut rng, bits.expect"failed to generate a key"; let pubkey =...

6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/14 12:22 a.m.8 views

crypto-scanner

Scan your codebase for quantum-vulnerable cryptography before it's too late. Quick Start • Why Quantum-Ready? • Usage • Risk Levels • CI/CD • About Overview Crypto Scanner is a CLI tool that scans your codebase for cryptographic algorithms and generates quantum-vulnerability risk assessments. It...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 12:06 a.m.116 views

cypher

🌹 CYPHER TOOLS 🌹 Written by TMRSWRR Version 1.0.0 All in one tools for CRYPTOLOGY. Instagram: Capture the Root 🖼️ Screenshots 🖼️ 📹 How to use 📹 Click on the image... 🧰 Features 🧰 This tool include: 📍 HASH 📍 RSA 📍 XOR 📍 AES ECC 📍 AES CBC 📍 DES ECB 📍 FERNET 📍 RC2 📍 RC4 📍 CHACHA20POLY1305 📍...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 12:00 a.m.7 views

openvpn

OpenVPN -- A Secure tunneling daemon Copyright C 2002-2026 OpenVPN Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. To get the latest release of OpenVPN, go to:...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/13 11:32 p.m.7 views

Infineon-CVE-2017-15361

Infineon-CVE-2017-15361 Simple PowerShell script to check whether a computer is using an Infineon TPM chip that is vulnerable to CVE-2017-15361. IMPORTANT: THIS MUST BE EXECUTED AS ADMINISTRATOR!! This script only works on Windows 8.1 and Windows Server 2012 or later releases of Windows. The scri...

5.9CVSS7.1AI score0.09825EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 11:28 p.m.11 views

MyJWT

MyJWT codebeat badge Introduction This cli is for pentesters, CTF players, or dev. You can modify your jwt, sign, inject ,etc... Check Documentation for more information. If you see problems or enhancement send an issue.I will respond as soon as possible. Enjoy : Documentation Documentation is...

6AI score
SaveExploits0References18
Kitploit
Kitploit
added 2026/09/13 11:22 p.m.11 views

NetSpy

NetSpyC2 NetSpyC2 is a Python-based Command & Control C2 server created for educational purposes, security research, and controlled laboratory environments. The project demonstrates how encrypted client-server communication, session management, and secure file transfer can be implemented at the...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 10:46 p.m.6 views

cyclonedx-cli

root@kitploit: / / / / / \ |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / // // / // / // / / / / / // / | / // // / /, ///// /////|| /// // Usage: cyclonedx command options Options: --version Show version information -?, -h, --help Show help and usage information Commands: add...

5.8AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/13 9:38 p.m.2957 views

openssl

Welcome to the OpenSSL Project OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit for the Transport Layer Security TLS, formerly SSL, Datagram TLS DTLS, and QUIC protocols. The protocol implementations are based on a full-strength general purpose cryptographic library, which...

5.9AI score
SaveExploits0References29
Kitploit
Kitploit
added 2026/09/13 8:12 p.m.8 views

CVE-2026-29000-PoC

CVE-2026-29000 — pac4j-jwt JwtAuthenticator Authentication Bypass PoC A proof-of-concept for CVE-2026-29000 , an authentication bypass in the pac4j-jwt JwtAuthenticator component CVSS 10.0 , Critical. The script forges a token that impersonates any user with any role — without knowing a single...

9.3CVSS7.4AI score0.05856EPSS
SaveExploits17References1
Kitploit
Kitploit
added 2026/09/13 8:00 p.m.8 views

RsaCtfTool

RsaCtfTool RSA multi-attack tool that decrypts data from weak public keys and recovers private keys. Overview This tool is a utility designed to decrypt data from weak public keys and attempt to recover the corresponding private key. It offers a comprehensive range of attack options for cracking...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/13 7:45 p.m.10 views

RSA-Backdoor

RSA Backdoor Generator This repo contains code to reproduce the Secretly Embedded Trapdoor with Universal Protection SETUP attack on RSA key generation proposed by Young & Yung, 1996. Considering the potential of this attack, never trust black box key generation systems. References: - Presentatio...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 7:36 p.m.11 views

CVE-2022-20866

RSA Key Checker for CVE-2022-20866 A vulnerability in the handling of RSA keys on devices running the Cisco Adaptive Security Appliance Software and Firepower Threat Defense Software could allow an unauthenticated, remote attacker to retrieve the RSA private key. This vulnerability is due to a...

7.5CVSS7.5AI score0.17449EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 6:08 p.m.113 views

pybeacon

PyBeacon PyBeacon is a collection of scripts for dealing with Cobalt Strike's encrypted traffic. It can encrypt/decrypt beacon metadata, as well as parse symmetric encrypted taskings Scripts included There is a small library which includes encryption/decoding methods, however some example scripts...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 6:02 p.m.9 views

CVE-2022-40684

CVE-2022-40684 Individual or batch exploit for CVE-2022-40684 How to use Generate public key python3 exp.py -u ip:port -k idrsa2048.pub -l hosts.txt for batch processing with a file FOFA title="FortiGate"...

9.8CVSS8.1AI score0.99984EPSS
SaveExploits25
Kitploit
Kitploit
added 2026/09/13 4:29 p.m.4 views

CTF-RSA-tool

CTF-RSA-tool factordb http://factordb.com/ Fast Install root@kitploit: cd install cd gmp-6.1.2 && make && make check && make install cd mpfr-4.0.1 && make && make check && make install cd mpc-1.1.0 make && make check && make install cd gmpy2-2.1.0a1 && python setup.py buildext --static=$HOME/stat...

6AI score
SaveExploits0References1
Rows per page
Query Builder