From f8e4d7601cd4c45147f5314a0e6021319c41e0df Mon Sep 17 00:00:00 2001 From: "JongHun, Lim" Date: Sun, 3 Sep 2023 19:10:54 +0900 Subject: [PATCH] Update README.md --- README.md | 69 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 77ad47b..51bced3 100644 --- a/README.md +++ b/README.md @@ -29,42 +29,43 @@ for data in extracted_data: ## Output -```python +```json { - 'type': 'http', - 'timestamp': '2023-06-19T01:24:36.560391Z', - 'elb': 'app/crawling-ALB/df7b42c830cab31c', - 'client_ip': '185.254.196.173', - 'clent_port': '55646', - 'target_ip': '172.31.1.83', - 'target_port': '80', - 'request_processing_time': '0.012', - 'target_processing_time': '0.001', - 'response_processing_time': '0.000', - 'elb_status_code': '404', - 'target_status_code': '404', - 'received_bytes': '231', - 'sent_bytes': '3828', - 'request_method': 'GET', - 'url': 'http://15.165.214.35:80/.env', - 'http_version': 'HTTP/1.1', - 'user_agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', - 'ssl_cipher': '-', - 'ssl_protocol': '-', - 'target_group_arn': 'arn:aws:elasticloadbalancing:ap-northeast-2:375350317796:targetgroup/crawling-TG/02bacd9ef5e3c0ab', - 'trace_id': 'Root=1-648fae54-2521fdf43f8d31f87fc9061b', - 'domain_name': '-', - 'chosen_cert_arn': '-', - 'matched_rule_priority': '0', - 'request_creation_time': '2023-06-19T01:24:36.547000Z', - 'actions_executed': 'waf,forward', - 'redirect_url': '-', - 'error_reason': '-', - 'target_port_list': '172.31.1.83:80', - 'target_status_code_list': '404', - 'classification': '-', - 'classification_reason': '-' + "type": "http", + "timestamp": "2023-06-19T01:24:36.560391Z", + "elb": "app/crawling-ALB/df7b42c830cab31c", + "client_ip": "185.254.196.173", + "clent_port": "55646", + "target_ip": "172.31.1.83", + "target_port": "80", + "request_processing_time": "0.012", + "target_processing_time": "0.001", + "response_processing_time": "0.000", + "elb_status_code": "404", + "target_status_code": "404", + "received_bytes": "231", + "sent_bytes": "3828", + "request_method": "GET", + "url": "http://15.165.214.35:80/.env", + "http_version": "HTTP/1.1", + "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36", + "ssl_cipher": "-", + "ssl_protocol": "-", + "target_group_arn": "arn:aws:elasticloadbalancing:ap-northeast-2:375350317796:targetgroup/crawling-TG/02bacd9ef5e3c0ab", + "trace_id": "Root=1-648fae54-2521fdf43f8d31f87fc9061b", + "domain_name": "-", + "chosen_cert_arn": "-", + "matched_rule_priority": "0", + "request_creation_time": "2023-06-19T01:24:36.547000Z", + "actions_executed": "waf,forward", + "redirect_url": "-", + "error_reason": "-", + "target_port_list": "172.31.1.83:80", + "target_status_code_list": "404", + "classification": "-", + "classification_reason": "-" } + ``` ## License