Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhoon00 committed Jun 19, 2023
1 parent 0a916ec commit 32a50d0
Showing 1 changed file with 36 additions and 34 deletions.
70 changes: 36 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,40 +29,42 @@ for data in extracted_data:

## Output

```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': '-'
```python
{
'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
Expand Down

0 comments on commit 32a50d0

Please sign in to comment.