10922 matches found
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...
explain-my-curl
explain-my-curl explain-my-curl は、DNS、TLS、HTTP にわたって curl コマンドが何をしているかを理解するためのローカルファーストの CLI です。 このリポジトリには現在以下のものが含まれています: curl 入力を解析して説明する CLI コマンド インタラクティブな探索のためのスターター TUI DNS、TCP 接続、TLS ハンドシェイク、Time-to-First-Byte の実行テレメトリー コマンド表示とエラー文字列のためのシークレット編集...
CVE-2023-38545
gcc client.c -lcurl...
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...
CLEANSTART-2026-MS57459 Security fix for CVE-2018-1000300 applied in: curl 7.60.0-r0
Security vulnerability affects the curl package. This issue is resolved in later releases. See references for vulnerability details...
CLEANSTART-2026-OR86338 Security fix for CVE-2018-16890 applied in: curl 7.64.0-r0
Security vulnerability affects the curl package. This issue is resolved in later releases. See references for vulnerability details...
CLEANSTART-2026-OY53589 Security fix for CVE-2022-30115 applied in: curl 7.83.1-r0
Security vulnerability affects the curl package. This issue is resolved in later releases. See references for vulnerability details...
CLEANSTART-2026-TI45822 Security fix for CVE-2022-32206 applied in: curl 7.84.0-r0
Security vulnerability affects the curl package. This issue is resolved in later releases. See references for vulnerability details...
CLEANSTART-2026-JD03338 Security fix for CVE-2024-0853 applied in: curl 8.6.0-r0
Security vulnerability affects the curl package. This issue is resolved in later releases. See references for vulnerability details...
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 は curl1 の統計情報を美しく明瞭に可視化します。 これは 単一ファイル🌟 の Python スクリプトで、依存関係はなく👏 、Python 3🍻 に対応しています。 特徴 美しいターミナル出力 — DNS、TCP、TLS、サーバー処理、コンテンツ転送のタイミング詳細 構造化 JSON 出力 — 安定した v1 スキーマで機械処理向けの --format json / jsonl SLO しきい値チェック — --slo total=500,connect=100 が違反時に終了コード 4 を返す 結果をファイルに保存 —...
CVE-2022-44877
CVE-2022-44877 概要 このbashスクリプトは、CVE-2022-44877に対するWebサーバの脆弱性をテストするために使用されます。スクリプトは、base64でエンコードされたペイロードを含むcurlリクエストをターゲットURLに送信します。ターゲットがCVE-2022-44877の脆弱性を持つ場合、curlリクエストの経過時間が3.5秒を超えます。 インストール root@kitploit: sudo apt-get update sudo apt-get install curl bc git clone...
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:...
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...
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,...
SEcraper
SEcraper BASHスクリプトを使用した検索エンジンスクレイピングツール。 依存関係 curl cli 利用可能な検索エンジン Ask.com Search.yahoo.com Bing.com インストール root@kitploit: git clone https://github.com/zerobyte-id/SEcraper.git cd SEcraper/ 実行 root@kitploit: bash secraper.bash "QUERY" ありがとうございます : コーヒーを一杯ご馳走したい方はこちら buymeacoffee.com/zerobyteid。...
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:...
wuzz
wuzz 対話型のHTTP検査用CLIツール。 Wuzzのコマンドライン引数はcURLの引数に似ているため、ブラウザのネットワークインスペクタの「cURLとしてコピー」機能でコピーしたリクエストを検査/修正するために使用できます。 インストールと使い方 GO root@kitploit: $ go get github.com/asciimoo/wuzz $ "$GOPATH/bin/wuzz" --help 注: golang = 1.10 が必要です。 バイナリリリースも利用可能です。 Apt root@kitploit: $ apt install wuzz Apk...
bypass-url-parser
Bypass Url Parser 多くの MANY urlバイパスをテストして、40X protected page に到達するツール。 なぜこのコードが単なる汚いcurlラッパーなのか疑問に思うなら、その理由は次のとおりです。 ほとんどのpython requestsは、url/path/parameterのエンコード/デコードを行い、私はこれが嫌いです。 生の文字を送信するなら、生の文字を送信したい。 奇妙なパスを送信するなら、奇妙なままであってほしい。正規化されてはならない。...
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...