![NetbiosSpoof logo](https://mauricelambert.github.io/info/python/security/NetbiosSpoof_small.png "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
```bash
pip install NetbiosSpoof
```
## Usages
### Command lines
```bash
python3 -m NetbiosSpoof
python3 NetbiosSpoof.pyz
NetbiosSpoof
NetbiosSpoof --help
NetbiosSpoof -h
NetbiosSpoof -v -i 172.17.0.
```
### Python3
```python
from NetbiosSpoof import NetbiosSpoof
NetbiosSpoof().start()
spoofer = NetbiosSpoof("172.17.0.")
spoofer.start(True)
spoofer.stop()
```
## Links
- [Github Page](https://github.com/mauricelambert/NetbiosSpoof)
- [Pypi](https://pypi.org/project/NetbiosSpoof/)
- [Documentation](https://mauricelambert.github.io/info/python/security/NetbiosSpoof.html)
- [Executable](https://mauricelambert.github.io/info/python/security/NetbiosSpoof.pyz)
## Help
```text
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](https://www.gnu.org/licenses/).
Raw data
{
"_id": null,
"home_page": "https://github.com/mauricelambert/NetbiosSpoof",
"name": "NetbiosSpoof",
"maintainer": "Maurice Lambert",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "mauricelambert434@gmail.com",
"keywords": "netbios,spoofer,hostname,network,security,NBNS,LLMNR,MDNS,Local DNS",
"author": "Maurice Lambert",
"author_email": "mauricelambert434@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e5/99/105cad41e630f744cd5d4d45b2184b08e805d6ec58434f82a3d68d2bae9c/NetbiosSpoof-1.1.2.tar.gz",
"platform": "Windows",
"description": "![NetbiosSpoof logo](https://mauricelambert.github.io/info/python/security/NetbiosSpoof_small.png \"NetbiosSpoof logo\")\n\n# NetbiosSpoof\n\n## Description\n\nThis package implements a Hostname Spoofer (Netbios, LLMNR and Local DNS).\n\n## Requirements\n\nThis package require :\n - python3\n - python3 Standard Library\n - Scapy\n\n## Installation\n\n```bash\npip install NetbiosSpoof\n```\n\n## Usages\n\n### Command lines\n\n```bash\npython3 -m NetbiosSpoof\npython3 NetbiosSpoof.pyz\nNetbiosSpoof\nNetbiosSpoof --help\nNetbiosSpoof -h\nNetbiosSpoof -v -i 172.17.0.\n```\n\n### Python3\n\n```python\nfrom NetbiosSpoof import NetbiosSpoof\nNetbiosSpoof().start()\n\nspoofer = NetbiosSpoof(\"172.17.0.\")\nspoofer.start(True)\nspoofer.stop()\n```\n\n## Links\n\n - [Github Page](https://github.com/mauricelambert/NetbiosSpoof)\n - [Pypi](https://pypi.org/project/NetbiosSpoof/)\n - [Documentation](https://mauricelambert.github.io/info/python/security/NetbiosSpoof.html)\n - [Executable](https://mauricelambert.github.io/info/python/security/NetbiosSpoof.pyz)\n\n## Help\n\n```text\nusage: NetbiosSpoof.pyz [-h] [--iface IFACE] [--verbose]\n\nThis script spoofs host names on a network.\n\noptional arguments:\n -h, --help show this help message and exit\n --iface IFACE, -i IFACE\n Part of the IP, MAC or name of the interface\n --verbose, -v Mode verbose (print debug message)\n```\n\n## Licence\n\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\n",
"bugtrack_url": null,
"license": "GPL-3.0 License",
"summary": "This package implements a Hostname Spoofer (Netbios, LLMNR and Local DNS).",
"version": "1.1.2",
"split_keywords": [
"netbios",
"spoofer",
"hostname",
"network",
"security",
"nbns",
"llmnr",
"mdns",
"local dns"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e599105cad41e630f744cd5d4d45b2184b08e805d6ec58434f82a3d68d2bae9c",
"md5": "fd4250b996e9234f8c26157d803ca658",
"sha256": "bfab737efb8447a51116960d104d7ed8ab47d86f63e6f986c7abfc777439e180"
},
"downloads": -1,
"filename": "NetbiosSpoof-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "fd4250b996e9234f8c26157d803ca658",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 19028,
"upload_time": "2023-04-12T11:54:23",
"upload_time_iso_8601": "2023-04-12T11:54:23.393262Z",
"url": "https://files.pythonhosted.org/packages/e5/99/105cad41e630f744cd5d4d45b2184b08e805d6ec58434f82a3d68d2bae9c/NetbiosSpoof-1.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-12 11:54:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "mauricelambert",
"github_project": "NetbiosSpoof",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "netbiosspoof"
}