{"id":30808334,"url":"https://github.com/hansalemaos/reverseshellserver","last_synced_at":"2026-05-18T02:07:00.202Z","repository":{"id":183359834,"uuid":"670026359","full_name":"hansalemaos/reverseshellserver","owner":"hansalemaos","description":"Reverse shell SERVER for unbureaucratic server/client connections with file transfer / screenshots","archived":false,"fork":false,"pushed_at":"2023-07-26T23:23:05.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-15T02:06:37.782Z","etag":null,"topics":["reverse","reverse-shell","shell"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/reverseshellserver/","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/hansalemaos.png","metadata":{"files":{"readme":"README.MD","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-24T06:15:01.000Z","updated_at":"2023-07-24T06:16:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"81f1f063-f909-4bcd-b4b1-14d3f0fcf635","html_url":"https://github.com/hansalemaos/reverseshellserver","commit_stats":null,"previous_names":["hansalemaos/reverseshellserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansalemaos/reverseshellserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Freverseshellserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Freverseshellserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Freverseshellserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Freverseshellserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansalemaos","download_url":"https://codeload.github.com/hansalemaos/reverseshellserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Freverseshellserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162448,"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":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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","reverse-shell","shell"],"created_at":"2025-09-06T03:06:51.842Z","updated_at":"2026-05-18T02:07:00.197Z","avatar_url":"https://github.com/hansalemaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reverse shell server for unbureaucratic server/client connections with file transfer / screenshots \r\n\r\n## pip install reverseshellserver \r\n\r\n#### Tested against Windows 10 / Python 3.10 / Anaconda \r\n\r\nShell Server: A simple server-side application that allows multiple clients to connect, execute shell-like commands,\r\ntaking screenshots, and exchange files over a network using sockets.\r\n\r\nTo install the client: https://pypi.org/project/reverseshellclient/\r\n\r\nThis server application implements a basic command shell that listens for client connections, executes user commands,\r\nand responds to the client with appropriate outputs or actions.\r\nClients can connect to the server using a TCP/IP socket\r\n\r\nThe server and client communicate using a custom command encoding format to handle large data transmissions.\r\nThe server can send data to the client, and the client can send data to the server.\r\n\r\n\r\nUsage:\r\n1. Instantiate the ShellServer class with desired configurations (port, buffer size, commands, etc.).\r\n2. Start the server using the `do_actions()` method, which listens for incoming client connections and allows communication with clients.\r\n3. Clients can connect to the server using a TCP/IP socket.\r\n\r\nNote:\r\n- The server can handle multiple clients simultaneously through multi-threading.\r\n- When a client sends the 'quit' command, the client remains connected.\r\n- When a client sends the 'exit' command, the client is disconnected from the server.\r\n- The server supports the 'putfile' and 'getfile' commands to send and receive files between the server and clients.\r\n- Screenshots can be taken using command_screenshot\r\n\r\n```python\r\n\r\nfrom reverseshellserver import ShellServer\r\nse = ShellServer(\r\n    port=12345,\r\n    listen=5,\r\n    byte_len=32768,\r\n    command_quit=\"quit\",\r\n    command_disconnect=\"disconnect\",\r\n    command_exit=\"exit\",\r\n    command_putfile=\"putfile\",\r\n    command_getfile=\"getfile\",\r\n    command_screenshot=\"screenshot\",\r\n    command_getcwd=\"getcwd\",\r\n    command_putfile_sep=b\"FILESEP\",\r\n    command_start=b\"START_START_START\",\r\n    command_end=b\"END_END_END\",\r\n)\r\nse.do_actions()\r\n\t\t\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Freverseshellserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansalemaos%2Freverseshellserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Freverseshellserver/lists"}