{"id":16891180,"url":"https://github.com/shelld3v/shellpy","last_synced_at":"2026-05-18T01:34:39.074Z","repository":{"id":129304646,"uuid":"275154933","full_name":"shelld3v/shellpy","owner":"shelld3v","description":"Remote shell tool for both Windows and Unix","archived":false,"fork":false,"pushed_at":"2020-06-27T06:00:18.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T07:29:41.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/shelld3v.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":"2020-06-26T12:50:23.000Z","updated_at":"2021-06-06T20:24:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1a804d8-5b17-47b3-99f0-ef1533396e34","html_url":"https://github.com/shelld3v/shellpy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shelld3v/shellpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelld3v%2Fshellpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelld3v%2Fshellpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelld3v%2Fshellpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelld3v%2Fshellpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shelld3v","download_url":"https://codeload.github.com/shelld3v/shellpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelld3v%2Fshellpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33161771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: 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":[],"created_at":"2024-10-13T17:05:53.933Z","updated_at":"2026-05-18T01:34:39.052Z","avatar_url":"https://github.com/shelld3v.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Shellpy\nA computer networking utility for create shell from or connect shell to servers. \nThis is the best, simplest, smallest, easiest and friendliest tool that can support\nenough basic features for remote shell. Athough the options still less and simple, but if \nGithub community likes this tool, I will grow this more with more features and cleaner\nwork.\n\n## Usage\nBind shell: `python[3] sp.py PORT`  \nReverse shell: `python[3] sp.py HOST PORT`\n\n## UI\n#### Bind:\n```shell\nshelld3v@sh1:~$ python sp.py 4242\nListening on 4242 ...\nConnected from 127.0.0.1 to [0.0.0.0] 4242\n```\n```shell\nshelld3v@sh2:~$ nc 127.0.1 4242\nsh: limited access in this shell\nsh-1.0$ whoami\nshelld3v\nsh-1.0$ ls\ncrypto.sh\ndirsearch\nexploit.py\nexploit.sh\nflunym0us\nfrag.c\nfrag.sh\ngitlab\ngo\ngo1.12.9.linux-amd64.tar.gz\nHTTP\nnginxrce.py\noracle2.py\noracle.py\nphprce.py\nrichfaces-elinjection.py\nwordpress9978.py\nsh-1.0$ uname -a\nLinux sh1 4.4.0-17763-Microsoft #1217-Microsoft Mon May 05 16:09:00 PST 2020 x86_64 GNU/Linux\nsh-1.0$ w\n 20:09:33 up  3:32,  0 users,  load average: 0.52, 0.58, 0.59\nUSER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT\nsh-1.0$ exit\nexit\n```\n#### Reverse:\n```shell\nshelld3v@sh1:~$ python sp.py 127.0.1 4242\nConnected from 0.0.0.0 to [127.0.0.1] 4242\n```\n```shell\nshelld3v@sh2:~$ nc -lvp 4242\nlistening on [any] 4242 ...\nconnect to [127.0.0.1] from sh1 [127.0.0.1] 32634\nsh: limited access in this shell\nsh-1.0$ whoami\nshelld3v\nsh-1.0$ ls\ncrypto.sh\ndirsearch\nexploit.py\nexploit.sh\nflunym0us\nfrag.c\nfrag.sh\ngitlab\ngo\ngo1.12.9.linux-amd64.tar.gz\nHTTP\nnginxrce.py\noracle2.py\noracle.py\nphprce.py\nrichfaces-elinjection.py\nwordpress9978.py\nsh-1.0$ uname -a\nLinux sh1 4.4.0-17763-Microsoft #1217-Microsoft Mon May 05 16:09:00 PST 2020 x86_64 GNU/Linux\nsh-1.0$ w\n 20:09:33 up  3:32,  0 users,  load average: 0.52, 0.58, 0.59\nUSER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT\nsh-1.0$ exit\nexit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshelld3v%2Fshellpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshelld3v%2Fshellpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshelld3v%2Fshellpy/lists"}