{"id":37063096,"url":"https://github.com/caputomarcos/gotcha","last_synced_at":"2026-01-14T07:02:28.643Z","repository":{"id":59790366,"uuid":"469177821","full_name":"caputomarcos/gotcha","owner":"caputomarcos","description":"GOTCHA - The SSH-TTY control Interface","archived":false,"fork":false,"pushed_at":"2023-06-02T19:48:29.000Z","size":56428,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-19T21:35:36.923Z","etag":null,"topics":["linux","python310","strace"],"latest_commit_sha":null,"homepage":"https://blog.essavida.ai/the-ssh-tty-control-interface/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caputomarcos.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-12T19:15:35.000Z","updated_at":"2025-09-10T03:41:10.000Z","dependencies_parsed_at":"2023-01-22T15:16:08.560Z","dependency_job_id":null,"html_url":"https://github.com/caputomarcos/gotcha","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/caputomarcos/gotcha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caputomarcos%2Fgotcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caputomarcos%2Fgotcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caputomarcos%2Fgotcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caputomarcos%2Fgotcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caputomarcos","download_url":"https://codeload.github.com/caputomarcos/gotcha/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caputomarcos%2Fgotcha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["linux","python310","strace"],"created_at":"2026-01-14T07:02:28.090Z","updated_at":"2026-01-14T07:02:28.634Z","avatar_url":"https://github.com/caputomarcos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"GOTCHA - The SSH-TTY control Interface\n======================================\n\nRequirements\n------------\n\n* Python 3.10.7\n* Linux syscall tracer `(strace)` \u003chttps://strace.io/\u003e\n* Root Privileges Required.\n\n\nInstallation\n------------   \n\nFrom source::\n\n    git clone https://github.com/caputomarcos/gotcha.git\n    cd gotcha\n    python3 -m venv venv\n    source venv/bin/activate\n    pip install -r requirements-dev.txt\n    make build \u0026\u0026 make pyinstaller\n    sudo make install\n\nFrom pypi::\n\n    sudo su -\n    pip3 install ttyGotcha\n\nUsage::\n\n    $ gotcha \n        usage: gotcha [-h] [-v] [-q] [-l] [-s [{1,2,3}]] [-t [tty]] [-a] [--replay [session]] [--speed [speed]] [--snapshot [session]]\n\n        ·:.                                                            .:·\n\n             ██████╗  ██████╗ ████████╗ ██████╗██╗  ██╗ █████╗ ██╗██╗██╗\n            ██╔════╝ ██╔═══██╗╚══██╔══╝██╔════╝██║  ██║██╔══██╗██║██║██║\n            ██║  ███╗██║   ██║   ██║   ██║     ███████║███████║██║██║██║\n            ██║   ██║██║   ██║   ██║   ██║     ██╔══██║██╔══██║╚═╝╚═╝╚═╝\n            ╚██████╔╝╚██████╔╝   ██║   ╚██████╗██║  ██║██║  ██║██╗██╗██╗\n             ╚═════╝  ╚═════╝    ╚═╝    ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚═╝╚═╝\n\n        .:·                                                             ·:.\n\n        options:\n        -h, --help            show this help message and exit\n        -v, --verbose         Turn on verbose output\n        -q, --quiet           Enable quiet mode\n        -l, --list            List available SSH Sessions\n        -s [{1,2,3}], --session-files [{1,2,3}]\n                                List Session Files\n        -t [tty], --tty [tty]\n                                Point GOTCHA to specific TTY\n        -a, --auto            Lazy mode, auto-attach to first found session\n        --replay [session]    Play previously recorded session\n        --speed [speed]       Playback Speed\n        --snapshot [session]  Export Session Output to Text Format\n\n\n            *** root privileges required for this software. ***\n\n\nWITH sudo::\n\n    sudo gotcha\n    usage: gotcha [-h] [-v | -q] [-l | -s [{1,2,3}] | -t [tty] | -a | --replay [session]]\n    \n\nCommunity Distributions\n-----------------------\n\n    Feel free! All contributions are welcome. =)\n\n\nTO DO\n-----\n\n      -v, --verbose         Turn on verbose output\n      -q, --quiet           Enable quiet mode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaputomarcos%2Fgotcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaputomarcos%2Fgotcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaputomarcos%2Fgotcha/lists"}