All Projects → juga0 → dhcpcanon

juga0 / dhcpcanon

Licence: MIT license
DHCP client disclosing less identifying information.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to dhcpcanon

Jacobappelbaumleavestor
🔍 An investigation into Jacob Appelbaum leaving the Tor Project
Stars: ✭ 75 (+29.31%)
Mutual labels:  anonymity
Tor Fingerprint
Tor Browser and Tails version fingerprint PoC
Stars: ✭ 123 (+112.07%)
Mutual labels:  anonymity
Digital Rights
Promote digital rights in China
Stars: ✭ 186 (+220.69%)
Mutual labels:  anonymity
Onionr
Private Decentralized Communication Network 🎭 🧅
Stars: ✭ 84 (+44.83%)
Mutual labels:  anonymity
Http request randomizer
Proxying Python Requests
Stars: ✭ 110 (+89.66%)
Mutual labels:  anonymity
Private Tor Network
Run an isolated instance of a tor network in Docker containers
Stars: ✭ 125 (+115.52%)
Mutual labels:  anonymity
Torchat Mac
macOS native TorChat client
Stars: ✭ 73 (+25.86%)
Mutual labels:  anonymity
Torghostng
TorghostNG - Make your internet traffic anonymized through Tor network and Privoxy. Rewritten from TorGhost with Python 3
Stars: ✭ 241 (+315.52%)
Mutual labels:  anonymity
Onionbrowser
An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network
Stars: ✭ 1,702 (+2834.48%)
Mutual labels:  anonymity
Py Ipv8
Python implementation of the IPv8 layer
Stars: ✭ 157 (+170.69%)
Mutual labels:  anonymity
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (+48.28%)
Mutual labels:  anonymity
0fc
Anonymous web chat server, built on top of Themis/WebThemis
Stars: ✭ 98 (+68.97%)
Mutual labels:  anonymity
Surge
Surge is a p2p filesharing app designed to utilize blockchain technologies to enable 100% anonymous file transfers. Surge is end-to-end encrypted, decentralized and open source.
Stars: ✭ 132 (+127.59%)
Mutual labels:  anonymity
Tinytor
A tiny Tor client implementation (in pure python).
Stars: ✭ 80 (+37.93%)
Mutual labels:  anonymity
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (+248.28%)
Mutual labels:  anonymity
I2p.i2p
I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
Stars: ✭ 1,186 (+1944.83%)
Mutual labels:  anonymity
I2pd
🛡 I2P: End-to-End encrypted and anonymous Internet
Stars: ✭ 1,796 (+2996.55%)
Mutual labels:  anonymity
Invizible
Android application for Internet privacy and security
Stars: ✭ 251 (+332.76%)
Mutual labels:  anonymity
Proxybroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS 🎭
Stars: ✭ 2,767 (+4670.69%)
Mutual labels:  anonymity
Dontclickshit
Як не стати кібер-жертвою
Stars: ✭ 149 (+156.9%)
Mutual labels:  anonymity

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 Profile (RFC7844) 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 RFC7844 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.

Documentation

A more extensive online documentation is available in Read the docs. The documentation source is in this repository.

Visit DHCPAP for an overview of all the repositories related to the RFC7844 implementation work.

Installation

See Installation and Running

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

git clone https://github.com/juga0/dhcpcanon

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

WIP, still not recommended for end users. Testers welcomed.

See TODO

License

dhcpcanon is copyright 2016-2018 by juga ( juga at riseup dot net) and is licensed by the terms of the MIT license. The documentation is under CC-BY-SA-4.0.

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 who partially funds this work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].