Skip to content
View seanlum's full-sized avatar

Block or report seanlum

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. Cybersecurity-Notes Cybersecurity-Notes Public

    A collection of knowledge on cyber threat intelligence, cybersecurity, and DevSecOps

    HTML

  2. DupllicateFinder DupllicateFinder Public

    DupllicateFinder - a cli Python utility which finds duplicate files by sha256sum

    Python

  3. YaraCollector YaraCollector Public

    A tool for assembling large quantities of Yara rule files into a single scanner, and scanning a list of files

    Python

  4. PowerShellTool PowerShellTool Public

    A tool which uses PowerShell to provide analysis-level details about different parts of Windows

    PowerShell

  5. DemiGaze DemiGaze Public

    A host connection logging and database aggregation tool. Uses ipinfo.io, whois, and the socket api

    Python

  6. DRGB-rando: An XOR encryption algori... DRGB-rando: An XOR encryption algorithm that uses the E(k,r,p) = ((k ^ r) ^ (p ^ r)), where K, R, and P are all the same length. In 33 lines of Python
    1
    # Author: Sean Lum
    2
    # GitHub: https://www.github.com/seanlum
    3
    # Date:   November, 12th, 2024
    4
    # Title:  DRGB-rando PoC
    5
    # Description: