10787 matches found
N1QLMap
描述 N1QLMap 是一款 N1QL 利用工具,目前支持 Couchbase 数据库。该工具支持数据提取以及通过 CURL 进行 SSRF 攻击。 更多信息请参阅:https://labs.f-secure.com/blog/n1ql-injection-kind-of-sql-injection-in-a-nosql-database。 用法 帮助 root@kitploit: 用法: n1qlMap.py -h -r REQUEST -k KEYWORD --proxy PROXY --validatecerts -v -d | -ks DATASTOREURL | -e...
httpstat
httpstat httpstat visualiza las estadísticas de curl1 de una manera bella y clara. Es un script de Python de un solo archivo🌟 que no tiene dependencias👏 y es compatible con Python 3🍻. Características Hermosa salida de terminal — desglose de tiempos de DNS, TCP, TLS, procesamiento del servidor y...
CVE-2023-38545-POC
CVE-2023-38545 POC para la herramienta de línea de comandos curl Este POC se basa en el POC anterior creado por UTsweetyfish, compartido en este repositorio:https://github.com/UTsweetyfish/CVE-2023-38545. A diferencia de ese POC, este es para la herramienta de línea de comandos y no para la...
byp4xx
root@kitploit: / / / // / / / / / / / // /| |// |// / // / // / // / / Some cURL options you may use as example: -L follow redirections 30X responses -x : to set a proxy -m to set a timeout -H for new headers. Escape double quotes. -d for data in the POST requests body -... Built-in options:...
git-vuln-finder
git-vuln-finder Finding potential software vulnerabilities from git commit messages. The output format is a JSON with the associated commit which could contain a fix regarding a software vulnerability. The search is based on a set of regular expressions against the commit messages only. If CVE ID...
tmux
Welcome to tmux! tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. This release runs on OpenBSD, FreeBSD, NetBSD, Linux,...
explain-my-curl
explain-my-curl explain-my-curl es un CLI local-first para entender lo que un comando curl está haciendo a través de DNS, TLS y HTTP. Este repositorio actualmente incluye: Un comando CLI para analizar y explicar una entrada de curl Un TUI inicial para exploración interactiva Telemetría de ejecuci...
burp-exporter
Exporter Extension for Burp Suite Community and Pro Follow us to know more about tips and others extensions Description Exporter is a Burp Suite extension to copy a request to a file or the clipboard as multiple programming languages functions. It also adds a tab called Exporter where you can...
wuzz
wuzz 用于 HTTP 检查的交互式命令行工具。 Wuzz 的命令行参数与 cURL 的参数类似, 因此可用于检查/修改通过浏览器网络检查器的“copy as cURL”功能复制的请求。 安装与使用 GO root@kitploit: $ go get github.com/asciimoo/wuzz $ "$GOPATH/bin/wuzz" --help 注意:需要 golang = 1.10。 同时提供二进制发布版。 Apt root@kitploit: $ apt install wuzz Apk root@kitploit: $ apk add wuzz Scoop...
CVE-2023-38545
CVE-2023-38545: Prueba de concepto de la vulnerabilidad de Curl Este repositorio contiene una Prueba de Concepto PoC diseñada para probar sistemas frente a la vulnerabilidad CVE-2023-38545. La vulnerabilidad afecta a la utilidad curl, concretamente a las versiones entre 7.69.0 y 8.3.1, y está...
bypass-403
Bypass-403 A simple script just made for self use for bypassing 403 It can also be used to compare responses on verious conditions as shown in the below snap Usage ./bypass-403.sh https://example.com admin ./bypass-403.sh website-here path-here Features Use 24 known Bypasses for 403 with the help...
bypass-403
Bypass-403 一个为个人使用而写的简单脚本,用于绕过403状态码 它还可以用来比较不同条件下的响应,如下所示 用法 ./bypass-403.sh https://example.com admin ./bypass-403.sh website-here path-here 功能 借助curl,使用24种已知的绕过403方法 安装 git clone https://github.com/iamj0ker/bypass-403 cd bypass-403 chmod +x bypass-403.sh sudo apt install figlet - 如果您无法看到截图中的lo...
CVE-2026-50979
CVE-2026-50979: Ejecución Remota de Código Autenticada en oPanel Resumen CVE ID: CVE-2026-50979 Producto: oPanel Versiones Afectadas: v1.19.50 y anteriores Tipo de Vulnerabilidad: Inyección de Comandos Autenticada / Ejecución Remota de Código RCE Componente Vulnerable: punto final /advanced/curl...
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...
CVE-2021-43798-Grafana-path-traversal-tester
Probador de Path Traversal de Grafana Este script automatiza las pruebas de los endpoints de plugins conocidos de Grafana para detectar potenciales vulnerabilidades de path traversal usando curl. 🛠 Características Lee las rutas objetivo desde un archivo p. ej. paths.txt Envía peticiones HTTP usan...
awesome
Check out my macOS app Supercharge Elevate your Mac experience My open source work is supported by the community Special thanks to: Fast remote container builds and GitHub Actions runners. Get the most out of every conversation. AI-powered meeting notes, automations, and search. Give AI agents th...
4-ZERO-3
简介 4-ZERO-3 用于绕过403/401的工具。此脚本包含所有可能的绕过技术。 注意 :如果在输出中看到多个200 Ok/绕过结果,你必须检查Content-Length。如果多个200 Ok/绕过结果的Content-Length相同,则意味着误报。原因可能是"301/302"或"../" Payload 不要惊慌。 如果发现可能的绕过,脚本将打印cURL PAYLOAD。 预览 帮助 root@kitploit: root@medheeraj:$ bash 403-bypass.sh -h 用法/模式 使用特定载荷扫描: --header 支持基于HEADER的绕过/载荷...
snuffleupagus
Snuffleupagus Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest! Key Features • Download • Examples • Documentation • License • Thanks Snuffleupagus is a PHP 7+ and 8+ module designed to drastically raise the cost of attacks against websites, by killing entire b...
httpstat
httpstat httpstat visualizes curl1 statistics in a way of beauty and clarity. It is a single file🌟 Python script that has no dependency👏 and is compatible with Python 3🍻. Features Beautiful terminal output — timing breakdown of DNS, TCP, TLS, server processing, and content transfer Structured JSO...