An open API service indexing awesome lists of open source software.

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

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)


Aba 1
Aba 2


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)


Aba 3
Aba 4


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
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

β–Œ Credits
---------
Developed by **Thiago Maria**
UI powered by ttkbootstrap
Code help by Qwen and DeepSeek