Skip to main content

This package implement netbios and LLMNR query tool in python and HostnameResolver command line tool.

Project description

HostnameResolver

Description

This package implement netbios and LLMNR query tool in python and HostnameResolver command line tool.

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()

Link

Github Page

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.1.tar.gz (16.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