https://github.com/yi-kyu/t-labzz
Terminal Lab Preparation Automation – by Yi-Kyu
https://github.com/yi-kyu/t-labzz
bash-scripting cybersecurity linux pentesting
Last synced: 2 months ago
JSON representation
Terminal Lab Preparation Automation – by Yi-Kyu
- Host: GitHub
- URL: https://github.com/yi-kyu/t-labzz
- Owner: Yi-Kyu
- Created: 2025-07-09T02:36:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T03:33:40.000Z (12 months ago)
- Last Synced: 2025-07-30T08:36:57.260Z (11 months ago)
- Topics: bash-scripting, cybersecurity, linux, pentesting
- Language: Shell
- Homepage: https://yi-kyu.github.io/
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T-labzz
**Terminal Lab Preparation Automation – by Yi-Kyu**
**T-labzz** is a pure Bash automation utility designed to prepare your terminal and folder structure for efficient pentesting workflows.
Inspired by s4vitar's environment, this tool runs under root and performs a clean, structured setup for your engagements.
Unlike flashy tools, **T-labzz** avoids unnecessary aesthetics to keep things fast, minimal, and functional.
---
## ⚙️ What It Does
T-labzz automates:
- Terminal workspace initialization
- Directory structure creation for new targets
- IPv4 format validation
- Root-level setup commands
- Smart tab labeling using `xdotool`
All of this happens automatically from the moment the script runs.
---
## ⚠️ Important Note
**Once T-labzz starts running, do not close or switch the terminal.**
Interrupting it mid-process may cause misconfigurations or incomplete setups.
---
## 🔐 Root Access Required
T-labzz checks your UID and will exit if not run with `sudo` or as `root`.
This ensures proper creation of directories and execution of terminal commands.
---
## 🚀 Installation
```bash
git clone https://github.com/Yi-Kyu/T-labzz.git
chmod +x T-labzz
sudo mv T-labzz /usr/local/bin/
```
---
## License
MIT License – Use, modify, and distribute freely. Stay ethical.
Special thanks to [s4vitar](https://github.com/s4vitar) for the inspiration and for the `mkt` function used for enumeration setup.
---
## Author
Yi-Kyu
Terminal Automation • Pentesting Workflow
GitHub: github.com/Yi-Kyu