Lucene search
+L

18350 matches found

Kitploit
Kitploit
added 2026/09/11 7:09 p.m.8 views

SharpSploitConsole

SharpSploitConsole Console Application designed to interact with SharpSploit released by @cobbrio https://github.com/cobbr/SharpSploit SharpSploit is a tool written by @cobbrio that combines many techniques/C code from the infosec community and combines it into one sweet DLL. It's awesome so chec...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 7:08 p.m.6 views

CVE-2019-17041

Rsyslog - what is it? Rsyslog is a r ocket-fast sys tem for log processing. It offers high-performance, great security features and a modular design. While it started as a regular syslogd, rsyslog has evolved into a kind of swiss army knife of logging, being able to accept inputs from a wide...

9.8CVSS7.2AI score0.04568EPSS
SaveExploits0
Fedora
Fedora
added 2026/09/11 7:08 p.m.4 views

[SECURITY] Fedora 45 Update: mingw-expat-2.8.4-1.fc45

This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parse...

7.8CVSS0.00287EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 7:07 p.m.12 views

squidmagic

Squidmagic is a tool designed to analyze a web-based network traffic to detect central command and control C&C servers and Malicious site, using Squid proxy server and Spamhaus. Install dependencies root@kitploit: pip install -r requirements.txt Usage root@kitploit: python squidmagic.py...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 7:04 p.m.8 views

C-Game-Modding-Utility

C/C++ Game Modding Utility This utility aims to make writing mods for 5th/6th generation console games in C/C++ easier. It handles all the tedious setup, letting you focus on actually writing code. No manual cross-compiler setup. No manual ISO rebuilding. No complicated testing workflows. Feature...

6AI score
SaveExploits0References23
Kitploit
Kitploit
added 2026/09/11 7:01 p.m.7 views

Lilith

Lilith Free & Native Open Source C++ Remote Administration Tool for Windows Lilith is a console-based ultra light-weight RAT developed in C++. It features a straight-forward set of commands that allows for near complete control of a machine. Disclaimer The use of this software on any device that ...

5.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 6:59 p.m.6 views

CVE-2023-30459

CVE-2023-30459 SmartPTT SCADA 1.1.0.0 allows remote code execution when the attacker has administrator privileges by writing a malicious C script and executing it on the server via server settings in the administrator control panel on port 8101, by default. How to use: python CVE-2023-30459.py -t...

7.2CVSS7.3AI score0.02106EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/11 6:47 p.m.8 views

PersistAssist

PersistAssist PersistAssist is a fully modular persistence framework written in C. All persistence techniques contain a cleanup method which will server to remove the persistence aside from the persistence code. This is a WIP so there are many empty classes, the main object of this project...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 6:40 p.m.8 views

SessionView

SessionView A lightweight C console application for enumerating and displaying all user sessions on Windows Server, including session GUIDs. Features Complete Session Enumeration : Lists all active sessions on the Windows server Detailed Session Information : Displays Session ID, Station Name,...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 6:39 p.m.9 views

simple-maven

Damn Vulnerable C Application API Only Getting Started Note: This is a deliberately vulnerable app, please do not host it on production or Internet/public facing servers. Use with caution. kk Docker test root@kitploit: docker-compose up tets Manual Install .NET Core 2.x SDK Microsoft .NET Core SD...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 6:33 p.m.8 views

libptrace

libptrace libptrace is an event driven process/thread debugging, tracing, and manipulation framework. It is written in C and has Python 2.7 and 3.7 bindings. It is meant to be used as a library. The API has been designed with cross-platform support in mind. Although the current version only runs ...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/11 6:28 p.m.6 views

external_expat_AOSP10_r33_CVE-2022-23990

Expat, 发布版 2.2.6 这是 Expat,一个用于解析 XML 的 C 语言库,由 James Clark 于 1997 年启动。Expat 是一个面向流的 XML 解析器。这意味着你可以在开始解析之前向解析器注册处理程序。当解析器发现被解析文档中相关的结构时,这些处理程序会被调用。开始标签就是你可以注册处理程序的结构之一。 Windows 用户应使用 expatwin32 包,该包包含预编译的库和可执行文件,以及供开发者使用的源代码。 Expat 是自由软件。你可以根据该软件包附带的 COPYING 文件中包含的许可证条款进行复制、分发和修改。此许可证与 MIT/X...

7.5CVSS7.2AI score0.03992EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 6:23 p.m.6 views

fortress

One browser engine to rule them all Stealth Chromium engine...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 6:04 p.m.14 views

maat

概要 Maatは、オープンソースの動的シンボリック実行およびバイナリ解析フレームワークです。シンボリック実行、汚染解析、制約解決、バイナリ読み込み、環境シミュレーションなど様々な機能を提供し、アセンブリリフティングにはGhidraのsleighライブラリを活用しています: https://maat.re 主な機能: 高速でポータブル : 実世界のアプリケーションにスケールするよう設計されています。優れた実行性能のため完全にC++で書かれています。実行時の依存関係はほとんどなく、そのほとんどはオプションです。 ユーザーフレンドリー :...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/11 6:04 p.m.7 views

QLinspector

QLinspector Finding Java/C gadget chains with CodeQL. More information in our article Installation Clone the repo root@kitploit: $ git clone https://github.com/synacktiv/QLinspector.git Search for gadgets: root@kitploit: $ codeql database analyze log4j --format=sarif-latest --output=log4j.sarif...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 5:57 p.m.8 views

python-haystack

python-haystack memory forensics |travis| |coverage| |landscape| |pypi| |docs| Quick Start: Quick usage guide in the docs/ folder. Haystack-reverse CLI in the docs/ folder. More documentation Introduction: python-haystack is an heap analysis framework, focused on searching and reversing of C...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/11 5:53 p.m.12 views

CIFSwitch

CIFSwitch CVE-2026-46243 Writeup !WARNING The PoC is provided solely to help defenders, maintainers, and authorized security teams validate patches, mitigations, detections, and exposure on systems they own or are explicitly authorized to test. You are solely responsible for ensuring that your us...

7.8CVSS6.2AI score0.00377EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/11 5:43 p.m.5 views

CVE-2019-25137-Version-Research

CVE-2019-25137 Affected Version Research CVE-2019-25137 Overview CVE-2019-25137 is a XSLT injection vulnerability in Umbraco CMS. The vulnerability is present in the XSLT Extensive Stylesheet Language Transformations Visualizer webpage. The vulnerable URI for this webpage is...

7.2CVSS7.3AI score0.0412EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/11 5:42 p.m.5 views

my-little-honeypot

my-little-honeypot Description This repository aims to show how easy it is to code a telnet honeypot in order to recovering IOT malwares, and thus, active Command & Control. This code has been released espacially because of the conference I gave at the INSHACK event in Lyon, France on April 6th...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 5:40 p.m.12 views

KnockOutlook

KnockOutlook "The best feeling is to win by knockout." - Nonito Donaire Overview KnockOutlook is a C project that interacts with Outlook's COM object in order to perform a number of operations useful in red team engagements. Command Line Usage root@kitploit: / /// / // \ / // / / / / , / / / /...

6.2AI score
SaveExploits0References1
Rows per page
Query Builder