Results 1 to 1 of 1
http://idgs.in/773372
  1. #1
    .ALX's Avatar
    Join Date
    Aug 2016
    Location
    Bogor
    Posts
    750
    Points
    21.86
    Thanks: 4 / 20 / 19

    Default How to bypass a website that blocking TOR

    __________________________________________________


    SILENCING CHAIN

    __________________________________________________




    Pada kesempatan kali ini, ane akan share tutorial untuk bypass sebuah website yang memblock tor, Btw ane membuat tutorial ini untuk pengguna linux khususnya based on debian, buat windows / distro linux lainnya, kayanya gak beda jauh, jadi tinggal research sedikit aja kok.
    Oke langsung saja karena ane bukan si musang yang pandai merangkai kata-kata haha.

    Bahan - bahan :
    1. Linux based on debian
    2. Firefox / Web browser pilihanmu
    3. TOR
    4. Proxychains
    5. Sublime Text 3 / Text editor pilihanmu ( bisa juga pake command nano )
    6. SOCKS Proxy

    # 1. Linux based on debian
    Cukup Jelas

    # 2. Firefox / Web browser pilihanmu
    Mozilla Firefox (aslinya bernama Phoenix dan kemudian untuk sesaat dikenal sebagai Mozilla Firebird) adalah peramban web lintas platform gratis yang dikembangkan oleh Yayasan Mozilla dan ratusan sukarelawan.

    How to install :

    Code:
    $ apt-get update && apt-get upgrade && apt-get dist-upgrade && apt-get install firefox
    # 3. TOR
    The Onion Router atau Tor adalah server yang membuat pengguna menjadi anonim dalam internet.

    How to install :

    Code:
    $ apt-get install tor
    # 4. Proxychains
    Proxychains adalah Alat yang memaksa setiap jaringan TCP yang dibuat oleh aplikasi dan diperintahkan untuk mengikuti proxy seperti TOR, SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP.

    How to install :

    Code:
    $ apt-get install proxychains
    # 5. Sublime text 3
    Sublim Text adalah editor teks canggih untuk kode, markup dan prosa.

    How to :

    Install the GPG key:

    Code:
    wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
    Select the channel to use:

    Stable

    Code:
    echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
    Dev

    Code:
    echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
    Update apt sources and install Sublime Text

    Code:
    sudo apt-get update
    sudo apt-get install sublime-text
    Tinggal dipilih mau yang stable atau developer.

    # 6. SOCKS Proxy
    Socket Secure (SOCKS) adalah protokol Internet yang menukar paket jaringan antara klien dan server melalui server proxy. SOCKS5 juga menyediakan otentikasi sehingga hanya pengguna yang berwenang yang bisa mengakses server. Secara praktis, proxy server SOCKS menghubungkan TCP ke alamat IP yang sewenang-wenang, dan menyediakan sarana untuk paket UDP untuk diteruskan.

    gw sih prefer cari socks proxy disini
    Code:
    http://spys.ru/en/socks-proxy-list/
    tapi kalian juga bisa searching untuk socks proxy lainnya.

    -------------------- How to do --------------------

    #1 . kita akan mengatur file torrc.

    Code:
    $ subl /etc/tor/torrc ( untuk yang memakai sublime text 3) / $ nano /etc/tor/torrc
    Hapus # dan ubah pada kata :

    ORPort auto
    Nickname .ALX<<<Ganti terserah
    ContactInfo [email protected]<<<Ganti terserah
    RelayBandwidthRate 1 MBytes # Throttle traffic to 100KB/s (800Kbps)
    RelayBandwidthBurst 2 MBytes # But allow bursts up to 200KB (1600Kb)
    ExitPolicy reject *:* # no exits allowed

    lalu save.

    #2 . Atur file proxychains.conf

    Code:
    $ subl /etc/proxychains.conf (untuk yang memakai sublime text 3) / $ nano /etc/proxychains.conf
    Scroll ke bawah, dan ganti :
    socks4 127.0.0.1 9050 menjadi socks5 127.0.0.1 9050

    tambahkan socks proxy lain, kalian bisa mencarinya di ( 6. SOCKS Proxy )

    socks5 94.254.33.60 24184

    kurang lebih proxychains.conf jadi seperti ini :

    Code:
    ................................
    #       proxy types: http, socks4, socks5
    #        ( auth types supported: "basic"-http  "user/pass"-socks )
    #
    [ProxyList]
    # add proxy here ...
    # meanwile
    # defaults set to "tor"
    socks5 	127.0.0.1 9050
    socks5 	94.254.33.60 24184
    lalu save.

    #3 . Terminal

    Code:
    $ tor
    Jul 07 21:27:41.350 [notice] Tor 0.2.9.11 (git-64abf9c49af9a0a2) running on Linux with Libevent 2.0.21-stable, OpenSSL 1.1.0f and Zlib 1.2.8.
    Jul 07 21:27:41.350 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
    Jul 07 21:27:41.350 [notice] Read configuration file "/etc/tor/torrc".
    Jul 07 21:27:41.354 [notice] Based on detected system memory, MaxMemInQueues is set to 2403 MB. You can override this by setting MaxMemInQueues by hand.
    Jul 07 21:27:41.354 [notice] Opening Socks listener on 127.0.0.1:9050
    Jul 07 21:27:41.354 [notice] Opening Control listener on 127.0.0.1:9051
    Jul 07 21:27:41.354 [notice] Opening OR listener on 0.0.0.0:0
    Jul 07 21:27:41.354 [notice] OR listener listening on port 43049.
    Jul 07 21:27:41.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
    Jul 07 21:27:41.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
    Jul 07 21:27:41.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
    Jul 07 21:27:41.000 [notice] Your Tor server's identity key fingerprint is --Censored--.
    Jul 07 21:27:41.000 [notice] Bootstrapped 0%: Starting
    Jul 07 21:27:47.000 [notice] Bootstrapped 80%: Connecting to the Tor network
    Jul 07 21:27:48.000 [notice] Guessed our IP address as --Censored--.
    Jul 07 21:27:49.000 [notice] Bootstrapped 85%: Finishing handshake with first hop
    Jul 07 21:27:50.000 [notice] Bootstrapped 90%: Establishing a Tor circuit
    Jul 07 21:27:52.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
    Jul 07 21:27:52.000 [notice] Bootstrapped 100%: Done
    Jul 07 21:27:52.000 [notice] Now checking whether ORPort --Censored-- is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
    Code:
    $ proxychains firefox
    -------------------- Done --------------------

    untuk pertanyaan lebih lanjut comment dibawah

    __________________________________________________


    SILENCING CHAIN

    __________________________________________________
    Last edited by .ALX; 07-07-17 at 21:57. Reason: Done
    http://image.azuza.web.id/images/8701698_201612240910110422-1482699985.gif

  2. Hot Ad

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •