Mod_Rewrite for Red Team Infrastructure Logo

Mod_Rewrite for Red Team Infrastructure

0
Free
Visit Website

Setting up infrastructure for a Red Team engagement can be time consuming and difficult. Jeff Dimmock and Steve Borosh have done a lot of work to make this process easier and more transparent. They gave a great presentation that went over the fundamentals of setting up good Red Team infrastructure. As part of this effort, they released a wiki. One of the most interesting bits of tradecraft released in this talk and on Jeff's blog is their very creative use of apache2’s mod_rewrite functionality. Mod_Rewrite is very powerful for a few reasons: It can be used to hide the true location of your Teamserver. It can be used to evade detection from Incident Response. It can be used to redirect mobile users away from a payload to a spoofed login portal, to capture credentials. It can be used to block specific IP addresses from your teamserver, to aid in IR evasion. It can be used to only allow your Malleable C2 traffic to the Teamserver. In a Red Team engagement, there are often multiple team servers and multiple redirectors in front of each team server. In the event that a defender identifies and blocks one of the redirectors, they should be easy to recreate. However, manually setting up mod_rewrite rules can be complex and time-consuming.

FEATURES

ALTERNATIVES

A tool that simplifies the installation of tools and configuration for Kali Linux

A C#-based Command and Control Framework for remote access and control of compromised systems.

A tool for Local File Inclusion (LFI) exploitation and scanning

Docker image with essential tools for Kubernetes penetration testing.

PwnAuth is an open-source tool for generating and managing authentication tokens for penetration testing and red teaming exercises.

Covenant is a .NET C2 framework for red teamers, facilitating collaborative and efficient management of red team operations.

C3 is a framework for creating custom C2 channels, integrating with existing offensive toolkits.

A list of useful payloads and bypasses for Web Application Security.