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

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. cryptcryptPublic

    HTML 3

  2. scanPidsscanPidsPublic

    multithread utility for scanning process memory with yara

    YARA 1

  3. Easy gen strong password in terminalEasy 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. Ese-guiEse-guiPublic

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

    Python

  5. EseEsePublic

    Ese - easy sample extraction to create yara rules

    Python

  6. yara_rulesyara_rulesPublic

    In this repository you can find absolutely free yara rules for searching php shells and other malicious software.

    YARA