AutoRecon is a lightweight Bash script made for beginner to intermediate Linux users to perform a basic system audit. It gathers key system information, checks user activity, analyzes network settings, and scans for outdated packages it is only for learning purpose . for the people who have just started their journey in this field โ all from one script.
- System information overview (hostname, OS, kernel, uptime, CPU, memory)
- Logged-in users and all system users
- Network details and open ports
- Basic firewall status (UFW)
- Outdated package detection (APT)
chmod +x autorecon.sh
## 2. RUN THE SCRIPT
```bash
./autorecon.sh