Skip to content
View trmxvibs's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report trmxvibs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
trmxvibs/README.md
Typing SVG

Cybersecurity  •  Automation  •  Open Source CLI Tooling


About

I build security research tooling and CLI automation frameworks that make Linux and Termux environments faster to work with — package management, reconnaissance, and workflow automation, with a focus on cross-platform reliability and clean engineering over flashy scope-creep.

Most of what I ship is aimed at one problem: manual, repetitive terminal work should be automated, not memorized. Whether that's a universal package-manager wrapper, a one-command tool installer, or an environment sanity checker, the goal is the same — fewer steps, fewer footguns, predictable behavior.

Security-testing tools in this profile are built and published for authorized research, learning, and consenting-target engagements only. Every repo that touches offensive tooling says so explicitly, and I mean it.

  • 🔭 Currently maintaining pkgwrap — a universal CLI wrapper across 17 package managers (apt, pacman, dnf, brew, winget, and more)
  • 🛠️ Building Tool-X — a centralized installer/manager for 1000+ security & OSINT tools on Termux/Linux
  • 🌱 Currently deep in: safe subprocess handling, cross-platform CLI design, and CI hardening
  • 💬 Ask me about: Termux internals, package-manager quirks across distros, or bug-bounty triage workflow
  • 📫 Reach me at termuxvibes@gmail.com

Featured Projects

One command, every package manager. A universal CLI wrapper unifying apt, pacman, dnf, yum, apk, brew, zypper, xbps, nix, eopkg, emerge, MacPorts, FreeBSD/OpenBSD pkg, winget, and choco behind one consistent interface — with safe-by-default confirmation handling and zero forced non-interactive flags.

Python CLI Cross-Platform 17 Backends

A centralized CLI framework automating installation and management of 1000+ security, OSINT, and hacking tools for Termux, Linux, and Android terminals — numeric-ID execution, auto dependency detection, and multi-platform package-manager support.

Bash Termux Automation 1000+ Tools

A complete A–Z reference of Termux and Linux commands, with practical examples, networking references, and learning resources for anyone getting serious about the terminal.

Documentation Reference Learning

A minimal, multi-language-compatible CLI tool that validates environment configuration — ensuring required variables in .env or system environments are present and non-empty before your app ever starts.

Python DevOps Config Validation


Tech Stack

Python Bash JavaScript Go

Linux Termux Docker Git Nmap GitHub Actions


GitHub Stats



Connect

Building tools that respect the user's time — and the law. Every offensive-security tool in this profile is for authorized, consenting, or lab environments only.

Pinned Loading

  1. EnvSanityCheck EnvSanityCheck Public

    A minimal, multi-language compatible Python CLI tool to validate environment configuration. It ensures all required variables (listed in env.spec) are present and non-empty in your .env or system e…

    Python 2

  2. Tool-X Tool-X Public

    Tool-X is an advanced, centralized CLI framework designed to automate the installation and management of 1000+ hacking, OSINT, and security tools for Termux, Linux, and Android terminal environments.

    Python 107 19