Skip to content

A script to dump the contents of Hyperboria's collective port 80

License

Notifications You must be signed in to change notification settings

prurigro/cjdns-dumpweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CJDNS DUMPWEB

About

The behaviour of this script is simple: It uses cjdcmd to access the cjdroute admin port and dump the current routing table, parsing for ipv6 addresses, then iterates through each address and tests port 80, which it dumps to stdout when it receives a reply.

Simple parsers, robots etc. can use this to facilitate pulling data from Hyperboria.

Requirements

  • cjdcmd: Follow the installation instructions making sure it's available in $PATH and can successfully run cjdcmd dump by the time you're done.
  • bash and wget: The shell this script is being run from doesn't need to be bash, but it and wget need to be available in $PATH.

Usage

Once cjdcmd is installed and working, the cjdns dumpweb script simply needs to be run from the commandline: sh cjdns-dumpweb.

Credits

Written by Kevin MacMartin: GitHub Projects | Arch Linux AUR Packages

About

A script to dump the contents of Hyperboria's collective port 80

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages