10682 matches found
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...
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...
ROOT-OS-ALPINE-320-CVE-2026-8926 CVE-2026-8926 in curl - Patched by Root
Root has patched CVE-2026-8926 in the curl package for Root:Alpine:3.20. Multiple fixed versions available...
ROOT-OS-ALPINE-320-CVE-2026-8924 CVE-2026-8924 in curl - Patched by Root
Root has patched CVE-2026-8924 in the curl package for Root:Alpine:3.20. Multiple fixed versions available...
ROOT-OS-ALPINE-320-CVE-2026-10536 CVE-2026-10536 in curl - Patched by Root
Root has patched CVE-2026-10536 in the curl package for Root:Alpine:3.20. Multiple fixed versions available...
ROOT-OS-ALPINE-320-CVE-2026-8927 CVE-2026-8927 in curl - Patched by Root
Root has patched CVE-2026-8927 in the curl package for Root:Alpine:3.20. Multiple fixed versions available...
ROOT-OS-ALPINE-320-CVE-2026-11856 CVE-2026-11856 in curl - Patched by Root
Root has patched CVE-2026-11856 in the curl package for Root:Alpine:3.20. Multiple fixed versions available...
ROOT-OS-ALPINE-320-CVE-2026-9079 CVE-2026-9079 in curl - Patched by Root
Root has patched CVE-2026-9079 in the curl package for Root:Alpine:3.20. Multiple fixed versions available...
CVE-2021-26084
CVE-2021-26084 Verificador em massa de uma linha para o Atlassian Confluence CVE-2021-26084 cat confluenceservers.txt | while read host do; do curl --connect-timeout 10 --max-time 60 --path-as-is --silent --insecure --user-agent "Mozilla/5.1 Windows NT 6.1; Win64; x64; rv:59.0 Gecko/20100101...
CVE-2023-38545-sample
Breve descrizione Questo progetto mostra la CVE-2023-38545 di cURL. L'ho reso il più leggero possibile. Configurazione Prima, crea l'immagine Docker: docker build . -t cveimage Successivamente, possiamo semplicemente eseguire il file immagine, creando un container Docker temporaneo che verrà...
USN-8670-2 curl vulnerability
USN-8670-1 fixed a vulnerability in curl. This update provides the corresponding update for Ubuntu 18.04 LTS, Ubuntu 20.04 LTS, and Ubuntu 22.04 LTS. Original advisory details: Joshua Rogers discovered that curl incorrectly handled reusing connections when client certificate settings changed. Thi...
CVE-2022-44877
CVE-2022-44877 Panoramica Questo script bash viene utilizzato per testare la vulnerabilità dei server web a CVE-2022-44877. Lo script esegue una richiesta curl verso un URL target con un payload codificato in base64. Se il target è vulnerabile alla vulnerabilità CVE-2022-44877, il tempo trascorso...
curl: ARG_CLEAR credential scrubbing wipes only UTF-8 copies on Windows Unicode builds
cleanarg operates on char str, which is the UTF-8 copy allocated by converttchartoUTF8. It has no reference to the original wchart argv element. c / toolgetparam.c:632 / static void cleanargchar str / now that getstr has copied the contents of nextarg, wipe the next argument out so that the...
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...