Skip to content
View StoneSwine's full-sized avatar

Block or report StoneSwine

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. farec farec Public

    A webapp to aid in the selection of a real estate company

    Python

  2. msc.thesis.code msc.thesis.code Public

    This repository contains the code used in my master thesis - Efficient Data Structures in Intrusion detection systems.

    C++

  3. IMT4124-cryptology_software IMT4124-cryptology_software Public

    Python

  4. IMT4124-cryptology_project IMT4124-cryptology_project Public

    Ciphertext only attack on the Geffe generator stream cipher

    Python

  5. IMT4204-IDS_software IMT4204-IDS_software Public

    Python

  6. Bruteforce resolving subdomains of a... Bruteforce resolving subdomains of a domain. I think it ignores wildcard domains, not sure if it works though.
    1
    import urllib.request
    2
    import argparse
    3
    import shutil
    4
    import string
    5
    import random