{"id":18863032,"url":"https://github.com/fdefelici/shellst","last_synced_at":"2026-04-29T14:40:19.052Z","repository":{"id":98887657,"uuid":"149821764","full_name":"fdefelici/shellst","owner":"fdefelici","description":"Execute shell command on your server as REST service. ","archived":false,"fork":false,"pushed_at":"2019-01-27T19:07:17.000Z","size":15,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T21:17:46.938Z","etag":null,"topics":["java","rest","shell"],"latest_commit_sha":null,"homepage":"","language":"Java","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/fdefelici.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":"2018-09-21T21:48:20.000Z","updated_at":"2024-04-02T17:43:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"a84b3f6f-660a-40fa-8c56-7e4cbb6035eb","html_url":"https://github.com/fdefelici/shellst","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdefelici%2Fshellst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdefelici%2Fshellst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdefelici%2Fshellst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdefelici%2Fshellst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdefelici","download_url":"https://codeload.github.com/fdefelici/shellst/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239808187,"owners_count":19700440,"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":["java","rest","shell"],"created_at":"2024-11-08T04:36:28.676Z","updated_at":"2026-02-10T18:30:15.559Z","avatar_url":"https://github.com/fdefelici.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SHELLST [![Build Status](https://travis-ci.org/fdefelici/shellst.svg?branch=master)](https://travis-ci.org/fdefelici/shellst)\nShellst allow you to access your server shell by rest api. Useful in case you can't access remotly your server by ssh.\n\nBoth Windows (cmd) and Unix (sh) shell are supported. \n\n# Running shellst\n\u003e java [OPTIONS] -jar shellst-\\\u003cversion\\\u003e.jar \n\nAvailable options:\n* *-Dport*: Specify listening port (default: 4567)\n* *-Dtoken*: Specify a token to access api (default: not set)\n\nNOTE: Options can be passed also as environment variables\n\n# API\n\n## HELO\nTo check if application is working\n\nCurl Example:\n\u003e curl \"http://localhost:4567/\"\n\n## EXEC SHELL COMMAND \nRun a shell command on the host machine (like ssh command)\n\nCurl Example:\n\u003e curl -X POST \"http://localhost:4567/shell/exec\" --data-urlencode \"cmd=mkdir /tmp/mydir\"\n\n## COPY \nRun a copy file from client to server. (like scp command)\n\nCurl Example:\n\u003e curl \"http://localhost:4567/shell/copy\" -F \"file=@local/file/path/myfile.example\" -F \"path=/dest/path/filename.example\"\n\nNOTE: like scp destination path must exists\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdefelici%2Fshellst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdefelici%2Fshellst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdefelici%2Fshellst/lists"}