Skip to content

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

License

Notifications You must be signed in to change notification settings

mauricelambert/NetbiosSpoof

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages