Skip to content
View delyee's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report delyee

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. crypt crypt Public

    HTML 3

  2. scanPids scanPids Public

    multithread utility for scanning process memory with yara

    YARA 1

  3. Easy gen strong password in terminal Easy gen strong password in terminal
    1
    ### Add this alias to ~/.zshrc or ~/.bashrc
    2
    ```
    3
    alias gen_password='python3 -c "print(\"\".join(__import__(\"random\").choices(__import__(\"string\").ascii_letters + __import__(\"string\").digits, k=64)))"'
    4
    ```
    5
    
                  
  4. blacklist_generator_abuseipdb blacklist_generator_abuseipdb Public

    simple script for generate blacklist from data of abuseipdb

    Python 1

  5. Ese-gui Ese-gui Public

    Easy sample extraction and gen YARA rule. AllPHPShellsMustDie. Second useless project ._.

    Python

  6. Ese Ese Public

    Ese - easy sample extraction to create yara rules

    Python