Author Topic: Start a private underground community.  (Read 1444 times)

0 Members and 1 Guest are viewing this topic.

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Start a private underground community.
« 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.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: Start a private underground community.
« Reply #1 on: December 09, 2012, 04:59:52 pm »
VPN

Offline pyte

  • Peasant
  • *
  • Posts: 79
  • Cookies: -7
    • View Profile
Re: Start a private underground community.
« Reply #2 on: December 09, 2012, 05:31:26 pm »
a VPN would do though someone will soon find his way in.
 ;D
If you don't go into the tiger's cave, how will you get the cub?

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Start a private underground community.
« Reply #3 on: December 09, 2012, 07:04:52 pm »
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.
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Start a private underground community.
« Reply #4 on: December 09, 2012, 09:25:35 pm »
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
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Start a private underground community.
« Reply #5 on: December 09, 2012, 09:45:59 pm »
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.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Start a private underground community.
« Reply #6 on: December 09, 2012, 10:16:31 pm »
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
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Start a private underground community.
« Reply #7 on: December 09, 2012, 11:05:14 pm »
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
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Start a private underground community.
« Reply #8 on: December 09, 2012, 11:12:51 pm »
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)
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Start a private underground community.
« Reply #9 on: December 10, 2012, 03:48:41 am »
Don't forget to share. Well, since we are telling you how to do it.
>>>import this
-----------------------------

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Start a private underground community.
« Reply #10 on: December 10, 2012, 07:13:58 am »
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.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]