Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
ipmap — 크로스 플랫폼에서 쉽게 사용할 수 있는 IP 지리 위치 및 매핑 도구입니다. | Kitploit
도구/GitHubGitHub/rly0nheart/ipmap
General Purpose UtilitiesOSINT (Open Source Intelligence)ReconnaissanceInformation GatheringArchived
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 주소 또는 파일에 있는 여러 IP 주소의 지리적 위치를 확인하고, 해당 파일에 있는 각 IP 주소의 지리적 위치를 나타내는 [leaflet](https://github.com/leaflet/leaflet) 지도를 생성합니다.

기능

  • IP 주소 조회 및 관련 정보 반환.
  • IP 주소의 지리적 위치를 확인하고 애플리케이션에서 생성된 leaflet 지도에 표시.
  • IP 주소의 지리적 위치 좌표를 Google Earth에서 표시.
  • 생성된 지도를 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은 파일의 각 주소를 줄 단위로 읽습니다.

번역

  • Justin Clark - 아랍어 번역 추가 README_ar.md

이 프로젝트의 README 파일을 다른 언어로 번역하거나 Google Translate로 번역된 파일을 개선하고 싶다면, 번역본과 함께 풀 리퀘스트를 열어주세요. 기꺼이 프로젝트에 추가하겠습니다 :)