From ec0d6f73c19ed8ac274bc00d823dadf6ef0e41d9 Mon Sep 17 00:00:00 2001 From: funa-tk <1781263+funa-tk@users.noreply.github.com> Date: Mon, 28 Mar 2022 18:42:19 +0900 Subject: [PATCH] update README --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index b0ba1c7..ce8c7bb 100644 --- a/README.ja.md +++ b/README.ja.md @@ -20,7 +20,7 @@ PacketProxyは、HTTP1/HTTP2/HTTPS通信だけでなく、より低レイヤー - インターセプト - 加工して再送 - **HTTP/HTTPS通信だけでなく、より低レイヤーのTCP/UDP通信にも対応しています** - - メジャーなプロトコル(HTTP、HTTP2、HTTPS、WebSocket、FireBase、Firestore、MQTT、gRPC、Protocol Buffers、MessagePack、CBOR)はビルトイン済み(増やす予定あり) + - メジャーなプロトコル(HTTP、HTTP2、HTTPS、WebSocket、FireBase、Firestore、MQTT、gRPC、Protocol Buffers、XMPP on TLS、MessagePack、CBOR)はビルトイン済み(増やす予定あり) - 新しいプロトコル(例:特定ゲームの独自通信プロトコル等)への拡張が簡単 - **脆弱性診断で利用できる便利な機能を用意しています** - パケットを連続して同時に送信する機能(同時複数送信) diff --git a/README.md b/README.md index 5a91bcc..bd1926a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ PacketProxy is designed for testing web applications for internal use, which hel - Resend (or replay) captured packets with or without manually modifying the contents - Show differences between any two received packets - **Support for protocols over TCP/UDP, not limited to HTTP/HTTPS** - - Built-in encoders/decoders enable users to inspect/intercept HTTP1, HTTP2, HTTPS, WebSocket, FireBase, Firestore, MQTT, gRPC, Protocol Buffers, MessagePack, and CBOR messages + - Built-in encoders/decoders enable users to inspect/intercept HTTP1, HTTP2, HTTPS, WebSocket, FireBase, Firestore, MQTT, gRPC, Protocol Buffers, XMPP on TLS, MessagePack, and CBOR messages - Easy to develop an extension to decode/encode protocols not listed above - **Features for application penetration tests** - Send multiple packets simultaneously to test race conditions or any inconsistent state due to improper synchronization/locking.