Dec 4, 2013

tunnel dns free domain

previously, we try to use iodine to make dns tunneling, there are some prerequisite to do that, you must have private dns by your own.  now, we will try to use other tool by using free dns.

we'll use perl to serve our name-service on dns. previously, please download the tools here.

free dns.

create your sub domain on these site
add your NS and subDomain there. let say your subDomain is freetunnel.example.com 

tunnel dns free domain

configure dns tunneling.

on server : 
sudo cpan -i Net::DNS
sudo cpan -i MIME::Base32
mkdir dnstunnel && tar -xvf ozymandns_src_0.1.tgz -C dnstunnel

Running fake dns.

on server :
sudo ./nomde.pl -i 127.0.0.1 freetunnel.example.com 

on client :
sudo cpan -i Net::DNS
sudo cpan -i MIME::Base32
ssh -o ProxyCommand="./droute.pl -v subdomain.freetunnel.example.com" -D 9999 -C your_username@your_remote_server_ip

if you're running on parental proxy, you can also use this trick 


.
previously, we try to use iodine to make dns tunneling, there are some prerequisite to do that, you must have private dns by your own.  now, we will try to use other tool by using free dns.

we'll use perl to serve our name-service on dns. previously, please download the tools here.

free dns.

create your sub domain on these site
add your NS and subDomain there. let say your subDomain is freetunnel.example.com 

tunnel dns free domain

configure dns tunneling.

on server : 
sudo cpan -i Net::DNS
sudo cpan -i MIME::Base32
mkdir dnstunnel && tar -xvf ozymandns_src_0.1.tgz -C dnstunnel

Running fake dns.

on server :
sudo ./nomde.pl -i 127.0.0.1 freetunnel.example.com 

on client :
sudo cpan -i Net::DNS
sudo cpan -i MIME::Base32
ssh -o ProxyCommand="./droute.pl -v subdomain.freetunnel.example.com" -D 9999 -C your_username@your_remote_server_ip

if you're running on parental proxy, you can also use this trick 

No comments:

Post a Comment