Chain apache web server acting like reverse proxys using proxychains
I’ve configure multiple apache web servers so they filter the request and if they have a specific request_uri the request would be redirect to a c2 server.
I do that with the next line in the apache conf files
ProxyPassMatch "^/thisis… Continue reading Chain apache web server acting like reverse proxys using proxychains