diff --git a/utils/README.md b/utils/README.md index b9b5b53d..93fdfb32 100644 --- a/utils/README.md +++ b/utils/README.md @@ -59,73 +59,63 @@ There are three implementations of wsproxy: python, C, and Node Here is the feature support matrix for the the wsproxy implementations and wswrapper: -
Feature\Program | -wsproxy.py | -wsproxy | -wsproxy.js | -wswrap/wswrapper | -||||
---|---|---|---|---|---|---|---|---|
Program | Language | -python | -C | -Node (node.js) | -C | -|||
Primary Function | -proxy | -proxy | -proxy | -interposer | -||||
Multi-process | -yes | -yes | -yes | -indirectly | -||||
Proxy or Interposer | +Multiprocess | Daemonize | -yes | -yes | -no | -indirectly | -||
SSL/wss | +Flash Policy Server | +Session Record | +Web Server | +|||||
wsproxy.py | +python | +proxy | +yes | +yes | yes 1 | yes | -no | -no | -
Flash Policy Server | +yes | +yes | +||||||
wsproxy | +C | +proxy | +yes | +yes | yes | yes | no | no |
Web Server | +||||||||
wsproxy.js | +Node (node.js) | +proxy | yes | no | no | no | +no | +no |
Session Recording | -yes | +|||||||
wswrap/wswrapper.so | +shell/C | +interposer | +indirectly | +indirectly | +no | no | no | no |