.. _about: dhcpcanon - DHCP anonymity profile ================================== |PyPI| |Build Status| |Coverage Status| |Documentation status| |CII Best Practices| DHCP client disclosing less identifying information. Python implementation of the DHCP Anonymity Profiles :rfc:`7844` designed for users that wish to remain anonymous to the visited network minimizing disclosure of identifying information. Technologies ------------- This implementation uses the Python `Scapy Automata `__ What is the Anonymity Profile? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ As the [:rfc:`7844`] stats: Some DHCP options carry unique identifiers. These identifiers can enable device tracking even if the device administrator takes care of randomizing other potential identifications like link-layer addresses or IPv6 addresses. The anonymity profiles are designed for clients that wish to remain anonymous to the visited network. The profiles provide guidelines on the composition of DHCP or DHCPv6 messages, designed to minimize disclosure of identifying information. What is DHCP? ~~~~~~~~~~~~~~ From `Wikipedia `__: The **Dynamic Host Configuration Protocol** (**DHCP**) is a standardized `network protocol `__ used on `Internet Protocol `__ (IP) networks. The DHCP is controlled by a DHCP server that dynamically distributes network configuration parameters, such as `IP addresses `__, for interfaces and services. A `router `__ or a `residential gateway `__ can be enabled to act as a DHCP server. A DHCP server enables computers to request IP addresses and networking parameters automatically, reducing the need for a `network administrator `__ or a user to configure these settings manually. In the absence of a DHCP server, each computer or other device (eg., a printer) on the network needs to be statically (ie., manually) assigned to an IP address. Installation ------------ See :ref:`install` Download -------- See :ref:`download` Bugs and features ----------------- If you wish to signal a bug or report a feature request, please fill-in an issue on the `dhcpcanon issue tracker `__. Current status -------------- Minimal version implemented, still to be improved. See :ref:`todo` Documentation for developers ----------------------------- :ref:`contributing` :ref:`soa` :ref:`specification` :ref:`questions` :ref:`implementation` :ref:`install_run_cases` :ref:`privileges` :ref:`integration` :ref:`api` :ref:`diagrams` Recommended documentation not included in this repository: :ref:`Related RFCs ` :ref:`RFC7844 comments and summary ` `Main Website `__ License ------- dhcpcanon is copyright 2016, 2017 by juga , and is licensed under the terms of the MIT license. Acknowledgments --------------- To all the persons that have given suggestions and comments about this implementation, the authors of the :rfc:`7844`, the `Prototype Fund Project `_ of the `Open Knowledge Foundation Germany `_ and the `Federal Ministry of Education and Research `_ for funding partially this project. .. |PyPI| image:: https://img.shields.io/pypi/v/dhcpcanon.svg :target: https://pypi.python.org/pypi/dhcpcanon .. |Build Status| image:: https://www.travis-ci.org/juga0/dhcpcanon.svg?branch=master :target: https://www.travis-ci.org/juga0/dhcpcanon .. |Coverage Status| image:: https://coveralls.io/repos/github/juga0/dhcpcanon/badge.svg?branch=master :target: https://coveralls.io/github/juga0/dhcpcanon?branch=master .. |Documentation Status| image:: https://readthedocs.org/projects/dhcpcanon/badge/?version=latest :target: http://dhcpcanon.readthedocs.io/en/latest/?badge=latest .. |CII Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/1020/badge :target: https://bestpractices.coreinfrastructure.org/projects/1020