Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuri-it/seclin
SecLin (Secure Linux): A script for enhancing Linux server security by installing essential tools like UFW, Fail2Ban, and automating security tasks.
https://github.com/nuri-it/seclin
bash debian linux security
Last synced: 25 days ago
JSON representation
SecLin (Secure Linux): A script for enhancing Linux server security by installing essential tools like UFW, Fail2Ban, and automating security tasks.
- Host: GitHub
- URL: https://github.com/nuri-it/seclin
- Owner: nuri-it
- License: mit
- Created: 2024-08-07T09:08:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T12:13:33.000Z (2 months ago)
- Last Synced: 2024-09-30T02:24:02.235Z (about 1 month ago)
- Topics: bash, debian, linux, security
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SecLin (Secure Linux)
**SecLin** is a Bash script designed to enhance the security of Linux servers by installing and configuring essential security tools. This script simplifies the process of setting up a secure environment with tools like UFW (Uncomplicated Firewall), Fail2Ban, and automated security tasks.
## Features
- **UFW Installation**: Install and configure UFW to manage firewall rules.
- **Unattended Upgrades**: Ensure your system receives automatic security updates.
- **Fail2Ban**: Install and configure Fail2Ban to protect against brute-force attacks.
- **Status Monitoring**: Add status checks for UFW and Fail2Ban to your bash profile.
- **Task Selection**: Choose and execute specific security tasks interactively.## Usage
1. **Clone the Repository**
```bash
sudo apt install git -y
git clone https://github.com/nuri-it/seclin.git
cd seclin
chmod +x seclin.sh
sudo bash ./seclin.sh2. Follow the On-Screen Prompts
The script will guide you through selecting and executing various security tasks.
## Requirements
- whiptail for interactive task selection
- Root privileges to install and configure security tools## License
This project is licensed under the MIT License - see the LICENSE file for details.