This package implements a Hostname Spoofer (Netbios, LLMNR and Local DNS).
This package require :
- python3
- python3 Standard Library
- Scapy
pip install NetbiosSpoof
python3 -m NetbiosSpoof
python3 NetbiosSpoof.pyz
NetbiosSpoof
NetbiosSpoof --help
NetbiosSpoof -h
NetbiosSpoof -v -i 172.17.0.
from NetbiosSpoof import NetbiosSpoof
NetbiosSpoof().start()
spoofer = NetbiosSpoof("172.17.0.")
spoofer.start(True)
spoofer.stop()
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)
Licensed under the GPL, version 3.