nettitude / PoshC2

A proxy aware C2 framework used to aid red teamers with post-exploitation and lateral movement.
BSD 3-Clause "New" or "Revised" License
1.78k stars 323 forks source link

[BUG] - Apache2 C2 Redirector POST requests #257

Open benpturner opened 2 years ago

benpturner commented 2 years ago

Currently there appears to be an issue using Apache2 as a redirector in some instances. This issue is not fully bottomed out but if you have problems you can try other services, such as Caddy or Nginx.

benpturner commented 2 years ago

Add "Proxy100Continue Off" to your Apache2 config and this will resolve the POST request issues at present as it appears an issues with Apache2 - https://bz.apache.org/bugzilla/show_bug.cgi?id=65729