https://github.com/zrainerzz/fedora_firewall_config
--- A script to configure Fedora's firewall for both gaming and pentesting. It opens necessary ports for gaming apps (Steam, Discord, Teamspeak) while securing the system by enabling ports for penetration testing. Ideal for users who want a secure and optimized setup for gaming and security testing. ---
https://github.com/zrainerzz/fedora_firewall_config
Last synced: 4 days ago
JSON representation
--- A script to configure Fedora's firewall for both gaming and pentesting. It opens necessary ports for gaming apps (Steam, Discord, Teamspeak) while securing the system by enabling ports for penetration testing. Ideal for users who want a secure and optimized setup for gaming and security testing. ---
- Host: GitHub
- URL: https://github.com/zrainerzz/fedora_firewall_config
- Owner: zRainerzz
- License: mit
- Created: 2025-02-19T09:09:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T09:10:48.000Z (over 1 year ago)
- Last Synced: 2025-02-19T10:24:16.746Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedora Gaming and Pentesting Firewall Configuration
This repository contains a script designed to configure a Fedora-based system’s firewall for both gaming and pentesting environments. It ensures that essential ports and services are opened while securing the system from unnecessary vulnerabilities.
## Features
- Configures the firewall for gaming by allowing Steam, Discord, Teamspeak, and other game-related ports.
- Opens ports commonly used for pentesting like `4444`, `8080`, `1337`, and a range from `1025-65535` for UDP and TCP traffic.
- Secures SSH access by allowing the necessary ports for remote login.
- Customizable and easy to use for a secure yet functional Fedora system setup.
## Prerequisites
Before running the script, make sure your system meets the following requirements:
- Fedora Workstation (or any other Fedora-based distribution)
- Root privileges (sudo access)
- Basic understanding of Linux command-line usage
## Installation
To use the firewall configuration script, follow these steps:
### 1. Clone the repository
```bash
git clone https://github.com/zRainerzz/firewall-configure.git
cd firewall-configure