Metadata-Version: 2.1
Name: NetbiosSpoof
Version: 0.0.3
Summary: This package implement a Hostname Spoofer (Netbios, LLMNR, DNS Local).
Home-page: https://github.com/mauricelambert/NetbiosSpoof
Author: Maurice Lambert
Author-email: mauricelambert434@gmail.com
License: UNKNOWN
Description: # NetbiosSpoof
        
        ## Description
        This package implement a Netbios Spoofer (Netbios, LLMNR, DNS Local).
        
        ## Requirements
        This package require :
         - python3
         - python3 Standard Library
         - Scapy
        
        ## Installation
        ```bash
        pip install NetbiosSpoof
        ```
        
        ## Examples
        
        ### Command lines
        ```bash
        NetbiosSpoof
        ```
        
        ### Python3
        ```python
        from NetbiosSpoof import NetbiosSpoof
        NetbiosSpoof().launch()
        ```
        
        ## Link
        [Github Page](https://github.com/mauricelambert/NetbiosSpoof)
        
        ## Licence
        Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
