-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 'remove_these_response_headers' parameter fixing issue with Cob…
…alt Strike 4.7+ unable to process response body.
- Loading branch information
Showing
5 changed files
with
42 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,14 +28,14 @@ | |
# 0.9 added support for RedELK logs generation. | ||
# | ||
# Author: | ||
# Mariusz Banach / mgeeky, '16-'21 | ||
# Mariusz Banach / mgeeky, '16-'22 | ||
# <[email protected]> | ||
# | ||
# (originally based on: @inaz2 implementation: https://github.com/futuresimple/proxy2) | ||
# (now obsoleted) | ||
# | ||
|
||
VERSION = '0.9.1' | ||
VERSION = '0.9.3' | ||
|
||
import sys, os | ||
|
||
|
@@ -174,7 +174,7 @@ def main(): | |
:: RedWarden - Keeps your malleable C2 packets slipping through AVs, | ||
EDRs, Blue Teams and club bouncers like nothing else! | ||
by Mariusz Banach / mgeeky, '19-'21 | ||
by Mariusz Banach / mgeeky, '19-'22 | ||
<mb [at] binary-offensive.com> | ||
v{} | ||
|
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
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