Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NewBee119/IP-location
batch query IP location information,批量查询IP地理位置信息,解析pcap包中IP地址的地理信息
https://github.com/NewBee119/IP-location
Last synced: about 2 months ago
JSON representation
batch query IP location information,批量查询IP地理位置信息,解析pcap包中IP地址的地理信息
- Host: GitHub
- URL: https://github.com/NewBee119/IP-location
- Owner: NewBee119
- Created: 2018-04-23T12:56:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T14:30:41.000Z (over 6 years ago)
- Last Synced: 2024-08-03T17:11:17.985Z (5 months ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 51
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **35**星
README
# IP-location
batch query IP location information,批量查询IP地理位置信息### 测试环境
Ubuntu 16.04 64bit### 工具详细信息打印
运行程序:python IP_location.py -h
![Image test](https://github.com/scu-igroup/IP-location/blob/master/image/info.png)
### IP清单文件中IP地理信息的查询
运行程序:python IP_location.py --IPfile=./iplist.txt
![Image test](https://github.com/scu-igroup/IP-location/blob/master/image/iplist.png)### 批量查询pcap文件中的IP地理信息
运行:python IP_location.py --pcapfile=./out.pcap –s
![Image test](https://github.com/scu-igroup/IP-location/blob/master/image/pcap.png)