Saturday, 16 February 2013

Deep Web Link List (.onion)

Please find a collection of .onion links below. You need to install Tor Browser from http://torproject.org/ to be able to access the links.



Quick tutorial on how to host and run your own Linux server: i.e. hidden service.

First download whonix workstation + gateway.

on the whonix gateway

sudo nano /etc/tor/torrc
make sure to have the following 2 lines in the file
HiddenServiceDir /var/lib/tor/hidden_service/
HiddenServicePort 80 192.168.0.11:80

restart tor
sudo service tor reload

get your hidden .onion url
sudo nano /var/lib/tor/hidden_service/hostname
now on the workstation. lighttpd is an open-source web server. 

sudo apt-get update
sudo apt-get install lighttpd

Done.

9 comments:

  1. did the survey. thanks for the pdf!!!! definitely makes it less of a hassle.
    do you plan on updating the file regularly?
    take care

    ReplyDelete
  2. hi. appreciate the feedback. yes, I think I ll update it more or less frequently.

    ReplyDelete
  3. mike, the pdf is nice, but could you group them in working vs not-working? I think it would be easier to read it this way.

    ReplyDelete
  4. nekrooxwwskakacj.onion

    ReplyDelete
  5. henrik.
    i can´t open any of the links ??? anyone knows what the problem can be??

    ReplyDelete
  6. Hi I can´t open any of the links on the site?? Anybody WHO knows whats wrong?? thank you in advance.

    ReplyDelete
  7. For those of you who can't open the links, are you actually using Tor?

    You need tor to open them.

    ReplyDelete
  8. There are many links that I do not know, I'll see later.

    ReplyDelete

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...