Skip to content
View oscar230's full-sized avatar
Block or Report

Block or report oscar230

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. the-oracle the-oracle Public

    An attack on the Tor network targeting exit relays, by using oracles acquired from a DNS timing side-channel attack. This is my bachelor thesis at Karlstad University.

    Python 1 1

  2. Hathor Hathor Public archive

    A music tool! :)

    C# 1 1

  3. oresundspacecollective.com oresundspacecollective.com Public

    This is the website of Øresund Space Collective, based on a copy of the archiveed oresundspacecollective.com (2022-05-06 14:39:15).

    HTML

  4. simple-html-build-script simple-html-build-script
    1
    #!/bin/bash
    2
    SRCDIR=$1
    3
    OUTDIR=$2
    4
    HTMLPATH=$3
    5
    COMPONENTSDIR=$SRCDIR"/components/"