This is a bash script designed to assist with basic pentesting and system administration across various Linux distributions. Currently the script supports Debian/Ubuntu, Arch Linux, and Fedora. It includes tools for networking, system information, and security tasks, tailored based on the selected OS.
- OS Detection: Select your OS at the start of the script.
- Dependency Installation Automatically installs the required tools for each OS.
- Networking Tools:
- Network Scanning with nmap.
- Ping Sweep.
- Open Port Check.
- Sniff Network Traffic.
- System Tools:
- System Information with inxi.
- Glances System Monitor.
- Check for rootkits.
- Audit System.
- Security Tools:
- Password Brute-Force Attack with Hydra.
- Enable TOR network.
- Change MacAddress.
- Target Scan with Nikto.
This script requires bash and sudo permissions.
- Clone this repository:
git clone https://github.com/sysadmin-project/sysadmin.sh.git
- Make the script executable:
chmod +x sysadmin.sh
- Run the script:
sudo ./sysadmin.sh
- Follow the script prompts:
- Select your OS.
- Install Dependencies.
- Navigate through the Networking, System, and Security tools.
- Debain / Ubuntu
- Arch Linux
- Fedora
This project is licensed under the MIT License, see the relevant files for more information.