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.
add your NS and subDomain there. let say your subDomain is freetunnel.example.com
free dns.
create your sub domain on these siteadd your NS and subDomain there. let say your subDomain is freetunnel.example.com
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
..show all:.
.
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.
add your NS and subDomain there. let say your subDomain is freetunnel.example.com
free dns.
create your sub domain on these siteadd your NS and subDomain there. let say your subDomain is freetunnel.example.com
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