Skip to content
View WMAL's full-sized avatar
🔥
::0
🔥
::0

Block or report WMAL

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. Linux-Kodachi Linux-Kodachi Public

    Linux Kodachi is a security-focused operating system designed for users who value privacy, anonymity, and a secure computing experience. Developed by Warith Al Maawali, Kodachi provides all the too…

    Shell 287 60

  2. E-Tornado E-Tornado Public

    E-Tornado is an offensive security system developed over 5 years starting in 2008. It is a powerful remote administration tool that allows for monitoring and performing various actions on other com…

    Pascal

  3. This Bash script generates UUIDs and... This Bash script generates UUIDs and customizable Fake IDs, hashes them with MD5, SHA-256, and SHA-384, and supports output in JSON or colored plain text. It includes logging, dependency checks, error handling, and options for batch generation and custom Fake ID lengths.
    1
    #!/bin/bash
    2
    
                  
    3
    # =========================================
    4
    # Ultimate Bash ID Generator
    5
    # =========================================
  4. Converts .eml files to HTML, Markdow... Converts .eml files to HTML, Markdown, PDF, plain text, and JSON formats. Handles attachments, counts replies, cleans up HTML, and manages duplicates. Outputs all processed emails into a single indexed HTML file, convertible to other formats.
    1
    # =========================================
    2
    # Email to PDF Conversion Script
    3
    # =========================================
    4
    #
    5
    # Version: 1.0
  5. Monitoring your server’s performance... Monitoring your server’s performance is crucial, and Netdata offers a real-time, interactive dashboard to keep tabs on your system metrics. Setting up Netdata on a Debian-based system can be streamlined using this comprehensive Bash script, ensuring a hassle-free installation and configuration process.
    1
    #!/bin/bash
    2
    # =========================================
    3
    # Netdata Setup Script
    4
    # =========================================
    5
    #
  6. Managing init systems can be challen... Managing init systems can be challenging, especially when transitioning to systemd on Debian-based systems. Systemd Issue Solver Bash script automates this process, ensuring a smooth and error-free configuration.
    1
    #!/bin/bash
    2
    # =========================================
    3
    # Systemd Issue Solver
    4
    # =========================================
    5
    #