10679 matches found
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...
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-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 자세한 내용은 다음을 참조하세요: 이 링크중국...
CVE-2023-38545
CVE-2023-38545: Proof of Concept della vulnerabilità Curl Questa repository contiene un Proof of Concept PoC progettato per testare i sistemi per la vulnerabilità CVE-2023-38545. La vulnerabilità interessa l'utility curl, in particolare le versioni tra 7.69.0 e 8.3.1, ed è legata alla gestione de...
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...
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...
wuzz
wuzz Strumento CLI interattivo per l'ispezione HTTP. Gli argomenti della riga di comando di Wuzz sono simili a quelli di cURL, quindi può essere usato per ispezionare/modificare le richieste copiate dall'ispettore di rete del browser con la funzione "copy as cURL". Installazione e utilizzo GO...
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,...
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
Introduzione 4-ZERO-3 Strumento per bypassare 403/401. Questo script contiene tutte le possibili tecniche per farlo. NOTA : Se vedi più 200 Ok/bypass come output, devi controllare il Content-Length. Se il content-length è lo stesso per più 200 Ok/bypass, significa falso positivo. Il motivo può...
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:...
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 Un semplice script realizzato per uso personale per bypassare 403 Può anche essere usato per confrontare risposte in varie condizioni come mostrato nello screenshot qui sotto Utilizzo ./bypass-403.sh https://example.com admin ./bypass-403.sh website-here path-here Caratteristiche Usa 2...