Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

generates IPv6 subnets with hexspeak patterns for easier memorization.

NotificationsYou must be signed in to change notification settings

badele/ipv6-hexaspeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here is a small tool that allows you to find words that can be inserted into anIPv6 address.

Here are some examples

%wordhexspeakIPv6 example
deadDEADFD00:DEAD::
🟦cablesCAB1E5FD00:CAB1:E5::
🟦iot107FD00:107::
🟦acidAC1DFD00:AC1D::
🟦casaCA5AFD00:CA5A::
🟨office0FF1CEFD00:0FF1:CE::
🟨docD0CFD00:D0C::
🟨accessACCE55FD00:ACCE:55::
🟧blocB10CFD00:B10C::

Languages hexspeak

Language~ #words
English9300
French4200
Spanish65

Generate

On Nixos

nix shell nixpkgs#wordlistsWORDLISTSPATH=$(wordlists_path)ENGLISH="seclists/Miscellaneous/lang-english.txt"SPANISH="seclists/Miscellaneous/lang-spanish.txt"FRENCH="seclists/Miscellaneous/lang-french-full.txt"awk'{ print length, $0 }'"${WORDLISTSPATH}/${ENGLISH}"| sort -n -k1,1 -k2| cut -d'' -f2-> wordlist.txtpython generate-ipv6-hexspeak.py wordlist.txt> english.mdawk'{ print length, $0 }'"${WORDLISTSPATH}/${FRENCH}"| sort -n -k1,1 -k2| cut -d'' -f2-> wordlist.txtpython generate-ipv6-hexspeak.py wordlist.txt> french.mdawk'{ print length, $0 }'"${WORDLISTSPATH}/${SPANISH}"| sort -n -k1,1 -k2| cut -d'' -f2-> wordlist.txtpython generate-ipv6-hexspeak.py wordlist.txt> spanish.md

About

generates IPv6 subnets with hexspeak patterns for easier memorization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp