diff options
| author | luwenpeng <[email protected]> | 2024-09-25 10:46:57 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-09-25 10:46:57 +0800 |
| commit | 4ef367ac41c94536ea7c3810636a3ca90bcb74b7 (patch) | |
| tree | 6907bb01a2da0b98b42850caf825ced854887317 /resource | |
| parent | d93edf9880b794f26f32a11efe46ac9aac69e014 (diff) | |
feature(adapt maat): PXY_SSL_FINGERPRINT adapt uuid
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/pangu/pangu_http.json | 6 | ||||
| -rw-r--r-- | resource/pangu/table_info.conf | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/resource/pangu/pangu_http.json b/resource/pangu/pangu_http.json index 1517855..5d29494 100644 --- a/resource/pangu/pangu_http.json +++ b/resource/pangu/pangu_http.json @@ -275,9 +275,9 @@ { "table_name": "PXY_SSL_FINGERPRINT", "table_content": [ - "1\t599f223c2c9ee5702f5762913889dc21\t0\t1", - "2\teb149984fc9c44d85ed7f12c90d818be\t1\t0", - "3\te6573e91e6eb777c0933c5b8f97f10cd\t1\t1" + "{\"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}" ] }, { diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf index 72b6c8f..e80f245 100644 --- a/resource/pangu/table_info.conf +++ b/resource/pangu/table_info.conf @@ -372,10 +372,9 @@ "table_id":34, "table_name":"PXY_SSL_FINGERPRINT", "table_type":"plugin", - "valid_column":4, "custom": { - "key":2, - "key_type":"pointer" + "key_type":"pointer", + "key_name":"ja3_hash" } }, { |
