# Offensive Security

- [Hardware Exploitation](/offensive-security/hardware-exploitation.md)
- [Intro to Hardware](/offensive-security/hardware-exploitation/intro-to-hardware.md)
- [Red Team](/offensive-security/red-team.md)
- [Malware Development](/offensive-security/red-team/malware-development.md)
- [C# Malware](/offensive-security/red-team/malware-development/c-malware.md)
- [Offensive Development](/offensive-security/red-team/offensive-development.md): Building resilient infrastructure, and automating offensive development
- [Offensive DevOps](/offensive-security/red-team/offensive-development/offensive-devops.md): About Offensive DevOps
- [GitLab](/offensive-security/red-team/offensive-development/offensive-devops/gitlab.md)
- [GitLab Setup](/offensive-security/red-team/offensive-development/offensive-devops/gitlab/gitlab-setup.md)
- [Simple Calculator Project](/offensive-security/red-team/offensive-development/offensive-devops/gitlab/simple-calculator-project.md)
- [Making our CI/CD Pipeline](/offensive-security/red-team/offensive-development/offensive-devops/gitlab/making-our-ci-cd-pipeline.md)
- [Build Artifacts](/offensive-security/red-team/offensive-development/offensive-devops/gitlab/build-artifacts.md)
- [TeamCity](/offensive-security/red-team/offensive-development/offensive-devops/teamcity.md)
- [TeamCity Setup](/offensive-security/red-team/offensive-development/offensive-devops/teamcity/teamcity-setup.md)
- [Creating TeamCity Projects](/offensive-security/red-team/offensive-development/offensive-devops/teamcity/creating-teamcity-projects.md): Short module on how to pull repositories from different sources
- [Obfuscating Payloads](/offensive-security/red-team/offensive-development/offensive-devops/teamcity/obfuscating-payloads.md): the fun part 😊
- [Jenkins (WIP)](/offensive-security/red-team/offensive-development/offensive-devops/jenkins-wip.md)
- [Jenkins Setup](/offensive-security/red-team/offensive-development/offensive-devops/jenkins-wip/jenkins-setup.md)
- [Creating Pipelines](/offensive-security/red-team/offensive-development/offensive-devops/jenkins-wip/creating-pipelines.md)
- [Managing Projects](/offensive-security/red-team/offensive-development/offensive-devops/jenkins-wip/managing-projects.md)
- [API Interaction](/offensive-security/red-team/offensive-development/offensive-devops/jenkins-wip/api-interaction.md)
- [Infrastructure Development (WIP)](/offensive-security/red-team/offensive-development/infrastructure-development-wip.md)
- [Command & Control Infrastructure](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure.md)
- [Command & Control Anatomy](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy.md)
- [Command & Control Frameworks](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy/command-and-control-frameworks.md): Common Command & Control Frameworks used by Professionals and Threat Actors
- [Metasploit Framework](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy/metasploit-framework.md)
- [Installing Metasploit](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy/metasploit-framework/installing-metasploit.md)
- [Metasploit Basics](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy/metasploit-framework/metasploit-basics.md)
- [Advanced Features](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy/metasploit-framework/advanced-features.md)
- [Mythic Framework](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy/mythic-framework.md): Mythic Command & Control Framework
- [Installing Mythic](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy/mythic-framework/installing-mythic.md)
- [Malleable Command & Control](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy/mythic-framework/malleable-command-and-control.md)
- [All About Agents](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy/mythic-framework/all-about-agents.md)
- [Services](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy/mythic-framework/services.md)
- [Traffic Redirection](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/traffic-redirection.md)
- [Nginx](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/traffic-redirection/nginx.md)
- [Amazon Web Services](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/traffic-redirection/amazon-web-services.md)
- [Microsoft Azure](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/traffic-redirection/microsoft-azure.md)
- [Google Cloud Platform](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/traffic-redirection/google-cloud-platform.md)
- [Cloudflare Workers](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/traffic-redirection/cloudflare-workers.md)
- [Covert Infrastructure](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/covert-infrastructure.md)
- [Ensuring Resiliency](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/covert-infrastructure/ensuring-resiliency.md)
- [Traffic Masking](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/covert-infrastructure/traffic-masking.md)
- [Network Rules](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/covert-infrastructure/network-rules.md)
- [Phishing Infrastructure](/offensive-security/red-team/offensive-development/infrastructure-development-wip/phishing-infrastructure.md)
- [Email Anatomy](/offensive-security/red-team/offensive-development/infrastructure-development-wip/phishing-infrastructure/email-anatomy.md)
- [Phishing Infrastructure Setup](/offensive-security/red-team/offensive-development/infrastructure-development-wip/phishing-infrastructure/phishing-infrastructure-setup.md)
- [Payload Delivery](/offensive-security/red-team/offensive-development/infrastructure-development-wip/phishing-infrastructure/payload-delivery.md)
- [Removing Red Flags](/offensive-security/red-team/offensive-development/infrastructure-development-wip/phishing-infrastructure/removing-red-flags.md)
- [Infrastructure as Code](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-as-code.md)
- [Terraform](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-as-code/terraform.md)
- [Interacting with Docker](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-as-code/terraform/interacting-with-docker.md)
- [Going to the Cloud](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-as-code/terraform/going-to-the-cloud.md)
- [Hybrid Deployment](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-as-code/terraform/hybrid-deployment.md): On-Prem + Cloud Deployment
- [Pulumi](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-as-code/pulumi.md)
- [Ansible](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-as-code/ansible.md)
- [Infrastructure Automation](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-automation.md)
- [Structuring our Project](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-automation/structuring-our-project.md)
- [Automating Server Setups](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-automation/automating-server-setups.md)
- [Orchestrating our Infrastructure](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-automation/orchestrating-our-infrastructure.md)
- [CI/CD Integration](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-automation/ci-cd-integration.md)
- [Active Directory (WIP)](/offensive-security/red-team/active-directory-wip.md)
- [Active Directory Overview](/offensive-security/red-team/active-directory-wip/active-directory-overview.md): A short summary on the different terminologies and technologies that exist in Active Directory
- [Authentication](/offensive-security/red-team/active-directory-wip/authentication.md)
- [AD Lab](/offensive-security/red-team/active-directory-wip/ad-lab.md)
