/pure

`pure` is a collection of software and tools that I use to manage my network and my storage

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

Pure

pure is a collection of software and tools that I use to manage my network and my storage.

Directory tree:

  • cmd/dnsd is meant to be an intercepting DNS caching proxy
  • pkg/nfqueue is a network interference tool that uses NFQUEUE
    • It modifies the window size of TCP packets with the SYN or the ACK flag set
    • Middleboxes that do not support stream reassembly will be unable to collect the metadata of the TLS streams
    • References:
  • pkg/sni is a proxy for TLS that does not terminate
    • it refuses non-TLS traffic and connections to bare IP addresses
    • checks the geographical location of the remote endpoints
    • logs the Server Name Indication
  • pkg/shsh is a http proxy tailor-made to support the "signed hash protocol"
  • pkg/sntp is a sntp v4 server that relays the time of the system on which it is running
  • the rest of the project is just basic ansible