MythicC2Profiles / http

Simple HTTP async comms using standard GET/POST requests
29 stars 15 forks source link

Fix decoy page bug #5

Closed SanderUbink closed 7 months ago

SanderUbink commented 2 years ago

As per the documentation, the server should return the fake.html decoy page whenever there is an error in a request. However, this was not actually the case. This patch ensures the fake.html page is returned whenever a 404 occurs.