Lucene search
+L

3239 matches found

Kitploit
Kitploit
added 2026/09/22 11:35 a.m.180 views

pcfg_cracker

PCFG = Probabilistic Context Free Grammar PCFG = Pretty Cool Fuzzy Guesser In short: A collection of tools to perform research into how humans generate passwords. These can be used to crack password hashes, but also create synthetic passwords honeywords, or help develop better password strength...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 10:34 a.m.43 views

deep-pwning

Deep-pwning is a lightweight framework for experimenting with machine learning models with the goal of evaluating their robustness against a motivated adversary. Note that deep-pwning in its current state is no where close to maturity or completion. It is meant to be experimented with, expanded...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/22 10:19 a.m.52 views

columbo

Columbo Columbo is a computer forensic analysis tool used to simplify and identify specific patterns in compromised datasets. It breaks down data to small sections and uses pattern recognition and machine learning models to identify adversaries behaviour and their possible locations in compromise...

6.2AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 10:09 a.m.10 views

hexora

hexora Hexora is a static analysis tool designed to detect malicious and harmful patterns in Python code. It combines a rule-based static analysis engine with a machine-learned model that scores entire source files to classify them as malicious or benign. It can be used to: Audit project...

6.1AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 9:04 a.m.11 views

DroidDetective

🕵️ A machine learning malware analysis framework for Android apps. ☢️ DroidDetective is a Python tool for analysing Android applications APKs for potential malware related behaviour and configurations. When provided with a path to an application APK file Droid Detective will make a prediction using...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 7:54 a.m.9 views

Apkx-Hunter

APKX-Hunter v2.7.2 — Debian Package APKX-Hunter is an open-source Android Static Analysis Framework written entirely in C , purpose-built for Android security assessments, reverse engineering, malware analysis, OWASP MASVS compliance scanning, bug bounty hunting, and penetration testing. The...

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

ache

ACHE Focused Crawler ACHE is a focused web crawler. It collects web pages that satisfy some specific criteria, e.g., pages that belong to a given domain or that contain a user-specified pattern. ACHE differs from generic crawlers in sense that it uses page classifiers to distinguish between...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/22 7:42 a.m.8 views

NGWAF

N3XT-G3N Web App Firewall NGWAF NGWAF is created by@yupengfei, @zhangbosen, @matthewng and @elizabethlim. Special shoutout to@ruinahkoh for her contributions to the initial stages of NGWAF. NGWAF is an experimental proof of concept and not ready for production use in its current form. Contents 1...

5.8AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/22 7:05 a.m.7 views

ctf-skills

ctf-skills Agent Skills for solving CTF challenges — web exploitation, binary pwn, crypto, reverse engineering, forensics, OSINT, and more. Works with any tool that supports the Agent Skills spec, including Claude Code. Installation root@kitploit: npx skills add ljagiello/ctf-skills Run with Frid...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 6:43 a.m.13 views

uriDeep

uriDeep Unicode encoding attacks with machine learning. Tool based on machine learning to create amazing fake domains using confusables. Some domains can deceive IDN policies Chrome & Firefox. I created the best big dictionary of confusables using neural networks. It is used in the tool and it ca...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 6:05 a.m.15 views

network-attack-detection

Network Attack Detection using Machine Learning Description This project leverages machine learning techniques to classify network attacks such as Port Scanning, Denial of Service DoS, and malware. The input data is in the Netflow V9 format, which is a standard format used by Cisco. The...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 6:04 a.m.10 views

SecML

SecML: A library for Secure and Explainable Machine Learning SecML is an open-source Python library for the security evaluation of Machine Learning ML algorithms. It comes with a set of powerful features: Wide range of supported ML algorithms. All supervised learning algorithms supported by...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 6:03 a.m.9 views

twebit

基于机器学习的比特币分析 工作原理 1- 从Twitter获取推文 2- 过滤推文 3- 使用朴素贝叶斯算法进行推文分类(正面、负面和中性) 安装 root@kitploit: git clone https://github.com/omergunal/twebit cd twebit pip3 install -r requirements.txt 在 "twebit.py" 中更新你的 API 密钥。前往 https://apps.twitter.com/ 获取 API 密钥 使用方法 root@kitploit: python3 twebit.py 截图...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 6:03 a.m.27 views

twebit

Bitcoin analysis with machine learning How it works? 1- Get tweets from twitter 2- Filter tweets 3- Tweet classification with naive bayes algorithm Positive,negative and neut Installation root@kitploit: git clone https://github.com/omergunal/twebit cd twebit pip3 install -r requirements.txt Updat...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 5:51 a.m.11 views

ai-exploits

AI 漏洞利用工具集 AI 领域存在安全问题,问题并不仅仅在于输入给 ChatGPT 等大语言模型的内容。基于 Protect AI 与独立安全专家在 Huntr 漏洞赏金平台上进行的研究,针对构建、训练和部署机器学习模型所使用的工具、库和框架,存在更具影响力和实用性的攻击方式。这些攻击大多无需认证,即可导致系统完全被接管和/或敏感数据、模型或凭证的丢失。 通过发布此仓库,Protect AI 希望向信息安全社区阐明,针对 AI/机器学习基础设施的实际攻击在真实世界中是如何发生的,并提高人们对当前 AI/ML 生态系统中存在的大量易受攻击组件的认识。更多漏洞可以在此处找到: 11 月漏洞...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 5:42 a.m.65 views

Octopii

Octopii root@kitploit: ⠀⠀⠀⠀⠀⠀⠀⣤⣤⣄⣀⡀⠀⠀⠀⢀⣠⣤⣤⣄⡀⠀⠀⠀⢀⣀⣠⣤⣤⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠸⣿⣿⡿⠿⢿⣷⡄⢠⣿⣿⣿⣿⣿⣿⡄⢀⣾⡿⠿⢿⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠈⠉⠀⠀⢸⣿⡇⢸⣿⣿⣿⣿⣿⣿⡇⢸⣿⡇⠀⠀⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⣠⣤⡀⠀⠀⠀⠀⠀⠀⠀⢸⣿⡇⢸⣿⣿⣿⣿⣿⣿⡇⢸⣿⡇⠀⠀⠀⠀⠀⠀⠀⢀⣤⣄⠀⠀⠀ ⠸⣿⣿⣿⣿⣿⣿⣿⣿⣦⠀⢸⣿⡇⢸⣿⣿⣿⣿⣿⣿⡇⢸⣿⡇⠀⣴⣿⣿⣿⣿⣿⣿⣿⣿⠇⠀⠀ ⠀⠉⠉⠁⠀⠀⠀⠀⣿⣿⠀⢸⣿⡇⠀⠉⣿⣿⣿⣿⠉⠀⢸⣿⡇⠀⣿⣿⠀⠀⠀⠀⠈⠉⠉⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣀⣈⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣟⣁⣀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀...

5.6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/22 4:28 a.m.15 views

Manati

ManaTI Project Machine Learning for Threat Intuitive Analysis The goal of the ManaTI project is to develop machine learning techniques to assist an intuitive threat analyst to speed the discovery of new security problems. The machine learning will contribute to the analysis by finding new...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 4:21 a.m.13 views

WAF-A-MoLE

WAF-A-MoLE A guided mutation-based fuzzer for ML-based Web Application Firewalls, inspired by AFL and based on the FuzzingBook by Andreas Zeller et al. Given an input SQL injection query, it tries to produce a semantic invariant query that is able to bypass the target WAF. You can use this tool f...

6.1AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/22 4:16 a.m.13 views

guardd

guardd Machine learning driven behavioral anomaly detection for Linux using eBPF + Isolation Forest Guardd collects low-level system events process execution, network activity, aggregates them into time-windowed feature vectors, and detects anomalous behavior using a machine learning model. Guard...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 3:35 a.m.21 views

K2-CLI

Khao2 root@kitploit: ██╗ ██╗ ██████╗ ██║ ██╔╝ ╚════██╗ █████╔╝ █████╔╝ ██╔═██╗ ██╔═══╝ ██║ ██╗ ███████╗ ╚═╝ ╚═╝ ╚══════╝ Every single bit. Easy to use, informative and comprehensive steganalysis suite. This is a CLI tool for my SaaS sidehustle khao2.com for steganalysis. FAQs But what really is...

6AI score
SaveExploits0
Rows per page
Query Builder