diff options
| author | luwenpeng <[email protected]> | 2024-10-15 16:18:34 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-10-15 16:18:34 +0800 |
| commit | 8e38bbcf489af24146b60ab6f3b01e8b7cf7ab26 (patch) | |
| tree | f50cee32aa29c2513de792e136e24d31fea36687 /resource/pangu | |
| parent | b7fb2d8a42edd813048eef616fc7edf9d53c65de (diff) | |
TSG-22752 Delete SSL Fingerprints, use is_app_not_pinning to determine Certificate Not Installed or Certificate Pinning
Diffstat (limited to 'resource/pangu')
| -rw-r--r-- | resource/pangu/doh.json | 8 | ||||
| -rw-r--r-- | resource/pangu/pangu_http.json | 10 | ||||
| -rw-r--r-- | resource/pangu/table_info.conf | 9 |
3 files changed, 1 insertions, 26 deletions
diff --git a/resource/pangu/doh.json b/resource/pangu/doh.json index e40efd3..895b6ff 100644 --- a/resource/pangu/doh.json +++ b/resource/pangu/doh.json @@ -112,14 +112,6 @@ {"uuid":"TCPOPT00-0000-0000-0000-000000000001","tcp_passthrough":0,"bypass_duplicated_packet":0,"client_side_conn_param":{"tcp_maxseg":{"enable":0,"maxseg":1500},"nodelay":1,"keep_alive":{"enable":1,"tcp_keepcnt":8,"tcp_keepidle":30,"tcp_keepintvl":15},"ttl":70,"user_timeout":{"enable":1,"timeout_ms":600}},"server_side_conn_param":{"tcp_maxseg":{"enable":0,"maxseg":1500},"nodelay":1,"keep_alive":{"enable":1,"tcp_keepcnt":8,"tcp_keepidle":30,"tcp_keepintvl":15},"ttl":70,"user_timeout":{"enable":1,"timeout_ms":600}},"is_valid":1} ] }, - { - "table_name": "PXY_SSL_FINGERPRINT", - "table_content": [ - {"uuid":"JA300000-0000-0000-0000-000000000001","ja3_hash":"599f223c2c9ee5702f5762913889dc21","pinning_state":1,"is_valid":1}, - {"uuid":"JA300000-0000-0000-0000-000000000002","ja3_hash":"eb149984fc9c44d85ed7f12c90d818be","pinning_state":1,"is_valid":1}, - {"uuid":"JA300000-0000-0000-0000-000000000003","ja3_hash":"e6573e91e6eb777c0933c5b8f97f10cd","pinning_state":1,"is_valid":1} - ] - }, { "table_name": "APP_ID_DICT", "table_content": [ diff --git a/resource/pangu/pangu_http.json b/resource/pangu/pangu_http.json index 0ddf0c3..c1d4820 100644 --- a/resource/pangu/pangu_http.json +++ b/resource/pangu/pangu_http.json @@ -43,7 +43,7 @@ "action": "manipulate", "blacklist_option": 1, "log_option": "all", - "action_parameter": {"protocol":"http","method":"replace","rules":[{"search_in":"http_resp_body","find":"����","replace_with":"test"}]}, + "action_parameter": {"protocol":"http","method":"replace","rules":[{"search_in":"http_resp_body","find":"����","replace_with":"test"}]}, "is_valid": "yes", "conditions": [ { @@ -192,14 +192,6 @@ {"uuid":"TCPOPT00-0000-0000-0000-000000000001","tcp_passthrough":0,"bypass_duplicated_packet":0,"client_side_conn_param":{"tcp_maxseg":{"enable":0,"maxseg":1500},"nodelay":1,"keep_alive":{"enable":1,"tcp_keepcnt":8,"tcp_keepidle":30,"tcp_keepintvl":15},"ttl":70,"user_timeout":{"enable":1,"timeout_ms":600}},"server_side_conn_param":{"tcp_maxseg":{"enable":0,"maxseg":1500},"nodelay":1,"keep_alive":{"enable":1,"tcp_keepcnt":8,"tcp_keepidle":30,"tcp_keepintvl":15},"ttl":70,"user_timeout":{"enable":1,"timeout_ms":600}},"is_valid":1} ] }, - { - "table_name": "PXY_SSL_FINGERPRINT", - "table_content": [ - {"uuid":"JA300000-0000-0000-0000-000000000001","ja3_hash":"599f223c2c9ee5702f5762913889dc21","pinning_state":1,"is_valid":1}, - {"uuid":"JA300000-0000-0000-0000-000000000002","ja3_hash":"eb149984fc9c44d85ed7f12c90d818be","pinning_state":1,"is_valid":1}, - {"uuid":"JA300000-0000-0000-0000-000000000003","ja3_hash":"e6573e91e6eb777c0933c5b8f97f10cd","pinning_state":1,"is_valid":1} - ] - }, { "table_name": "APP_ID_DICT", "table_content": [ diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf index 0c58d95..75697eb 100644 --- a/resource/pangu/table_info.conf +++ b/resource/pangu/table_info.conf @@ -156,15 +156,6 @@ } }, { - "table_id":22, - "table_name":"PXY_SSL_FINGERPRINT", - "table_type":"plugin", - "custom": { - "key_type":"pointer", - "key_name":"ja3_hash" - } - }, - { "table_id":23, "table_name":"PXY_PROFILE_RUN_SCRIPTS", "table_type":"plugin", |
