https://github.com/mrtc0/pcap-scripts
pcap解析時によく使うスクリプト
https://github.com/mrtc0/pcap-scripts
Last synced: 6 months ago
JSON representation
pcap解析時によく使うスクリプト
- Host: GitHub
- URL: https://github.com/mrtc0/pcap-scripts
- Owner: mrtc0
- Created: 2015-12-22T19:41:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T19:41:57.000Z (about 10 years ago)
- Last Synced: 2025-06-28T17:59:42.454Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pcap-scripts
pcap解析時によく使うスクリプト
---
* all_url.sh - pcapに含まれるURLを出力
* dns_query_from_pcap.sh - DNSクエリを発生したクライアントとドメインを出力
* geoip.py - 引数に渡したドメインの国名を出力
* http_host_from_pcap.sh - HTTPによる通信を行ったホストを出力
* tor_check.sh - 引数に渡したドメインがtorノードか確認
* user_agent.sh - pcapに含まれるUser-Agentを出力
---