{"id":21977505,"url":"https://github.com/muhammadmuazen/rshellgen","last_synced_at":"2026-01-31T10:32:14.900Z","repository":{"id":236739637,"uuid":"752243269","full_name":"MuhammadMuazen/rshellgen","owner":"MuhammadMuazen","description":"simple python script that generates the most famous reverse shells. just to make your CTFs playing and pentesting a little bit faster!","archived":false,"fork":false,"pushed_at":"2024-11-12T14:33:30.000Z","size":42,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T12:08:32.864Z","etag":null,"topics":["ctfs","hacking-tool","hacking-tools","penetration-testing","pentest-tool","pentesting","python","reverse-shell","tool","tools"],"latest_commit_sha":null,"homepage":"","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/MuhammadMuazen.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,"zenodo":null}},"created_at":"2024-02-03T13:10:01.000Z","updated_at":"2025-06-01T10:11:23.000Z","dependencies_parsed_at":"2024-04-28T11:25:51.892Z","dependency_job_id":"43a9263c-1c1f-4877-a7c9-df4802cb7244","html_url":"https://github.com/MuhammadMuazen/rshellgen","commit_stats":null,"previous_names":["muhammadmuazen/rshellgen"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuhammadMuazen/rshellgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadMuazen%2Frshellgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadMuazen%2Frshellgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadMuazen%2Frshellgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadMuazen%2Frshellgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhammadMuazen","download_url":"https://codeload.github.com/MuhammadMuazen/rshellgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadMuazen%2Frshellgen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28938584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ctfs","hacking-tool","hacking-tools","penetration-testing","pentest-tool","pentesting","python","reverse-shell","tool","tools"],"created_at":"2024-11-29T16:15:28.550Z","updated_at":"2026-01-31T10:32:14.884Z","avatar_url":"https://github.com/MuhammadMuazen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RShellGen\n#### rshellgen is a simple python reverse shell  generator that have most of the famous reverse shells out there.\n___\n## Note:\n#### All the reverse shells are from:\nhttps://swisskyrepo.github.io/InternalAllTheThings/cheatsheets/shell-reverse-cheatsheet/\n\n---\n## Usage:\n```console\n[+] Usage: rshellgen.py -lh \u003cLHOST IP\u003e -lp \u003cLPORT\u003e -t \u003creverse shell type\u003e [-options]\n\n        options:\n                -h                  help for this script\n                -o string           output to file to write result to\n                -e \u003cbase64, url\u003e    encode the payload in base64 OR URL encoding\n\n                -t \u003cshell type\u003e\n\n    _______________________\n   (_O_O_O_O_O_O_O_O_O_O_O_)         ___________________________________________________\n    \\/___________________\\/         |                                                   |\n    |_____________________|         |                   Avalible Types                  |\n    | |                 | |         |___________________________________________________|\n    | | rshellgen By:   | |         |               |                   |               |\n    | |                 | |         |   powershell  |   php-system      |   py3-win     |\n    | |_MuhammadMuazen__| |         |   perl-win    |   php-popen       |   py2-win     |\n    |/___________________\\|         |   perl-lin    |   php-exec (php)  |   py3-lin     |\n                                    |   bash-tcp    |   php-passthru    |   ruby-win    |\n                                    |   bash-udp    |   php-shellexec   |   ruby-lin    |\n                                    |   rust        |   java-thread-win |   java-win    |\n                                    |   dart        |   java-thread-lin |   java-lin    |\n                                    |   awk         |   nodejs-win      |   lua-win     |\n                                    |   go          |   nodejs-lin      |   lua-lin     |\n                                    |   c           |                   |               |\n                                    |_______________|___________________|_______________|\n\n[+] Example: rshellgen.py -lh 192.168.1.2 -lp 4444 -t bash-tcp -e base64 -o reverse-shell.sh\n```\n---\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadmuazen%2Frshellgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammadmuazen%2Frshellgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadmuazen%2Frshellgen/lists"}