{"id":21492380,"url":"https://github.com/teal33t/obfuscated-openssh-client","last_synced_at":"2025-07-31T12:35:08.340Z","repository":{"id":247740415,"uuid":"826646799","full_name":"teal33t/obfuscated-openssh-client","owner":"teal33t","description":"Obfuscated SSH client implementation for connecting using an obfuscated OpenSSH session.","archived":false,"fork":false,"pushed_at":"2024-07-10T08:50:33.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T21:15:49.932Z","etag":null,"topics":["obfuscated-ssh","ssh","ssh-agent","ssh-client","ssh-proxy","ssh-tunnel"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teal33t.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-10T05:36:33.000Z","updated_at":"2024-07-10T16:16:36.000Z","dependencies_parsed_at":"2024-07-10T10:55:29.506Z","dependency_job_id":null,"html_url":"https://github.com/teal33t/obfuscated-openssh-client","commit_stats":null,"previous_names":["teal33t/obfuscated-ssh-client","teal33t/obfuscated-openssh-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teal33t%2Fobfuscated-openssh-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teal33t%2Fobfuscated-openssh-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teal33t%2Fobfuscated-openssh-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teal33t%2Fobfuscated-openssh-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teal33t","download_url":"https://codeload.github.com/teal33t/obfuscated-openssh-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244023697,"owners_count":20385310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obfuscated-ssh","ssh","ssh-agent","ssh-client","ssh-proxy","ssh-tunnel"],"created_at":"2024-11-23T15:28:42.106Z","updated_at":"2025-03-17T11:26:47.228Z","avatar_url":"https://github.com/teal33t.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obfuscated SSH Service - Client\n\nThis project establishes an SSH connection using obfuscation and monitors network traffic. It includes features such as handling SIGINT for graceful disconnection and statistics on data sent/received over the network.\n\nIf you are looking for **Obfuscated SSH Service - Server**, go to [https://github.com/teal33t/obfuscated-openssh-server](https://github.com/teal33t/obfuscated-openssh-server) \n\n## Features\n\n- **SSH Connection**: Connects to a remote server using SSH with specified configurations.\n- **Obfuscation**: Supports keyword obfuscation for SSH traffic.\n- **SOCKS Proxy**: Supports configuring a SOCKS proxy.\n- **Traffic Monitoring**: Monitors network traffic (upload and download speeds as well as total data transferred).\n- **Graceful Disconnect**: Handles SIGINT signals to terminate the connection gracefully.\n- **Statistics Reset**: Resets traffic statistics when a new connection is established.\n\n## Prerequisites\n\n- Python 3.x\n- `sshpass`\n- `psutil`\n\n## Configuration\n\nConfigure your SSH connection settings in a `config.ini` file. The `config.ini` should be structured as follows:\n\n```ini\n[SSH]\nPORT = 8443\nOBFUSCATE_KEYWORD = your-keyword-on-obfuscated-server\nSOCKS_PROXY = 0.0.0.0:1080\nUSER = your-username-on-obfuscated-server\nSERVER = your-ip\nKEY = ~/.ssh/id_rsa\nPASSWORD = your-password-on-obfuscated-server\n```\n\n## Installation\n\n1. **Clone the Repository**\n\n    ```bash\n    git clone https://github.com/teal33t/obfuscated-ssh-client.git\n    cd obfuscated-ssh-client\n    ```\n\n2. **Install Dependencies**\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n    **Debian/Ubuntu:**\n\n    ```bash\n    apt-add-repository ppa:zinglau/obfuscated-openssh \n    apt update \n    apt install -y ssh #install obfuscated-openssh \n    apt install sshpass #install sshpass\n    ```\n    \n## Usage\n\n1. **Update Configuration**\n\n    Ensure the `config.ini` file contains the correct settings for your SSH connection.\n\n2. **Run the Script**\n\n    ```bash\n    python client.py\n    ```\n\n3. **Traffic Monitoring**\n\n    Once connected, the script will display upload and download speeds, total data sent and received, and elapsed time.\n\n## Handling Interruptions\n\n- The script gracefully handles SIGINT signals, ensuring the SSH connection is properly terminated before exiting.\n\n\n## License\n\nThis project is licensed under the MIT License - see the `LICENSE` file for details.\n\n## Acknowledgements\n\n- Thanks to the contributors of `psutil` and `sshpass` for their great tools.\n- Inspired by various open-source projects for secure SSH connections.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteal33t%2Fobfuscated-openssh-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteal33t%2Fobfuscated-openssh-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteal33t%2Fobfuscated-openssh-client/lists"}