Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.08 KB

File metadata and controls

29 lines (23 loc) · 1.08 KB

🐚 SoftShell v3

The Ultimate Python-OS Shell Environment

SoftShell is a secure, database-driven shell environment built entirely in Python. It features a multi-user login system, SHA-256 password hashing, and a restricted command environment for non-root users.

🚀 Features

  • Security: SQLite3 backend with SHA-256 encryption.
  • Root Protection: Restricted access to system-level commands (cd, rm, ls) for standard users.
  • Alias System: Custom command triggers via JSON configuration.
  • Audit Logging: Tracks failed login attempts in .login.log.
  • Custom Branding: High-performance color-coded terminal output.

🛠️ Installation

Run this command:

bash <(curl -s https://raw.githubusercontent.com/featherrz/Python-ShellV3/refs/heads/main/setup.sh)

📜 Default Credentials

Normal User:

  • Username: shell
  • Password: shell

Root User:

  • Username: shell
  • Password: shell

Hosted By Evolution Host