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

Block or report cetaSYN

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

  1. ad2dispatch/ad2dispatch ad2dispatch/ad2dispatch Public

    A web-based platform for managing and operating drunk-driving reduction programs.

    Python 3

  2. CTF_Dockerfiles CTF_Dockerfiles Public

    Personal resources for a dockerized CTF environment

    Shell

  3. pcap-anom-detect pcap-anom-detect Public

    Detect anomalies in packet captures, potentially rooting out covert channels

    Python

  4. Communicate between subnets by lever... Communicate between subnets by leveraging mDNS DNS-SD TXT records and mDNS reflection
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    __author__ = 'cetaSYN'
    4
    
                  
    5
    import argparse
  5. OWA S/MIME Decryption with Linux & F... OWA S/MIME Decryption with Linux & Firefox
    1
    # OWA S/MIME Decryption with Ubuntu & Firefox
    2
    
                  
    3
    **NOTE:** This is still being refined.<br>
    4
    I'm not sure if I had any pre-existing packages that were necessary or if all of the ones I list are necessary.<br>
    5
    If you have any feedback, please let me know.<br>
  6. Casts a YouTube video to multiple Go... Casts a YouTube video to multiple Google Cast devices within a multicast domain.
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    ####################################################################################
    4
    #                                 allcast_cli.py                                   #
    5
    # Casts a specified YouTube video to Google Cast devices within a subdomain. [CLI] #