Admin App Pack CLI is a multitool for system administrators, information security specialists, and developers. The project brings together a set of lightweight, independent command-line utilities for automating routine tasks, network operations, and secure data generation.
The package features a modular system of mini-applications (Apps). Currently implemented:
- ๐ Secure Account Generator
Generates cryptographically strong passwords. The core feature is the structural separation of credentials. The script outputs a separate
passwordfor email access and a distinctpp_passwordfor the service itself. This prevents a complete data breach if one node is compromised. - ๐ Network Scanner (Port Checker) A utility for quickly checking TCP port availability on remote hosts (e.g., a quick ping of port 22 before establishing an SSH connection to a remote server).
- ๐งฉ Modular Architecture
Adding a new utility takes just a couple of minutes by simply dropping a new
.pyfile into theapps/directory.
The project relies purely on standard Python libraries and does not require heavy third-party dependencies. It works perfectly in a standard macOS terminal or any Unix system.
Download the project to your local machine:
git clone (https://github.com/ffsdfsdfsa/admin-app-pack-cli-2026)](https://github.com/YOUR_USERNAME/admin-app-pack-cli.git)
cd admin-app-pack-cli