Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ipmap — 一个跨平台、易用的IP地理定位与映射工具。 | Kitploit
工具/GitHubGitHub/rly0nheart/ipmap
通用工具OSINT (开源情报)侦察信息收集Archived
GitHubrly0nheart/ipmap

ipmap

一个跨平台、易用的IP地理定位与映射工具。

查看仓库网站
713年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Docker Image CI CodeQL GitHub top language PyPI PyPI - Status

English readme • 简体中文 readme • 正體中文 readme • Lengua española readme • Deutsche readme • Svenska readme • 한국어 readme • Français readme • हिन्दी readme • Português readme • Italian readme • Русский readme • Indonesian readme • فارسی readme • عربي readme • Türkçe readme • Polskie readme

IPMap 工具用于确定一个或多个IP地址的地理位置(从文件中读取),然后生成一个基于 [leaflet](https://github.com/leaflet/leaflet) 的地图,标注该文件中每个IP地址的地理位置。

特性

  • 查询单个或多个IP地址,并返回相关信息。
  • 确定IP地址的地理位置,并在生成的 leaflet 地图上标注。
  • 在 Google Earth 中显示IP地址地理位置的坐标。
  • 将生成的地图保存到 maps 文件夹(如果不存在,则在运行时自动创建)。
  • 无外部依赖:该工具使用一个预制的HTML文件(地图模板)生成地图。

安装说明

PyPI

通过 PyPI 安装 IPMap,在终端/命令行中执行以下命令:

root@kitploit:~
pip install ipmap

GitHub

通过 GitHub 源码仓库安装 IPMap,执行以下命令:

root@kitploit:~
pip install git+https://github.com/rly0nheart/ipmap.git

从源码安装

root@kitploit:~
# 安装 poetry
pip install poetry

# 克隆仓库
git clone https://github.com/rly0nheart/ipmap

# 进入 ipmap 目录
cd ipmap

# 构建 wheel 文件
poetry build

# 安装 wheel 文件(Linux)
pip install dist/*.whl

# 安装 wheel 文件(Windows)
pip install .\dist\generated-wheel-file-name.whl

使用方法

下载工具

查看使用帮助,请执行:

root@kitploit:~
ipmap --help

预期输出如下:

root@kitploit:~
usage: 
    Geolocate IP Address(es) (with an interactive map)
    --------------------------------------------------
    ipmap <ip> --map

    Open Google Earth on the given coordinates
    --------------------------------------------
    ipmap <ip> --earth

    Lookup IP Address(es) (same as map but without an interactive map)
    ------------------------------------------------------------------
    ipmap <ip> --lookup
    

IPMap (IP Mapper) — by Richard Mwewa (https://about.me/rly0nheart)

positional arguments:
  ip                    target ip address

options:
  -h, --help            show this help message and exit
  -e, --earth           Open Google Earth on the location of a given ip
  -l, --lookup          Lookup an ip (like --map, but without an interactive
                        map)
  -m, --map             Geolocate an ip (with an interactive map)
  -o OUTPUT, --output OUTPUT
                        map output name (default ipmap)
  -v, --version         show program's version number and exit

A cross-platform easy-to-use ip geolocation & mapping tool.

你也可以通过 ip 参数传入一个包含IP地址的文件。在这种情况下,IPMap 将逐行读取该文件中的每个IP地址。

翻译

  • Justin Clark - 添加阿拉伯语翻译 README_ar.md

如果你想将此项目的 README 翻译成其他语言,或者改进通过 Google Translate 翻译的文件,请提交包含你翻译的 Pull Request,我将非常乐意将其加入项目 :)