├── .github └── FUNDING.yml ├── Exercise 1 - Installation └── Exercise 1.md ├── Exercise 2 - Deployment Basics └── Exercise 2.md ├── Exercise 3 - Module Execution └── Exercise 3.md ├── Exercise 4 - Agent Chaining └── Exercise 4.md ├── Exercise 5 - Plugins └── Exercise 5.md ├── Exercise 6 - CTF └── Exercise 6.md ├── LICENSE ├── Long_Live_the_Empire_A_C2_Workshop_for_Modern_Red_Teaming.pdf └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: [bc-security] 4 | -------------------------------------------------------------------------------- /Exercise 1 - Installation/Exercise 1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BC-SECURITY/Long-Live-The-Empire/HEAD/Exercise 1 - Installation/Exercise 1.md -------------------------------------------------------------------------------- /Exercise 2 - Deployment Basics/Exercise 2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BC-SECURITY/Long-Live-The-Empire/HEAD/Exercise 2 - Deployment Basics/Exercise 2.md -------------------------------------------------------------------------------- /Exercise 3 - Module Execution/Exercise 3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BC-SECURITY/Long-Live-The-Empire/HEAD/Exercise 3 - Module Execution/Exercise 3.md -------------------------------------------------------------------------------- /Exercise 4 - Agent Chaining/Exercise 4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BC-SECURITY/Long-Live-The-Empire/HEAD/Exercise 4 - Agent Chaining/Exercise 4.md -------------------------------------------------------------------------------- /Exercise 5 - Plugins/Exercise 5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BC-SECURITY/Long-Live-The-Empire/HEAD/Exercise 5 - Plugins/Exercise 5.md -------------------------------------------------------------------------------- /Exercise 6 - CTF/Exercise 6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BC-SECURITY/Long-Live-The-Empire/HEAD/Exercise 6 - CTF/Exercise 6.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BC-SECURITY/Long-Live-The-Empire/HEAD/LICENSE -------------------------------------------------------------------------------- /Long_Live_the_Empire_A_C2_Workshop_for_Modern_Red_Teaming.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BC-SECURITY/Long-Live-The-Empire/HEAD/Long_Live_the_Empire_A_C2_Workshop_for_Modern_Red_Teaming.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BC-SECURITY/Long-Live-The-Empire/HEAD/README.md --------------------------------------------------------------------------------