Skip to main content

This package implements local hostname resolver tool with scapy (using netbios and LLMNR query).

Project description

LocalResolver logo

LocalResolver

Description

This package implements local hostname resolver tool with scapy (using netbios and LLMNR query).

Requirements

This package require:

  • python3
  • python3 Standard Library
  • Scapy

Installation

pip install LocalResolver 

Examples

Command lines

HostnameResolver -h
HostnameResolver 192.168.1.2
HostnameResolver 192.168.1.3,192.168.1.2,WIN10,HOMEPC,example.com

Python3

from LocalResolver import LocalResolver

localResolver = LocalResolver("192.168.1.45", timeout=3)
hostname = localResolver.resolve_NBTNS()
hostname = localResolver.resolve_LLMNR()

Links

Licence

Licensed under the GPL, version 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LocalResolver-0.0.2.tar.gz (14.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page