{"id":30229656,"url":"https://github.com/prdngr/red-sky","last_synced_at":"2026-03-04T13:04:03.859Z","repository":{"id":257753426,"uuid":"802633315","full_name":"prdngr/red-sky","owner":"prdngr","description":"☁️ The Calm Before the Breach","archived":false,"fork":false,"pushed_at":"2025-12-06T17:45:07.000Z","size":123,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-08T01:40:06.222Z","etag":null,"topics":["aws","offensive-security","penetration-testing","red-teaming","terraform"],"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/prdngr.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-18T20:45:25.000Z","updated_at":"2025-12-06T17:41:05.000Z","dependencies_parsed_at":"2025-03-13T10:24:24.997Z","dependency_job_id":"1b507838-dce1-44cc-8f7c-c5b00d5b7a5b","html_url":"https://github.com/prdngr/red-sky","commit_stats":null,"previous_names":["prodingerd/nessus-on-demand","prdngr/nessus-on-demand","prdngr/red-sky"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/prdngr/red-sky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdngr%2Fred-sky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdngr%2Fred-sky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdngr%2Fred-sky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdngr%2Fred-sky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prdngr","download_url":"https://codeload.github.com/prdngr/red-sky/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdngr%2Fred-sky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30081128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T12:28:08.313Z","status":"ssl_error","status_checked_at":"2026-03-04T12:27:28.210Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["aws","offensive-security","penetration-testing","red-teaming","terraform"],"created_at":"2025-08-14T21:48:27.844Z","updated_at":"2026-03-04T13:04:03.852Z","avatar_url":"https://github.com/prdngr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ch3 align=\"center\"\u003eRedSky\u003c/h3\u003e\n    \u003cp align=\"center\"\u003e\n        ☁️ The Calm Before the Breach\n    \u003c/p\u003e\n\u003c/p\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [About The Project](#about-the-project)\n- [Installation and Usage](#installation-and-usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n\u003c/details\u003e\n\n## About The Project\n\nRedSky is a handy CLI utility for managing just-in-time offensive infrastructure in AWS. Currently, RedSky supports the following deployment types:\n\n- Tenable Nessus (BYOL)\n- Kali Linux standalone\n- Kali Linux with Mythic C2\n\n## Installation and Usage\n\nTo install RedSky, use the `go install` command.\n\n```bash\n$ go install github.com/prdngr/red-sky@latest\n```\n\nOnce installed, the easiest way of spinning up a Kali instance using RedSky looks as follows:\n\n```bash\n$ red-sky create --type kali --region eu-west-1 --auto-ip\n\n        ____           _______ __\n       / __ \\___  ____/ / ___// /____  __\n      / /_/ / _ \\/ __  /\\__ \\/ //_/ / / /\n     / _, _/  __/ /_/ /___/ / ,\u003c / /_/ /\n    /_/ |_|\\___/\\__,_//____/_/|_|\\__, /\n                                /____/\n\n\nAWS Account Information\n-----------------------\n\n▶ Account: 444444444444 (red-sky)\n▶ Caller ARN: arn:aws:iam::444444444444:user/red-sky\n\nPress Enter to continue...\n\n\nDeployment Summary\n------------------\n\n▶ Deployment ID: d1505235-2e81-49b0-8bb6-3b1b76616b00\n▶ Allowed IP Address: 42.42.42.42\n\nConnection Details\n------------------\n\n▶ Use the following command to SSH into the Kali instance:\n  $ ssh -i 'd1505235-2e81-49b0-8bb6-3b1b76616b00.pem' kali@62.62.62.62\n```\n\n## Contributing\n\nThe project is developed according to the [GitFlow workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) and it is encouraged to follow these [Git commit message guidelines](https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53).\n\n1. Create your feature branch:\n\n    ```console\n    git checkout -b feature/\u003cfeature-name\u003e\n    ```\n\n2. Commit your changes:\n\n    ```console\n    git commit -m '\u003ccommit-message\u003e'\n    ```\n\n3. Push to the feature branch:\n\n    ```console\n    git push origin feature/\u003cfeature-name\u003e\n    ```\n\n4. Open a [pull request](https://github.com/prdngr/red-sky/pulls).\n\n## License\n\nDistributed under the GNU GPLv3 License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprdngr%2Fred-sky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprdngr%2Fred-sky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprdngr%2Fred-sky/lists"}