{"id":23658213,"url":"https://github.com/herwonowr/slackhell","last_synced_at":"2025-09-01T11:31:08.578Z","repository":{"id":57519750,"uuid":"229588939","full_name":"herwonowr/slackhell","owner":"herwonowr","description":"Slackhell is a simple tool for generating and controlling web shell backdoor using Slack Bot.","archived":false,"fork":false,"pushed_at":"2020-01-02T11:24:48.000Z","size":57,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T15:51:14.170Z","etag":null,"topics":["asp","backdoor","bot","c2","php","slack","webshell"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/herwonowr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-22T15:28:33.000Z","updated_at":"2024-08-12T19:55:57.000Z","dependencies_parsed_at":"2022-08-29T22:50:11.974Z","dependency_job_id":null,"html_url":"https://github.com/herwonowr/slackhell","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/herwonowr/slackhell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herwonowr%2Fslackhell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herwonowr%2Fslackhell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herwonowr%2Fslackhell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herwonowr%2Fslackhell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/herwonowr","download_url":"https://codeload.github.com/herwonowr/slackhell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herwonowr%2Fslackhell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273114746,"owners_count":25048253,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":["asp","backdoor","bot","c2","php","slack","webshell"],"created_at":"2024-12-29T00:05:47.301Z","updated_at":"2025-09-01T11:31:08.248Z","avatar_url":"https://github.com/herwonowr.png","language":"Go","readme":"# SlackHell C2\n\nSlack Web Shell C2 for Fun and Profit\n\n## Introduction\n\nSlackhell is a simple tool for generating and controlling web shell backdoor using Slack Bot.\n\n## Features\n\n* Slack C2\n* User management\n* Access control\n* Generate web shell backdoor\n* Supported web shell `php` and `asp`\n* Web shell backdoor password protected\n* Shell session\n\n## Available Commands\n\n* `help` - Show help commands\n* `cmd \u003ccommand\u003e` - Execute command on the target client\n* `generate \u003ctype\u003e` - Generate shellcode, valid type `php` and `asp`\n* `shellcodes` - List generated shellcodes\n* `shellupdate \u003ckey\u003e \u003cendpoint\u003e` - Update shellcode endpoint\n* `shelldel \u003ckey\u003e` - Delete shellcode\n* `user \u003cuser\u003e` - Get authorized user information\n* `users` - List authorized users\n* `useradd \u003cuser\u003e \u003crole\u003e` - Add authorized user, valid role `admin` and `agent`\n* `userupdate \u003cuser\u003e \u003crole\u003e` - Update authorized user, valid role `admin` and `agent`\n* `userdel \u003cuser\u003e` - Delete authorized user\n* `session` - Get active session\n* `sessionset \u003cshellcode-key\u003e` - Set active shell session\n* `sessionkill` - Kill active shell session\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine.\n\n### Prerequisites\n\n* Before using Slackhell make sure you have created Slack Bot, by following this guide, [create slack app](https://api.slack.com/start/overview).\n* Install [golang](https://golang.org/doc/install)\n\n### Build from Source\n\n```bash\n$ git clone https://github.com/herwonowr/slackhell.git\n$ cd slackhell\n$ go build -o slackhell cmd/main.go\n```\n\n### Change the Configuration\n\n```bash\n$ vim ./data/config/slackhell.toml\n```\n\n```toml\n[account]\n    # Slackhell initial admin account\n    # id e.g: UR*******\n    # realname e.g: Vulncode\n    id = \"UR*******\"\n    realname = \"Vulncode\"\n[slack]\n    token = \"xoxb-yourslackbottoken\"\n[database]\n    path = \"./data/db/slackhell.db\"\n[log]\n    debug = false\n```\n\nConfiguration:\n\n* **Account** - Initial admin account for Slackhell\n  * id - your slack id\n  * realname - your slack realname\n* **Slack** - Slack bot token\n  * token - your slack bot token (xoxb-*)\n* **Database** - Slackhell database path\n  * path - database path\n* **Log** - Log debug\n  * debug - set verbose log\n\n### Start Slackhell\n\n```bash\n$ slackhell run\n```\n\n### Build Docker Image\n\n```bash\n$ git clone https://github.com/herwonowr/slackhell.git\n$ cd slackhell\n$ docker build -t reponame/slackhell:version .\n```\n\n### Start Slackhell Docker Image\n\n```bash\n$ docker run --rm -v $(pwd)/data/config/slackhell.toml:/slackhell/data/config/slackhell.toml -v $(pwd)/data/db:/slackhell/data/db reponame/slackhell:tagname\n```\n\n### Start Slackhell Pre Build Docker Image\n\n```bash\n$ docker run --rm -v $(pwd)/data/config/slackhell.toml:/slackhell/data/config/slackhell.toml -v $(pwd)/data/db:/slackhell/data/db herwonowr/slackhell:v1.0.0\n```\n\n## Contributing\n\nPlease read [CODE OF CONDUCT](CODE_OF_CONDUCT.md) and [CONTRIBUTING](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning.\n\n## Authors\n\n* **Herwono W. Wijaya** - *Initial work* - [Slackhell](https://github.com/herwonowr/slackhell)\n\n## License\n\nThis project is licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE) file for details\n\n## Disclaimer\n\nTHIS TOOL IS BEING PROVIDED FOR EDUCATIONAL PURPOSES ONLY, WITH THE INTENT FOR RESEARCH PURPOSES ONLY.\n\nYou may not use this software for any illegal or unethical purpose; including activities which would give rise to criminal or civil liability.\n\nUSE ON YOUR OWN RISK. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER OR CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES.\n\n## Acknowledgments\n\n* [Go Slack API](https://github.com/nlopes/slack)\n* [Slacker](https://github.com/shomali11/slacker)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherwonowr%2Fslackhell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherwonowr%2Fslackhell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherwonowr%2Fslackhell/lists"}