Skip to content

Instantly share code, notes, and snippets.

View WMAL's full-sized avatar
🔥
::0

Warith AL Maawali WMAL

🔥
::0
View GitHub Profile
@WMAL
WMAL / sslfp.sh
Last active October 27, 2024 17:48
SSL Fingerprint Checker: A Bash script that retrieves SSL fingerprints for domains. Supports input via command-line or file, includes retry logic, and auto-installs OpenSSL. Usage: ./sslf.sh -d domain.com or ./sslf.sh -f domains.txt.
#!/bin/bash
# =========================================
# SSL Fingerprint Checker
# =========================================
#
# Version: 1.5
# Script written by Warith Al Maawali
#
# Discord channel: https://discord.gg/KEFErEx
@WMAL
WMAL / python-env-setup.sh
Last active February 22, 2025 17:13
Script to create and activate a Python virtual environment, handle permissions, and optionally install pip packages. Ensures python3-venv is installed, sets correct ownership and permissions, and provides instructions for usage and deactivation.
#!/bin/bash
# =========================================
# Virtual Environment Setup Script
# =========================================
#
# Version: 1.1
# Script written by Warith Al Maawali
# (c) 2024
#
@WMAL
WMAL / eml2pdf.py
Last active March 18, 2025 09:16
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.
# =========================================
# Email to PDF Conversion Script
# =========================================
#
# Version: 1.0
# Script written by Warith Al Maawali
# (c) 2024
#
# Discord channel: https://discord.gg/KEFErEx
# Twitter: http://twitter.com/warith2020