bash Hardening

⟨/⟩ Lightweight Intrusion Detection System (LIDS)

A Bash script to monitor critical system files for unauthorized changes using SHA-256 hashes.

View script →
python Tools

⟨/⟩ Security Log Analyzer

A Python script that parses auth.log and syslog to detect brute-force attempts, suspicious logins, and privilege escalation events.

View script →
bash Hardening

⟨/⟩ Firewall Audit Script

Automated script to audit iptables/nftables and UFW firewall rules, detect overly permissive configurations, and generate a security report.

View script →
bash Network

⟨/⟩ SSL Certificate Checker

A Bash script to check SSL/TLS certificate expiration dates, cipher suites, and common misconfigurations across multiple domains.

View script →
bash Hardening

⟨/⟩ SSH Hardening Script

Automated script to harden your Linux server's SSH configuration. Applies security best practices in a single command.

View script →
bash Network

⟨/⟩ Port Scanner Bash

A simple and efficient port scanner written in Bash. Ideal for quick checks with no external dependencies.

View script →