{"id":18245655,"url":"https://github.com/totekuh/redsmoke","last_synced_at":"2026-04-29T14:35:28.706Z","repository":{"id":89047423,"uuid":"441303669","full_name":"totekuh/redsmoke","owner":"totekuh","description":"Command\u0026Control Infrastructure Setup","archived":false,"fork":false,"pushed_at":"2022-12-07T12:59:46.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T12:16:18.029Z","etag":null,"topics":["aws","c2","deploy","kali","pentest","redteam","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/totekuh.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":"2021-12-23T21:53:03.000Z","updated_at":"2022-12-15T00:00:21.000Z","dependencies_parsed_at":"2023-06-13T16:49:38.099Z","dependency_job_id":null,"html_url":"https://github.com/totekuh/redsmoke","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/totekuh/redsmoke","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totekuh%2Fredsmoke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totekuh%2Fredsmoke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totekuh%2Fredsmoke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totekuh%2Fredsmoke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/totekuh","download_url":"https://codeload.github.com/totekuh/redsmoke/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totekuh%2Fredsmoke/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32429212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: 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":["aws","c2","deploy","kali","pentest","redteam","terraform"],"created_at":"2024-11-05T09:22:07.538Z","updated_at":"2026-04-29T14:35:28.691Z","avatar_url":"https://github.com/totekuh.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## General Information\n\nOne-button-push infrastructure solutions manageable via Terraform.\n\n`redsmoke` consist of terraform scripts for deploying various machines used within an infrastructure you're looking for on a pentest or red team engagement.\n\n`redsmoke` includes the following units:\n\n- `generic-unit`:\n  - A free-tier Kali image\n  - A free-tier instance type (t2.micro)\n  - Pre-configured firewall rules: \n    - 22/tcp from everywhere\n    - 80/tcp from everywhere\n    - 443/tcp from everywhere\n  - SSH keys auto-generated per instance creation\n\n- `vpn-unit`:\n  - A free-tier Kali image\n  - A free-tier instance type (t2.micro)\n  - A pre-configured OpenVPN server\n  - Pre-configured firewall rules:\n    - 22/tcp from everywhere\n    - 1194/udp from everywhere\n\n\n## Installation\n\n### Installing AWS CLI\n```bash\napt install awscli\naws configure\n```\n\n### Installing Terraform (Ubuntu)\n\n- https://developer.hashicorp.com/terraform/downloads\n\n### Cloning redsmoke\n```bash\ngit clone https://github.com/cyberhexe/redsmoke\ncd redsmoke\n```\n\n## Usage\n\n### Creating the infrastructure \n\n\n#### generic-unit\n\nDeploying a generic cloud unit:\n\n```bash\ncd generic-unit\nterraform init\nterraform apply -auto-approve\n```\n\nTerminating a generic cloud unit:\n\n```bash\ncd generic-unit\nterraform destroy -auto-approve\n```\n\n#### vpn-unit\n\nDeploying a VPN unit:\n\n```bash\ncd vpn-unit\nterraform init\nterraform apply -auto-approve\n```\n\nTerminating a VPN unit:\n\n```bash\ncd vpn-unit\nterraform destroy -auto-approve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotekuh%2Fredsmoke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftotekuh%2Fredsmoke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotekuh%2Fredsmoke/lists"}