EvilZone
Community => General discussion => Topic started by: kenjoe41 on December 09, 2012, 03:47:32 PM
-
I seek advice on starting and maintaining a private tunnel with my fellow hacker friend: encrypted connections and ftp tranfers and below the radar even to the ISP. Any tools to use would be welcome. Regards.
-
VPN
-
a VPN would do though someone will soon find his way in.
;D
-
I would set up a local site (not online) and then connect to the box via VPN (or another box within the same local network) and tunnel through that, so without connecting to the VPN on the local network you can't access the site. Also I suggest using an alternate DNS such as OpenDNS.
How I would set it up:
2 machines and 1 router; 1 machine set up as a Private VPN tunnel, the other a LAMP server, router flashed with DD-WRT connecting the two and set up to use OpenDNS. On the LAMP server you can store files and share content, hell even make your own forum/whatever.
-
What if i setup a node with stuff like freenet or gnunet, though this is public. You could suggest better tools if this is easier and reliable because security is priority no. 1
-
What if i setup a node with stuff like freenet or gnunet, though this is public. You could suggest better tools if this is easier and reliable because security is priority no. 1
Honestly, IRC <3 Combine it with a web application file sharing script or something and you got everything you need. Oh, and of course the entire VPN offline server concept.
-
Honestly, IRC <3 Combine it with a web application file sharing script or something and you got everything you need. Oh, and of course the entire VPN offline server concept.
If going IRC why not just use XDCC to share files... Again, set up a server, throw something like unrealircd on it and then use XDCC to transfer (example, check out the rizon network) keep it password protected, hidden, keep no logs, etc.
So here lets do this set up:
1. Server
Install nix distro of choice (I like debian) and set up your LAMP (Linux Apache MySQL and PHP) as well as an FTP server (proftpd is what I used) and then set up unrealircd for IRC server.
2. Gateway
This is your VPN setup to have the ability to connect to your server. I'm thinking maybe an adhoc connection between your server and the VPN and not allow the server to be accessible outside of the local network (will keep yourself, your friends, your files, even your IRC server off the internet and secure)
3. Router
Set up your router to have DNS run through OpenDNS, or an alternate DNS that your Gateway is connected to which is accessible via the internet (so you can tunnel to it outside of the network)
It may be a bit intricate, but a lot more secure then a lot of other setups out there ;) also for your server I would suggest set it up to use https only on an alternate port then the default. Makes it even harder to find. This should keep it pretty secure
-
Thankx guys :D try it out with settig up all that. Am gonna need help from my fellows. C how it works out. Pen test it. :P Regards
-
This guide includes a LAMP and FTP setup on a debian server (just ignore the rtorrent/rutorrent parts):
http://evilzone.org/tutorials/installing-rutorrentrtorrent-on-debian/
Setting up unrealircd:
http://www.unrealircd.com/files/docs/unreal32docs.html
VPN on debian:
http://www.howtogeek.com/51237/setting-up-a-vpn-pptp-server-on-debian/
Shouldn't be to hard ;) just requires 2 other computers (keep in mind that they don't need to be some high end computers, a spare pentium 3 will even work)
-
Don't forget to share. Well, since we are telling you how to do it.
-
Duuh! If i could do anything, i could never bail out on evilzone.org because it made me transform an idea that was taboo where i lived and made it real. Though am still a toddler(n00b), i wouldn't have been an embryo if not for EZ. Thx guys.