https://github.com/thiagomaria-securityit/comandos-powershell-vs-python
π§ This is how I remember PowerShell, Linux and Python commands - Created in 2025
https://github.com/thiagomaria-securityit/comandos-powershell-vs-python
cmd linux-kernel powershell
Last synced: 6 months ago
JSON representation
π§ This is how I remember PowerShell, Linux and Python commands - Created in 2025
- Host: GitHub
- URL: https://github.com/thiagomaria-securityit/comandos-powershell-vs-python
- Owner: ThiagoMaria-SecurityIT
- License: mit
- Created: 2025-05-17T20:15:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-08T18:28:06.000Z (7 months ago)
- Last Synced: 2025-08-08T20:38:45.179Z (7 months ago)
- Topics: cmd, linux-kernel, powershell
- Language: Python
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Command Reference Tool v2.1**
============================
>[!Tip]
> For a updated version with new features look the other repo:
> [New Version with new features - click here](https://github.com/ThiagoMaria-SecurityIT/unified-command-tool/tree/main)
## A PowerShell/Linux/Python utility for security professionals and sysadmins*
**Features:**
β **CyberSec Dashboard**: Real-time network monitoring, threat visualization, and quick security checks.
β **Windows PowerShell**: Organized commands (File/Network/System) with one-click copy.
β **Lab Use Only**: Lacks production-grade logging/authβideal for training/labs.
π§ Coming in Q4 2025:
βΈ Python virtual env quick-commands
βΈ Linux/WSL terminal integration
βΈ PowerShell aliases reference
β Lab/Training Use Only
β No authentication or logging β Not for production
---
1. Interface Screenshots [main.py](https://github.com/ThiagoMaria-SecurityIT/Comandos-Powershell-vs-Python/blob/main/main.py)
Tab 1 Cybersec
Tab 2 Windows
2. Old Interface Screenshots [oldmain.py](https://github.com/ThiagoMaria-SecurityIT/Comandos-Powershell-vs-Python/blob/main/oldmain.py)
Old interface
Old Python Virtual Env interface
β Features
----------
β CyberSec Dashboard:
- Visual threat indicator
- Security quick checks (Ports/Processes/Firewall)
- Real-time network monitoring (Get-NetTCPConnection)
> [!WARNING]
> NOT for production monitoring (missing critical features like logging/auth)
β Windows PowerShell:
- Organized commands (File/Network/System)
- One-click copy functionality
β Linux/WSL:
> π§ Under Construction
> - Essential terminal commands
> - WSL-specific helpers
β PowerShell Aliases:
> π§ Under Construction
> - Full reference table
> - .ps1 export capability
β Python Virtual Envs:
> π§ Under Construction
> - Quick venv commands
> - Dependency management
β Installation
--------------
1. Install requirements:
pip install ttkbootstrap pyperclip
2. Run:
python main.py
β Security Notes
---------------
β Safe for personal/lab use:
- Prevents command typos
- Documents legitimate commands
- Visualizes network activity
β Build Executable
-----------------
pyinstaller --onefile --windowed main.py
β License
---------
MIT License
[](https://opensource.org/licenses/MIT)
β Credits
---------
Developed by **Thiago Maria**
UI powered by ttkbootstrap
Code help by Qwen and DeepSeek