851109 matches found
EnableWindowsLogSettings
Yamato Security's Windows Event Log Configuration Guide For DFIR And Threat Hunting English | 日本語 This is yet another guide on properly configuring and monitoring Windows event logs with an emphasis on logging for sigma rules. This is a work in progress, so check back please periodically for...
Powershell-C2
Powershell-C2 This attack stems off of my Powershell Payload Excel Delivery, but it uses a really cool method for Command and Control/persistence on the box. A walk-through can be found here: http://enigma0x3.wordpress.com/2014/01/17/command-and-control-using-powershell-and-your-favorite-website/...
subfinder
快速被动的子域枚举工具。 功能特性 • 安装 • 使用方法 • API 设置 • 库 • 加入 Discord subfinder 是一款子域发现工具,使用被动在线源返回网站的有效子域。它具有简单、模块化的架构,并针对速度进行了优化。subfinder 只专注于做一件事——被动子域枚举,而且做得非常好。 我们已使其符合所有使用的被动源许可证和使用限制。被动模式保证了速度和隐蔽性,渗透测试人员和漏洞赏金猎人同样可以利用这些优势。 功能特性 快速且强大的解析和通配符消除模块 精选 被动源以最大化结果 支持多种输出格式(JSON、文件、stdout) 针对速度优化且对资源轻量 STDIN/OU...
ScubaGear
ScubaGear is an assessment tool that verifies that a Microsoft 365 M365 tenant’s configuration conforms to the policies described in the Secure Cloud Business Applications SCuBA Secure Configuration Baseline documents. !NOTE This documentation can be read using GitHub Pages. Target Audience...
falco
Falco Falco 是一款面向 Linux 操作系统的云原生运行时安全工具。它旨在实时检测异常行为和潜在安全威胁,并发出告警。 其核心是,Falco 是一个内核监控与检测代理,根据自定义规则观察事件(如系统调用)。Falco 可以通过集成来自容器运行时和 Kubernetes 的元数据来增强这些事件。收集到的事件可以在 SIEM 或数据湖系统中进行主机外分析。 Falco 最初由 Sysdig 创建,是 云原生计算基金会 CNCF 下的一个毕业项目 ,被众多组织用于生产环境。 有关 Falco 可检测的网络威胁的详细技术信息和见解,请访问官方 Falco 网站。...
CVE-2022-37706
CVE-2022-37706 Hello guys, this time I'm gonna talk about a recent 0-day I found in one of the main window managers of Linux called Enlightenment https://www.enlightenment.org/. This 0-day gonna take any user to root privileges very easily and instantly. The exploit is tested on Ubuntu 22.04, but...
awesome-soc
Awesome SOC An operational handbook and knowledge base to build, run and mature a SOC including CSIRT. Covering: SOC basics detection engineering threat intelligence SOC metrics/KPI SOC automation AI use cases and best practices SOP SOC playbooks Those are my view, based on my own experience as...
zeek-jetdirect
Zeek Package for zeek-jetdirect .. image::...
CVE-2019-11043-Vulnerability
Collaberators: Olaf Madejski, Andrew Masone, Nate Desany PHP-FPM Reverse Tunnel Exploitation & Persistence Demonstration CVE-2019-11043 — Debian PHP-FPM Path Handling Vulnerability Project Overview In October 2019, Debian Security Advisory researchers Emil Lerner and Andrew Danau published a noti...
CUPS-CVE-2024-47176
CVE-2024-47176 Vulnerability Scanner for CUPS A simple tool to scan systems running CUPS Common Unix Printing System for the CVE-2024-47176 vulnerability. This vulnerability can lead to remote code execution RCE through the Internet Printing Protocol IPP on port 631. Features Automated Scanning :...
CVE-2026-69083_exploit
CVE-2026-69083 — SiYuan Unauthenticated SQL Injection Unauthenticated SQL injection in SiYuan a Go-based knowledge-base app via the asset-content search endpoint. POST /api/search/fullTextSearchAssetContent builds a raw SQL statement by concatenating the user-controlled query value straight into ...
CVE-2025-54100
CVE-2025-54100 PowerShell 的 curl 在底层使用 Invoke-WebRequest。 root@kitploit: PS C:\Users\melih curl cmdlet Invoke-WebRequest at command pipeline position 1 Supply values for the following parameters: Uri:...
CVE-2025-24893-PoC
Disclaimer: The vulnerabilities and reproduction steps described in this document are intended solely for cybersecurity research and educational purposes. No one shall use the information provided in this document for illegal purposes or unauthorized system testing. The author assumes no...
Openssl_1.1.1g_CVE-2023-0464
OpenSSL 1.1.1g 21 Apr 2020 Copyright c 1998-2020 The OpenSSL Project Copyright c 1995-1998 Eric A. Young, Tim J. Hudson All rights reserved. DESCRIPTION The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, fully featured, and Open Source toolkit implementing the...
CVE-2022-22978
CVE 2022-22978: Authorization Bypass in RegexRequestMatcher 🥶 Overview According to the information I have gathered, this vulnerability relates to the RegexRequestMatcher class in the Spring Security framework. Specifically, applications using RegexRequestMatcher where the regular expression...
mallory
mallory HTTP/HTTPS proxy over SSH. Installation Local machine: go install github.com/justmao945/mallory/cmd/mallory@latest Remote server: need our old friend sshd Configuration Config file Default path is $HOME/.config/mallory.json, can be set when start program root@kitploit: mallory -config...
mallory
mallory SSH経由のHTTP/HTTPSプロキシ。 インストール ローカルマシン: go install github.com/justmao945/mallory/cmd/mallory@latest リモートサーバー: 旧友のsshdが必要です 設定 設定ファイル デフォルトのパスは$HOME/.config/mallory.jsonで、プログラム起動時に設定できます root@kitploit: mallory -config path/to/config.json 内容: idrsa は秘密鍵ファイルへのパスです。ssh-keygenで生成できます。 localsmart...
GO-2026-6302 vulnerabilities
Vulnerabilities for packages: crossplane-function-auto-ready-fips, crossplane-function-auto-ready...
otto-support
Otto 支持 面向 AI 编码助手的客户支持 MCP 服务器。单个 Go 二进制文件,分层认证,4 个角色级别共 19 个工具。 基于 mcp-go 构建。 快速开始 选项 A:Docker 容器(推荐) 在隔离的容器中运行所有内容。Claude Code 已预装,MCP 服务器自动启动。 root@kitploit: Build docker build -t otto-support . Run with your API key docker run -it -e ANTHROPICAPIKEY="$ANTHROPICAPIKEY" otto-support Or with...
CVE-2023-6634
CVE-2023-6634 Exploit Script Description This repository contains a Python script designed to exploit the CVE-2023-6634 vulnerability found in the LearnPress plugin for WordPress, versions up to and including 4.2.5.7. The vulnerability allows for remote code execution RCE due to improper input...