10681 matches found
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á...
CVE-2025-31161
CVE-2025-31161 エクスプロイト インストール 1. root@kitploit: git clone https://github.com/cesarbtakeda/CVE-2025-31161.git && cd CVE-2025-31161 2. 使用方法 root@kitploit: sudo exploit2.py -h -u HOST -p PORT -tu TARGETUSER -nu NEWUSER -np PASSWORD または 1. lcurl ライブラリに依存 root@kitploit: git clone...
CVE-2023-38545
usage root@kitploit: git clone https://github.com/imfht/CVE-2023-38545 cd CVE-2023-38545/curl-7.74.0 && ./configure --with-openssl make -j 4 python3 socks.py & export ALLPROXY=socks5h://127.0.0.1:9050 ./curl-7.74.0/src/curl $python3 -c "print'A'10000, end=''" -vvvv proof for details please see:...
firepwner
CVE-2015-6357: FirePWNER Exploit for Cisco FireSIGHT Management Center SSL Validation Vulnerability Introduction On its own the Cisco FireSIGHT Management Center Certificate Validation Vulnerability is a medium severity vulnerability with a CVSS of 5.1. However, this vulnerability is an example o...
ip-finder-cli
IPFinder CLI Command Line Interface https://ipfinder.io/ Supports Single IP Address, asn, ranges, firewall as Input Supports Bulk Exports Results to Screen or to An Output File Supports IPv4 and IPv6 Supports ASN number , RANGES , Firewall Getting Started sign up for a free account at...
webminex
webminex exploit PoC para backdoor de Webmin ejemplo basado en bash/curl para explotar los backdoors de Webmin CVE-2019-15107 y CVE-2019-15231. por Hanno Böck, https://hboeck.de/...
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,...
CVE-2023-38545
CVE-2023-38545: Curl 취약점 개념 증명PoC 이 저장소에는 CVE-2023-38545 취약점에 대한 시스템 테스트를 위해 설계된 개념 증명PoC이 포함되어 있습니다. 이 취약점은 curl 유틸리티, 특히 7.69.0과 8.3.1 사이의 버전에 영향을 미치며 HTTP 리디렉션 처리와 관련이 있습니다. 전제 조건 필요한 소프트웨어: curl 기능 1080 포트에서 실행되는 SOCKS5 프록시 서버 8000 포트에서 실행되는 HTTP 서버 취약점을 테스트하는 자동화 스크립트 아키텍처 PoC는 두 가지 주요 구성 요소...
CVE-2023-38545
gcc client.c -lcurl...
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...
CVE-2018-16890
CVE-2018-16890 在 curl 处理 NTLMv2 type-2 头部时发现了一个越界读取缺陷。当连接到使用 NTLM 认证的远程恶意服务器时,该缺陷可能导致 curl 崩溃。 一个检查你的 curl 的简单脚本。...
N1QLMap
Descrizione N1QLMap è uno strumento di sfruttamento N1QL. Attualmente funziona con il database Couchbase. Lo strumento supporta l'estrazione di dati e l'esecuzione di attacchi SSRF tramite CURL. Maggiori informazioni possono essere trovate qui:...
CVE-2020-8165
CVE-2020-8165 لا أعرف حقًا من كتبه، ومع ذلك: سكربت مذهل يغنيك عن استخدام أدوات Burp وCurl...
cve-2024-24919
Recon-Tool Installation 1. git clone https://github.com/satchhacker/cve-2024-24919.git 2. cd cve-2024-24919 3. chmod +x cve-2024-24919.sh 4. ln -s $pwd/cve-2024-24919.sh /usr/bin/cve-2024-24919.sh Um das Tool zu verwenden, führen Sie einfach aus: cve-2024-24919 Verwendung Dieses Tool sendet eine...
CVE-2023-38545-POC
CVE-2023-38545 POC per lo strumento da riga di comando curl Questo POC si basa sul precedente POC creato da UTsweetyfish, condiviso in questo repository:https://github.com/UTsweetyfish/CVE-2023-38545. A differenza di quel POC, questo è per lo strumento da riga di comando e non per la libreria...
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...
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...
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...
httpstat
httpstat httpstat visualizza le statistiche di curl1 in modo bello e chiaro. È uno script Python a file unico🌟 che non ha dipendenze👏 ed è compatibile con Python 3🍻. Caratteristiche Bell'output nel terminale — suddivisione dei tempi di DNS, TCP, TLS, elaborazione del server e trasferimento del...
bypass-url-parser
Bypass Url Parser Werkzeug, das MANY URL-Bypässe testet, um eine 40X protected page zu erreichen. Wenn Sie sich fragen, warum dieser Code nothing but a dirty curl wrapper ist, hier ist der Grund: Die meisten Python-Requests führen URL/Pfad/Parameter-Kodierung/Dekodierung durch, und ich hasse das...