NetbiosSpoof
1.0.0
This package implements a Hostname Spoofer (Netbios, LLMNR and Local DNS).
This package require :
pip install NetbiosSpoofpython3 -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.