User Controls

  1. 1
  2. 2

Posts by inb4lock

  1. inb4lock Yung Blood
    It's listed as a very long term milestone.

    https://trac.torproject.org/projects/tor/ticket/7830

    It would be nice to have UDP support because it works better for certain programs where performance and lower latency are desired, for example VoIP clients.
  2. inb4lock Yung Blood
    All TCP. Tor doesn't handle UDP yet.
  3. inb4lock Yung Blood
    This is actually pretty complicated, I'll see if I can remember it all.

    In short, there's no DNS, and a .onion address is not a domain, but a 16 character string derived from the hidden service's public key.

    When a hidden service comes online, it builds circuits to several relays and sends them its public key, which tells the relays it wants to use them as introduction points.

    It then creates a hidden service descriptor and uploads it to Tor's distributed hash table, which is spread across all relays with the HSDir flag. The descriptor contains the service's public key and information about its introduction points, and is signed by its private key.

    Once a client knows the .onion address of the service, it connects to the DHT to retrieve the hash, and learns about the service's public key and introduction points.

    The client builds a circuit to another relay, which it will use as a rendezvous point, and tells it a one time secret. It then creates an introduce message containing the one time secret and information about the rendezvous point, and signs it with the service's public key. It sends this message to the introduction point, which then forwards it to the service.

    The service decrypts the introduce message with its private key, creates a rendezvous message containing the one time secret, and sends it to the rendezvous point.

    The rendezvous point tells the client that a connection has been established, and they procede to communicate over separate Tor circuits. Few people realize that connecting to a hidden service involves 6 hops instead of 3, which is one of the reasons they tend to be so slow and time out often.

    Also worth noting that the key pair used for authentication is only 1024 bit RSA, which is a pretty major criticism of hidden service security. I'm not really sure if I trust them anymore given that the implementation hasn't been updated in years.
  4. inb4lock Yung Blood
    ITT: We post useful shell scripts that we found/wrote, preferably short and simple ones so my dumb brain will know what's going on.

    I'll start, here's a 5 min bash script I just made because I got sick of having to fuck with a whole bunch of different settings menus when removing flash cookies.

    #!/bin/bash

    usage() {
    echo "Usage: flash-lso-rm [OPTION]"
    echo " -a remove all flash LSOs for current user"
    echo " -c remove chromium pepper flash LSOs, excluding settings"
    echo " -m remove macromedia flash LSOs, excluding settings"
    echo " -p remove pepper flash settings"
    echo " -s remove macromedia flash settings"
    exit 1
    }

    if ( ! getopts ":acmps" opt); then
    usage
    fi

    while getopts ":acmps" opt; do
    case $opt in
    a)
    rm -rf ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/* > /dev/null 2>&1
    rm -rf ~/.macromedia/Flash_Player/#SharedObjects/*/*/ > /dev/null 2>&1
    rm -rf ~/.config/chromium/Default/Pepper\ Data/Shockwave\ Flash/WritableRoot/#SharedObjects/*/macromedia.com/support/flashplayer/sys/* > /dev/null 2>&1
    ;;
    c)
    rm -rf ~/.config/chromium/Default/Pepper\ Data/Shockwave\ Flash/WritableRoot/#SharedObjects/*/macromedia.com/support/flashplayer/sys/*/ > /dev/null 2>&1
    ;;
    m)
    rm -rf ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/*/ > /dev/null 2>&1
    rm -rf ~/.macromedia/Flash_Player/#SharedObjects/*/*/ > /dev/null 2>&1
    ;;
    p)
    rm ~/.config/chromium/Default/Pepper\ Data/Shockwave\ Flash/WritableRoot/#SharedObjects/*/macromedia.com/support/flashplayer/sys/settings.sol > /dev/null 2>&1
    ;;
    s)
    rm ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/settings.sol > /dev/null 2>&1
    ;;
    *)
    usage
    ;;
    esac
    done
  5. inb4lock Yung Blood
    Posting in a dumpster slut thread
  6. inb4lock Yung Blood
    This one's good too

  7. inb4lock Yung Blood
    Back when 4chins was actually good.

  8. inb4lock Yung Blood
    Yes, gas the faggots
  9. inb4lock Yung Blood
    I don't understand why people don't just use ssh with a keypair
  10. inb4lock Yung Blood
    If you're having problems with hackers i'd advise against using Windows

    FTFY
  11. inb4lock Yung Blood
    lol, Chris Hansen is such a whiny faggot
  12. inb4lock Yung Blood
    I wouldn't know about the security of SMF

    Remember when someone loaded up a bunch of bots and flooded your SMF forum with CP multiple times?
  13. inb4lock Yung Blood
    Head on over to Backyard Ballistics to see how it's done
  14. inb4lock Yung Blood
    Post pics of your daughter
  15. inb4lock Yung Blood
    Nobody is getting modded, we don't need them
  16. inb4lock Yung Blood
    Just use the home key on your keyboard
  17. inb4lock Yung Blood
    TB and riflows are trash

    Look at how mad you are, faggot
  18. inb4lock Yung Blood
    [SIZE=72px]​FUCK ARNOX FUCK ARNOX FUCK ARNOX​ FUCK ARNOX FUCK ARNOX FUCK ARNOX ​FUCK ARNOX FUCK ARNOX FUCK ARNOX ​FUCK ARNOX FUCK ARNOX FUCK ARNOX ​FUCK ARNOX FUCK ARNOX FUCK ARNOX ​FUCK ARNOX FUCK ARNOX FUCK ARNOX ​FUCK ARNOX FUCK ARNOX FUCK ARNOX ​FUCK ARNOX FUCK ARNOX FUCK ARNOX ​FUCK ARNOX FUCK ARNOX FUCK ARNOX ​FUCK ARNOX FUCK ARNOX FUCK ARNOX[/SIZE]
  19. inb4lock Yung Blood
    There's literally no advantage to circumcision and plenty of downsides.

    But enjoy your circlejerk of confirmation bias.
  20. inb4lock Yung Blood


    Private property (this website) + anarchy = anarcho-capitalism. You're finally one of us. Embrace the spontaneous order rather than clinging to your desires to be a dictatorial central planner.

    >first rule is literally "you can't post anything the government defines as illegal because armed men will take me away in handcuffs"
    >anarchy

    ayyy lmao
  1. 1
  2. 2
Jump to Top