forked from EmpireProject/Empire
-
-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust HTTP listeners' responses to resemble IIS 7.5 more (#277)
* HTTP listeners - make welcome.png case-insensitive Signed-off-by: adamczi <adamczi@users.noreply.github.com> * HTTP listeners - imitate 405 response page Signed-off-by: adamczi <adamczi@users.noreply.github.com> * HTTP listeners - adapt to resemble IIS more - fixed 200 to 404 code in http.py when no cookie is passed - minor changes in HTML responses to make alike to original IIS pages - bump Werkzeug's HTTP version header from 1.0 to 1.1 for the same reason Signed-off-by: adamczi <adamczi@users.noreply.github.com> * HTTP listeners - route to default IIS iisstart.htm Signed-off-by: adamczi <adamczi@users.noreply.github.com> Co-authored-by: Anthony Rose <anthony.rose@bc-security.org>
- Loading branch information
Showing
2 changed files
with
138 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters