Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
funa-tk committed Mar 28, 2022
1 parent 837e19a commit ec0d6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)はビルトイン済み(増やす予定あり)
- 新しいプロトコル(例:特定ゲームの独自通信プロトコル等)への拡張が簡単
- **脆弱性診断で利用できる便利な機能を用意しています**
- パケットを連続して同時に送信する機能(同時複数送信)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ec0d6f7

Please sign in to comment.