YaK:: just.another.dns.hacker.aphid.cc [Changes]   [Calendar]   [Search]   [Index]   [PhotoTags]   
[mega_changes]
[photos]

just.another.dns.hacker.aphid.cc

http://just.another.dns.hacker.aphid.cc/

This is the Selfish DNS Server -> https://github.com/strickyak/aphid/blob/master/selfish_dns_server.py

This is the Web Echo Server -> https://github.com/strickyak/aphid/blob/master/demo_web_echo.py

They require the Rye compiler -> https://github.com/strickyak/rye

Point your DNS NS records at a couple of hosts, and add this to /etc/rc.local on each host (setting MY_ADDR on each host to itself).

MY_ADDR=162.243.222.110 # Your host's IP ADDR goes here.

( /root/selfish_dns_server $MY_ADDR >/tmp/dns.log 2>&1 53 & ) &

( /root/demo_web_echo --bind=:80 >/tmp/web.log 2>&1 53 & ) &

I did this with the domain "aphid.cc" using Google's Registar.

  • demo_web_echo.py
  • selfish_dns_server.py
  • ryemodule.go
  • ryemain.go
  • runt.go
  • yak.go
  • (unless otherwise marked) Copyright 2002-2014 YakPeople. All rights reserved.
    (last modified 2014-09-27)       [Login]
    (No back references.)