131019 matches found
drupalgeddon2-CVE-2018-7600
Drupal - Drupalgeddon2 CVE-2018-7600 root@kitploit: $ python3 drupalgeddon.py -h + drupalgeddon2 CVE-2018-7600 exploit by Rafael Caria usage: drupalgeddon.py -h --url URL --command COMMAND --function FUNCTION --test --proxy PROXY ! This script exploits CVE-2018-7600 a Drupal property injection in...
exploit-apache2-cve-2021-41773
Apache2 漏洞利用 Apache 路径遍历漏洞的利用程序。 版本: 2.4.49 CVE: CVE-2021-41773 拉取 docker 镜像 root@kitploit: docker pull httpd:2.4.49-alpine 配置 apache 在 /usr/local/apache2/conf/httpd.conf 中替换以下条目 root@kitploit: AllowOverride none - Require all denied + Require all denied root@kitploit: - LoadModule cgimodule...
bypass-url-parser
Bypass Url Parser 该工具测试多种URL绕过技术,以访问40X保护的页面。 如果你好奇为什么这段代码只不过是一个简陋的curl封装,原因如下: 大多数Python请求库会对URL/路径/参数进行编码/解码,而我讨厌这一点。 如果我提交原始字符,我就要发送原始字符。 如果我发送一个奇怪的路径,我就想要它保持奇怪,而不是被标准化。 在Python中,要在不丢失库的所有好处(如解析、SSL/TLS封装等)的情况下实现这一点,出乎意料地困难。 所以,像我一样,使用curl作为后端,这就行了。 此外,该工具也可以作为库使用,参见libsampleusage.py 安装...
bypass-url-parser
Bypass Url Parser Tool that tests MANY url bypasses to reach a 40X protected page. If you wonder why this code is nothing but a dirty curl wrapper, here's why: Most of the python requests do url/path/parameter encoding/decoding, and I hate this. If I submit raw chars, I want raw chars to be sent...
foxcage
foxcage Ejecuta Firefox en un contenedor Podman sin root para aislamiento de seguridad. Tu navegador se ejecuta con casi ninguna capacidad de Linux, en su propio espacio de usuario y de red, aislado del host — mientras sigue teniendo aceleración GPU completa, audio y soporte DRM. ¿Por qué foxcage...
malwoverview
Malwoverview !Alt...
malwoverview
Malwoverview !Alt...
trailmark
Trailmark 将源代码解析为可查询的函数、类、调用和语义注解图,用于安全分析。 Trailmark 使用 tree-sitter 进行语言无关的 AST 解析,并使用 rustworkx 进行高性能图遍历。其长远愿景是将此图与变异测试和覆盖率引导的模糊测试相结合,以识别从用户输入可达的假设与测试覆盖率之间的差距。 工作原理 Trailmark 分三个阶段运行:解析 、索引 和查询 。mermaid flowchart TD A"Source Files" -- B"tree-sitter Parser" B -- C"CodeGraph nodes + edges" C --...
reproxy
Reproxy 是一个简单的边缘 HTTPs 服务器/反向代理,支持多种提供者(docker、static、file、consul catalog)。一个或多个提供者提供关于请求服务器、请求 URL、目标 URL 和健康检查 URL 的信息。它以单个二进制文件或 Docker 容器的形式分发。 通过 Let's Encrypt 自动 SSL 终止 支持用户提供的 SSL 证书 简单但灵活的代理规则 静态、命令行代理规则提供者 动态、基于文件的代理规则提供者 Docker 提供者,自动发现 Consul Catalog 提供者,通过服务标签发现 支持多个(虚拟)主机 可选流量压缩 可选基于...
reproxy
Reproxy is a simple edge HTTPs server / reverse proxy supporting various providers docker, static, file, consul catalog. One or more providers supply information about the requested server, requested URL, destination URL, and health check URL. It is distributed as a single binary or as a docker...
xxexploiter
XXExploiter 它生成XML载荷,并自动启动一个服务器来提供所需的DTD或进行数据外泄。 安装 root@kitploit: install node and npm if you don't have it yet npm install -g xxexploiter 从源码构建和运行 这是一个用TypeScript编写的简单Node应用。因此你可以像构建其他应用一样构建它: (如果没有安装node和npm,请先安装它们) root@kitploit: npm install npm run build you may need to npm install typescrip...
awesome-appsec-interview
Awesome AppSec Interview 一份精心整理的资源、练习题和学习材料清单,按面试类型分类,帮助你准备应用安全工程师 面试。 目录 面试概述 安全代码审查 威胁建模 编码与脚本 场景面试 技术知识 系统设计 行为面试(STAR) 相关资源 贡献 许可 面试概述 面试内容概览 大多数应用安全面试环节包括以下混合内容: 安全代码审查 威胁建模 编码或脚本编写 场景问题 技术知识 系统设计(Senior+) 行为面试 面试通用技巧 提出澄清性问题 – 问题故意模糊,以考察你的思考方式 出声思考 – 说出你的推理过程 写下要点 – 记录需求和约束 展示你的方法 –...
atproto
Blacksky AppView 这是Blacksky社区对AT协议参考实现(由Bluesky Social PBC开发)的一个分支。它驱动着位于 api.blacksky.community 的 AppView。 我们发布此代码是为了透明,并让其他社区也能从中受益。本仓库不接受贡献、issue 或 PR。 如果你需要规范的 atproto 实现,请使用 bluesky-social/atproto。 不同之处 所有变更都在 packages/bsky(AppView 逻辑)、services/bsky(运行时配置)以及一个自定义迁移文件中。其余部分均与上游保持一致。 为何不使用内置的...
faraday-cli
终端上的Faraday 直接在您最喜爱的终端中使用faraday faraday-cli 是官方客户端,可让您的安全工作流程自动化更加便捷。 安装前,我们建议创建并激活一个 Python 虚拟环境,以避免影响系统 Python 包。例如: root@kitploit: python3 -m venv .venv source .venv/bin/activate 如果您更偏好 virtualenv,也可以使用它。虚拟环境激活后,运行以下安装命令。 通过 pip 安装 root@kitploit: pip install faraday-cli 从源码安装 root@kitploit: g...
DATA
DATA: Credential Phish Analysis and Automation Slides from presentation at CircleCityCon 2017 Tested on Headless Ubuntu Server 16.04 BUCKLEGRIPPER py Given a suspected phishing url or file of line separated urls, visit, screenshot, and scrape for interesting files. Requirements can be installed b...
temcrypt
The Next-gen Encryption Try temcrypt on the Web → temcrypt SDK Focused on protecting highly sensitive data, temcrypt is an advanced multi-layer data evolutionary encryption mechanism that offers scalable complexity over time, and is resistant to common brute force attacks. You can create your own...
pentest-tools
pentest-tools A collection of custom security tools for quick needs. Important note ‼ A big clean occured in 2022-11 ‼ Some useless/not working scripts have been archived and some others have been moved to their own repository to get more visibility, feel free to check them: apk-analyzer...
scour
Scour - AWS Detection Framework This tool is used to emulate attack patterns inside of the AWS Controlplane. Each attack is tagged with a specific UA for the blue team to signal off of. Status This is still an active work in progress. Lots of Bugs Not ready for production Where to file issues :...
scour
Scour - AWS 检测框架 该工具用于在 AWS 控制平面内模拟攻击模式。每个攻击都会附带一个特定的 UA(用户代理),供蓝队进行信号检测。 状态 目前仍在积极开发中。存在大量错误 。 尚未准备好投入生产环境。 问题提交地址 : https://github.com/grines/scour/issues 维护者 : grines 什么是 Scour? Scour 是一个基于 Golang 编写的现代模块化 AWS 利用框架,专为红队测试和蓝队分析而设计。它包含可用来攻击环境或构建防御检测的现代技术。 特性 命令补全 动态资源列表 命令历史 蓝队模式(为攻击行为添加唯一的用户代理标...
test-your-sysadmin-skills
:star: "A great Admin doesn't need to know everything, but they should be able to come up with amazing solutions to impossible projects. " - cwheeler33 ServerFault :star: "My skills are making things work, not knowing a billion facts. ... If I need to fix a system I’ll identify the problem, check...