Skip to main content

This package implements a Hostname Spoofer (Netbios, LLMNR and Local DNS).

Project description

NetbiosSpoof logo

NetbiosSpoof

Description

This package implements a Hostname Spoofer (Netbios, LLMNR and Local DNS).

Requirements

This package require :

  • python3
  • python3 Standard Library
  • Scapy

Installation

pip install NetbiosSpoof

Usages

Command lines

python3 -m NetbiosSpoof
python3 NetbiosSpoof.pyz
NetbiosSpoof
NetbiosSpoof --help
NetbiosSpoof -h
NetbiosSpoof -v -i 172.17.0.

Python3

from NetbiosSpoof import NetbiosSpoof
NetbiosSpoof().start()

spoofer = NetbiosSpoof("172.17.0.")
spoofer.start(True)
spoofer.stop()

Links

Help

usage: NetbiosSpoof.pyz [-h] [--iface IFACE] [--verbose]

This script spoofs host names on a network.

optional arguments:
  -h, --help            show this help message and exit
  --iface IFACE, -i IFACE
                        Part of the IP, MAC or name of the interface
  --verbose, -v         Mode verbose (print debug message)

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

NetbiosSpoof-1.1.2.tar.gz (19.0 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