π‘οΈ Kali Linux Hardening Script
This script automates the process of hardening a Kali Linux system using well-established security practices for penetration testers, security professionals, and red teamers who want to defend and lock down their systems.
## π¦ Features
- Kernel-level sysctl security rules
- Strong password policy enforcement
- USB/firewire storage disablement
- SSH lock-down (no root login, no password auth)
- Automatic security updates
- iptables default rules
- Legal login banner
- PAM and audit logging tools
π Installation & Usage
1. download from Gumroad
2. Make the script executable:
```bash
chmod +x kali_hardening.sh
```
3. Run with root privileges:
```bash
sudo ./kali_hardening.sh
```
π Requirements
- Kali Linux (Rolling)
- Internet connection
- Root or sudo access
β οΈ Disclaimer
This script is intended for educational and defensive security purposes only. The author and contributors are not responsible for any damage, data loss, or consequences resulting from its usage.
Use it only on systems you own or have explicit permission to test.
π¨βπ» Author
SmaRTy Saini
Cybersecurity Architect & Penetration Tester
GitHub: [smarty-saini](https://github.com/smarty-saini)
## π License
MIT License β Free to use, modify, and distribute with proper attribution.
π Connect With Me:
π¦ Twitter / X | πΌ LinkedIn | π GitHub | π Gumroad
π‘οΈ Kali Linux Hardening Script