https://github.com/herberthe/log_ip_analysiser
一个系统log文件IP提取的脚本工具,并提供了JSON文件解码脚本
https://github.com/herberthe/log_ip_analysiser
python-script python3
Last synced: 11 months ago
JSON representation
一个系统log文件IP提取的脚本工具,并提供了JSON文件解码脚本
- Host: GitHub
- URL: https://github.com/herberthe/log_ip_analysiser
- Owner: HerbertHe
- Created: 2018-08-04T13:42:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T14:23:00.000Z (almost 8 years ago)
- Last Synced: 2025-03-04T18:19:55.986Z (over 1 year ago)
- Topics: python-script, python3
- 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
# log_IP_Analysiser
## 1.log_IP_Analysiser是一款从log文件中提取、分析IP的工具,可以容易提取IP信息方便到站长工具中批量查询
## 2.强烈建议将脚本与文件放在同一文件夹下,并将需要分析的文件后缀改为.txt
### 2.1分析的数据将写入脚本目录下的Analysis_Result.json文件中
## 3.压缩包中提供了JSON文件的解码工具,方便JSON文件的查看