Git Product home page Git Product logo

synth6's Introduction

synth6

tool for DNS64 address synthesis and related utilities, provides this functionality:

  • IPv6 address synthesis based on provided IPv6 prefix and IPv4 address according to RFC6147
  • IPv6 prefix discovery using RFC7050 or based on previous IPv6 response of DNS discovery

Installation

using standard go tooling

go install github.com/tantalor93/synth6

Usage

Usage:
  synth6 [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  prefix      IPv6 prefix discovery for IPv6 address synthesis either using RFC7050 or based on already provided IPv6 address from ipv4only.arpa response
  synth       Synthesis of IPv6 address from IPv4 according to RFC6147

Flags:
  -h, --help   help for synth6

Use "synth6 [command] --help" for more information about a command.

Examples

Discover IPv6 prefix using DNS64 server according to RFC6147, works when you are on IPv6 only network with DNS64 server!

synth6 prefix
64:ff9b::/96

Discover IPv6 prefix from previous response of IPv6 discovery using DNS64, this is usable when you have only pcap and your computer is not physically on IPv6-only network

synth6 prefix 64:ff9b::c000:ab
64:ff9b::/96

Synthesis of IPv6 address from IPv6 prefix and IPv4 address

synth6 synth 64:ff9b::/96 192.0.0.171
64:ff9b::c000:ab

synth6's People

Contributors

tantalor93 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.